Shades of Sante Fe #AA7059
Tints of Sante Fe #AA7059
RGB
CMYK
RGB Variations
Color information
#AA7059 (or 0xAA7059) is known color: Sante Fe. HEX triplet: AA, 70 and 59. RGB value is (170,112,89). Sum of RGB (Red+Green+Blue) = 170+112+89=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7059 is #558FA6. Grayscale: #7E7E7E. Windows color (decimal): -5607335 or 5861546. OLE color: 5861546.
HSL color Cylindrical-coordinate representation of color #AA7059: hue angle of 17.04º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA7059 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 89 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.33 |
| HSL | 17.04º | 0.32% | 0.51% | - |
| HSV(B) | 17.04º | 0.48% | 0.67% | - |
| XYZ | 24.17 | 20.86 | 12.2 | - |
| YUV | 126.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 89 | 0 | 0.34 | 0.48 | 0.33 | 17.04 | 0.32 | 0.51 |
| Hex | AA | 70 | 59 | 0 | 22 | 30 | 21 | 11 | 20 | 33 |
| Octal | 252 | 160 | 131 | 0 | 42 | 60 | 41 | 21 | 40 | 63 |
| Binary | 10101010 | 1110000 | 1011001 | 0 | 100010 | 110000 | 100001 | 10001 | 100000 | 110011 |
Color Harmonies of #AA7059
Complementary color
Monochromatic Colors of #AA7059
Black with #AA7059
Text Example
Text Example
White with #AA7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7059; }
p { color: rgb(170,112,89); }
H1.HeaderClassName
{
color: #AA7059;
}
.AnyTagClassName
{
color: #AA7059;
}
</style>
background-color css
<style>
a { background-color: #AA7059; }
a { background-color: rgb(170,112,89); }
div.DivClassName
{
background-color: #AA7059;
}
.BgClassName
{
background-color: #AA7059;
}
</style>
border-color css
<style>
span { border-color: #AA7059; }
span { border-color: rgb(170,112,89); }
td.TdClassName
{
border-color: #AA7059;
}
.TagClassName
{
border-color: #AA7059;
}
</style>