Shades of Sante Fe #AA7254
Tints of Sante Fe #AA7254
RGB
CMYK
RGB Variations
Color information
#AA7254 (or 0xAA7254) is known color: Sante Fe. HEX triplet: AA, 72 and 54. RGB value is (170,114,84). Sum of RGB (Red+Green+Blue) = 170+114+84=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7254 is #558DAB. Grayscale: #7F7F7F. Windows color (decimal): -5606828 or 5534378. OLE color: 5534378.
HSL color Cylindrical-coordinate representation of color #AA7254: hue angle of 20.93º 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 #AA7254 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 84 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.33 |
| HSL | 20.93º | 0.34% | 0.5% | - |
| HSV(B) | 20.93º | 0.51% | 0.67% | - |
| XYZ | 24.2 | 21.22 | 11.21 | - |
| YUV | 127.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 84 | 0 | 0.33 | 0.51 | 0.33 | 20.93 | 0.34 | 0.5 |
| Hex | AA | 72 | 54 | 0 | 21 | 33 | 21 | 15 | 22 | 32 |
| Octal | 252 | 162 | 124 | 0 | 41 | 63 | 41 | 25 | 42 | 62 |
| Binary | 10101010 | 1110010 | 1010100 | 0 | 100001 | 110011 | 100001 | 10101 | 100010 | 110010 |
Color Harmonies of #AA7254
Complementary color
Monochromatic Colors of #AA7254
Black with #AA7254
Text Example
Text Example
White with #AA7254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7254; }
p { color: rgb(170,114,84); }
H1.HeaderClassName
{
color: #AA7254;
}
.AnyTagClassName
{
color: #AA7254;
}
</style>
background-color css
<style>
a { background-color: #AA7254; }
a { background-color: rgb(170,114,84); }
div.DivClassName
{
background-color: #AA7254;
}
.BgClassName
{
background-color: #AA7254;
}
</style>
border-color css
<style>
span { border-color: #AA7254; }
span { border-color: rgb(170,114,84); }
td.TdClassName
{
border-color: #AA7254;
}
.TagClassName
{
border-color: #AA7254;
}
</style>