American Beauty Color Hex Code
#a73340What is American Beauty Color Hex Code Color?
American Beauty Color Hex Code is a medium, moderately saturated red color with the hex code #a73340. Its RGB value is rgb(167, 51, 64), meaning it contains 167 red, 51 green, and 64 blue light values. In the HSL color model, it has a hue of 353°, saturation of 53%, and lightness of 43%.
American Beauty Color Hex Code Color Codes
Here are all the color format codes for American Beauty Color Hex Code:
- HEX: #a73340
- RGB: rgb(167, 51, 64)
- HSL: hsl(353°, 53%, 43%)
- CMYK: cmyk(0%, 69%, 62%, 35%)
- Android/Flutter: Color(0xFFA73340)
- Swift UIColor: UIColor(red: 0.655, green: 0.200, blue: 0.251, alpha: 1.0)
Is American Beauty Color Hex Code Accessible?
American Beauty Color Hex Code (#a73340) passes WCAG AA accessibility standards. It has a contrast ratio of 6.58:1 against white and 3.19:1 against black text. White text on this color passes WCAG AA for normal body text.
How to Use American Beauty Color Hex Code in Design
American Beauty Color Hex Code is a medium red tone that works well as
a primary brand color, button color, or dark background in modern UI designs.
Use lighter tints of this color to create depth and hierarchy in your layouts.
In CSS, you can use it directly as color: #a73340; or
background-color: #a73340;.
American Beauty Color Hex Code Shades and Tints
Shades of American Beauty Color Hex Code are created by mixing it with black, ranging from the original #a73340 down to near-black #942d39. Tints are made by adding white — from the base color up to near-white #f7e6e8. These variations help build complete design system palettes and Tailwind CSS color scales.
American Beauty Color Hex Code Color Harmonies
The complementary color of American Beauty Color Hex Code is #34a89a. Its analogous colors are #a86034 and #a8347b. For a triadic palette, combine it with #41a834 and #3441a8.
Frequently Asked Questions
What is the hex code for American Beauty Color Hex Code?
The hex code for American Beauty Color Hex Code is #a73340.
What is the RGB value of American Beauty Color Hex Code?
The RGB value is rgb(167, 51, 64). Red channel: 167/255, Green: 51/255, Blue: 64/255.
Is American Beauty Color Hex Code good for web accessibility?
American Beauty Color Hex Code has a contrast ratio of 6.58:1 with white and 3.19:1 with black. It passes WCAG AA standards for normal text.
What colors go well with American Beauty Color Hex Code?
American Beauty Color Hex Code pairs well with its complementary color #34a89a, analogous colors #a86034 and #a8347b, or neutral whites and grays for a clean, modern look.
How do I use American Beauty Color Hex Code in CSS?
Use it in CSS like this:
background-color: #a73340;
color: #a73340;
Or as a CSS variable: --color-primary: #a73340;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #a73340;
--color-primary-rgb: 167, 51, 64;
--color-primary-hsl: 353 53% 43%;
--color-primary-text: #ffffff;
colors: {
'american-beauty-color-hex-code': {
DEFAULT: '#a73340',
100: '#ffffff',
200: '#f7e6e8',
300: '#f0ced2',
400: '#e8b5bb',
500: '#e19ca4',
600: '#942d39',
700: '#822832',
800: '#6f222b',
900: '#5d1c24',
950: '#4a171c',
}
}
'base': #a73340,
'light': #f0ced2,
'dark': #822832,
'rgb': 167, 51, 64
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.