Shades of Sante Fe #AA7159
Tints of Sante Fe #AA7159
RGB
CMYK
RGB Variations
Color information
#AA7159 (or 0xAA7159) is known color: Sante Fe. HEX triplet: AA, 71 and 59. RGB value is (170,113,89). Sum of RGB (Red+Green+Blue) = 170+113+89=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7159 is #558EA6. Grayscale: #7F7F7F. Windows color (decimal): -5607079 or 5861802. OLE color: 5861802.
HSL color Cylindrical-coordinate representation of color #AA7159: hue angle of 17.78º 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 #AA7159 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 89 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.33 |
| HSL | 17.78º | 0.32% | 0.51% | - |
| HSV(B) | 17.78º | 0.48% | 0.67% | - |
| XYZ | 24.29 | 21.08 | 12.24 | - |
| YUV | 127.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 89 | 0 | 0.34 | 0.48 | 0.33 | 17.78 | 0.32 | 0.51 |
| Hex | AA | 71 | 59 | 0 | 22 | 30 | 21 | 12 | 20 | 33 |
| Octal | 252 | 161 | 131 | 0 | 42 | 60 | 41 | 22 | 40 | 63 |
| Binary | 10101010 | 1110001 | 1011001 | 0 | 100010 | 110000 | 100001 | 10010 | 100000 | 110011 |
Color Harmonies of #AA7159
Complementary color
Monochromatic Colors of #AA7159
Black with #AA7159
Text Example
Text Example
White with #AA7159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7159; }
p { color: rgb(170,113,89); }
H1.HeaderClassName
{
color: #AA7159;
}
.AnyTagClassName
{
color: #AA7159;
}
</style>
background-color css
<style>
a { background-color: #AA7159; }
a { background-color: rgb(170,113,89); }
div.DivClassName
{
background-color: #AA7159;
}
.BgClassName
{
background-color: #AA7159;
}
</style>
border-color css
<style>
span { border-color: #AA7159; }
span { border-color: rgb(170,113,89); }
td.TdClassName
{
border-color: #AA7159;
}
.TagClassName
{
border-color: #AA7159;
}
</style>