Ancient Earth Color Hex Code
#746550What is Ancient Earth Color Hex Code Color?
Ancient Earth Color Hex Code is a dark, desaturated, muted orange color with the hex code #746550. Its RGB value is rgb(116, 101, 80), meaning it contains 116 red, 101 green, and 80 blue light values. In the HSL color model, it has a hue of 35°, saturation of 18%, and lightness of 38%.
Ancient Earth Color Hex Code Color Codes
Here are all the color format codes for Ancient Earth Color Hex Code:
- HEX: #746550
- RGB: rgb(116, 101, 80)
- HSL: hsl(35°, 18%, 38%)
- CMYK: cmyk(0%, 13%, 31%, 55%)
- Android/Flutter: Color(0xFF746550)
- Swift UIColor: UIColor(red: 0.455, green: 0.396, blue: 0.314, alpha: 1.0)
Is Ancient Earth Color Hex Code Accessible?
Ancient Earth Color Hex Code (#746550) passes WCAG AA accessibility standards. It has a contrast ratio of 5.65:1 against white and 3.72:1 against black text. White text on this color passes WCAG AA for normal body text.
How to Use Ancient Earth Color Hex Code in Design
Ancient Earth Color Hex Code is a dark orange 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: #746550; or
background-color: #746550;.
Ancient Earth Color Hex Code Shades and Tints
Shades of Ancient Earth Color Hex Code are created by mixing it with black, ranging from the original #746550 down to near-black #675a47. Tints are made by adding white — from the base color up to near-white #f1eeea. These variations help build complete design system palettes and Tailwind CSS color scales.
Ancient Earth Color Hex Code Color Harmonies
The complementary color of Ancient Earth Color Hex Code is #4f5e72. Its analogous colors are #6f724f and #72524f. For a triadic palette, combine it with #4f7264 and #644f72.
Frequently Asked Questions
What is the hex code for Ancient Earth Color Hex Code?
The hex code for Ancient Earth Color Hex Code is #746550.
What is the RGB value of Ancient Earth Color Hex Code?
The RGB value is rgb(116, 101, 80). Red channel: 116/255, Green: 101/255, Blue: 80/255.
Is Ancient Earth Color Hex Code good for web accessibility?
Ancient Earth Color Hex Code has a contrast ratio of 5.65:1 with white and 3.72:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Ancient Earth Color Hex Code?
Ancient Earth Color Hex Code pairs well with its complementary color #4f5e72, analogous colors #6f724f and #72524f, or neutral whites and grays for a clean, modern look.
How do I use Ancient Earth Color Hex Code in CSS?
Use it in CSS like this:
background-color: #746550;
color: #746550;
Or as a CSS variable: --color-primary: #746550;
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: #746550;
--color-primary-rgb: 116, 101, 80;
--color-primary-hsl: 35 18% 38%;
--color-primary-text: #ffffff;
colors: {
'ancient-earth-color-hex-code': {
DEFAULT: '#746550',
100: '#ffffff',
200: '#f1eeea',
300: '#e2ddd6',
400: '#d4ccc1',
500: '#c5bbac',
600: '#675a47',
700: '#5a4f3e',
800: '#4d4335',
900: '#40382c',
950: '#342d24',
}
}
'base': #746550,
'light': #e2ddd6,
'dark': #5a4f3e,
'rgb': 116, 101, 80
);
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.