Shades of Sante Fe #A96E49
Tints of Sante Fe #A96E49
RGB
CMYK
RGB Variations
Color information
#A96E49 (or 0xA96E49) is known color: Sante Fe. HEX triplet: A9, 6E and 49. RGB value is (169,110,73). Sum of RGB (Red+Green+Blue) = 169+110+73=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96E49 is #5691B6. Grayscale: #7B7B7B. Windows color (decimal): -5673399 or 4812457. OLE color: 4812457.
HSL color Cylindrical-coordinate representation of color #A96E49: hue angle of 23.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A96E49 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 73 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.34 |
| HSL | 23.13º | 0.4% | 0.47% | - |
| HSV(B) | 23.13º | 0.57% | 0.66% | - |
| XYZ | 23.14 | 20.07 | 8.96 | - |
| YUV | 123.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 73 | 0 | 0.35 | 0.57 | 0.34 | 23.13 | 0.4 | 0.47 |
| Hex | A9 | 6E | 49 | 0 | 23 | 39 | 22 | 17 | 28 | 2F |
| Octal | 251 | 156 | 111 | 0 | 43 | 71 | 42 | 27 | 50 | 57 |
| Binary | 10101001 | 1101110 | 1001001 | 0 | 100011 | 111001 | 100010 | 10111 | 101000 | 101111 |
Color Harmonies of #A96E49
Complementary color
Monochromatic Colors of #A96E49
Black with #A96E49
Text Example
Text Example
White with #A96E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E49; }
p { color: rgb(169,110,73); }
H1.HeaderClassName
{
color: #A96E49;
}
.AnyTagClassName
{
color: #A96E49;
}
</style>
background-color css
<style>
a { background-color: #A96E49; }
a { background-color: rgb(169,110,73); }
div.DivClassName
{
background-color: #A96E49;
}
.BgClassName
{
background-color: #A96E49;
}
</style>
border-color css
<style>
span { border-color: #A96E49; }
span { border-color: rgb(169,110,73); }
td.TdClassName
{
border-color: #A96E49;
}
.TagClassName
{
border-color: #A96E49;
}
</style>