Shades of Sante Fe #A96E57
Tints of Sante Fe #A96E57
RGB
CMYK
RGB Variations
Color information
#A96E57 (or 0xA96E57) is known color: Sante Fe. HEX triplet: A9, 6E and 57. RGB value is (169,110,87). Sum of RGB (Red+Green+Blue) = 169+110+87=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E57 is #5691A8. Grayscale: #7D7D7D. Windows color (decimal): -5673385 or 5729961. OLE color: 5729961.
HSL color Cylindrical-coordinate representation of color #A96E57: hue angle of 16.83º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A96E57 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 87 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.34 |
| HSL | 16.83º | 0.32% | 0.5% | - |
| HSV(B) | 16.83º | 0.49% | 0.66% | - |
| XYZ | 23.66 | 20.28 | 11.68 | - |
| YUV | 125.02 | 106.55 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 87 | 0 | 0.35 | 0.49 | 0.34 | 16.83 | 0.32 | 0.5 |
| Hex | A9 | 6E | 57 | 0 | 23 | 31 | 22 | 11 | 20 | 32 |
| Octal | 251 | 156 | 127 | 0 | 43 | 61 | 42 | 21 | 40 | 62 |
| Binary | 10101001 | 1101110 | 1010111 | 0 | 100011 | 110001 | 100010 | 10001 | 100000 | 110010 |
Color Harmonies of #A96E57
Complementary color
Monochromatic Colors of #A96E57
Black with #A96E57
Text Example
Text Example
White with #A96E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E57; }
p { color: rgb(169,110,87); }
H1.HeaderClassName
{
color: #A96E57;
}
.AnyTagClassName
{
color: #A96E57;
}
</style>
background-color css
<style>
a { background-color: #A96E57; }
a { background-color: rgb(169,110,87); }
div.DivClassName
{
background-color: #A96E57;
}
.BgClassName
{
background-color: #A96E57;
}
</style>
border-color css
<style>
span { border-color: #A96E57; }
span { border-color: rgb(169,110,87); }
td.TdClassName
{
border-color: #A96E57;
}
.TagClassName
{
border-color: #A96E57;
}
</style>