Shades of Sante Fe #AA7457
Tints of Sante Fe #AA7457
RGB
CMYK
RGB Variations
Color information
#AA7457 (or 0xAA7457) is known color: Sante Fe. HEX triplet: AA, 74 and 57. RGB value is (170,116,87). Sum of RGB (Red+Green+Blue) = 170+116+87=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7457 is #558BA8. Grayscale: #818181. Windows color (decimal): -5606313 or 5731498. OLE color: 5731498.
HSL color Cylindrical-coordinate representation of color #AA7457: hue angle of 20.96º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7457 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 87 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.33 |
| HSL | 20.96º | 0.33% | 0.5% | - |
| HSV(B) | 20.96º | 0.49% | 0.67% | - |
| XYZ | 24.54 | 21.72 | 11.92 | - |
| YUV | 128.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 87 | 0 | 0.32 | 0.49 | 0.33 | 20.96 | 0.33 | 0.5 |
| Hex | AA | 74 | 57 | 0 | 20 | 31 | 21 | 15 | 21 | 32 |
| Octal | 252 | 164 | 127 | 0 | 40 | 61 | 41 | 25 | 41 | 62 |
| Binary | 10101010 | 1110100 | 1010111 | 0 | 100000 | 110001 | 100001 | 10101 | 100001 | 110010 |
Color Harmonies of #AA7457
Complementary color
Monochromatic Colors of #AA7457
Black with #AA7457
Text Example
Text Example
White with #AA7457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7457; }
p { color: rgb(170,116,87); }
H1.HeaderClassName
{
color: #AA7457;
}
.AnyTagClassName
{
color: #AA7457;
}
</style>
background-color css
<style>
a { background-color: #AA7457; }
a { background-color: rgb(170,116,87); }
div.DivClassName
{
background-color: #AA7457;
}
.BgClassName
{
background-color: #AA7457;
}
</style>
border-color css
<style>
span { border-color: #AA7457; }
span { border-color: rgb(170,116,87); }
td.TdClassName
{
border-color: #AA7457;
}
.TagClassName
{
border-color: #AA7457;
}
</style>