Shades of Sante Fe #AA6E4A
Tints of Sante Fe #AA6E4A
RGB
CMYK
RGB Variations
Color information
#AA6E4A (or 0xAA6E4A) is known color: Sante Fe. HEX triplet: AA, 6E and 4A. RGB value is (170,110,74). Sum of RGB (Red+Green+Blue) = 170+110+74=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E4A is #5591B5. Grayscale: #7C7C7C. Windows color (decimal): -5607862 or 4877994. OLE color: 4877994.
HSL color Cylindrical-coordinate representation of color #AA6E4A: hue angle of 22.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA6E4A is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 74 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.33 |
| HSL | 22.5º | 0.39% | 0.48% | - |
| HSV(B) | 22.5º | 0.56% | 0.67% | - |
| XYZ | 23.39 | 20.19 | 9.14 | - |
| YUV | 123.84 | 99.88 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 74 | 0 | 0.35 | 0.56 | 0.33 | 22.5 | 0.39 | 0.48 |
| Hex | AA | 6E | 4A | 0 | 23 | 38 | 21 | 16 | 27 | 30 |
| Octal | 252 | 156 | 112 | 0 | 43 | 70 | 41 | 26 | 47 | 60 |
| Binary | 10101010 | 1101110 | 1001010 | 0 | 100011 | 111000 | 100001 | 10110 | 100111 | 110000 |
Color Harmonies of #AA6E4A
Complementary color
Monochromatic Colors of #AA6E4A
Black with #AA6E4A
Text Example
Text Example
White with #AA6E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E4A; }
p { color: rgb(170,110,74); }
H1.HeaderClassName
{
color: #AA6E4A;
}
.AnyTagClassName
{
color: #AA6E4A;
}
</style>
background-color css
<style>
a { background-color: #AA6E4A; }
a { background-color: rgb(170,110,74); }
div.DivClassName
{
background-color: #AA6E4A;
}
.BgClassName
{
background-color: #AA6E4A;
}
</style>
border-color css
<style>
span { border-color: #AA6E4A; }
span { border-color: rgb(170,110,74); }
td.TdClassName
{
border-color: #AA6E4A;
}
.TagClassName
{
border-color: #AA6E4A;
}
</style>