Shades of Sante Fe #AA6E54
Tints of Sante Fe #AA6E54
RGB
CMYK
RGB Variations
Color information
#AA6E54 (or 0xAA6E54) is known color: Sante Fe. HEX triplet: AA, 6E and 54. RGB value is (170,110,84). Sum of RGB (Red+Green+Blue) = 170+110+84=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E54 is #5591AB. Grayscale: #7D7D7D. Windows color (decimal): -5607852 or 5533354. OLE color: 5533354.
HSL color Cylindrical-coordinate representation of color #AA6E54: hue angle of 18.14º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6E54 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 84 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.33 |
| HSL | 18.14º | 0.34% | 0.5% | - |
| HSV(B) | 18.14º | 0.51% | 0.67% | - |
| XYZ | 23.75 | 20.34 | 11.06 | - |
| YUV | 124.98 | 104.88 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 84 | 0 | 0.35 | 0.51 | 0.33 | 18.14 | 0.34 | 0.5 |
| Hex | AA | 6E | 54 | 0 | 23 | 33 | 21 | 12 | 22 | 32 |
| Octal | 252 | 156 | 124 | 0 | 43 | 63 | 41 | 22 | 42 | 62 |
| Binary | 10101010 | 1101110 | 1010100 | 0 | 100011 | 110011 | 100001 | 10010 | 100010 | 110010 |
Color Harmonies of #AA6E54
Complementary color
Monochromatic Colors of #AA6E54
Black with #AA6E54
Text Example
Text Example
White with #AA6E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E54; }
p { color: rgb(170,110,84); }
H1.HeaderClassName
{
color: #AA6E54;
}
.AnyTagClassName
{
color: #AA6E54;
}
</style>
background-color css
<style>
a { background-color: #AA6E54; }
a { background-color: rgb(170,110,84); }
div.DivClassName
{
background-color: #AA6E54;
}
.BgClassName
{
background-color: #AA6E54;
}
</style>
border-color css
<style>
span { border-color: #AA6E54; }
span { border-color: rgb(170,110,84); }
td.TdClassName
{
border-color: #AA6E54;
}
.TagClassName
{
border-color: #AA6E54;
}
</style>