Shades of Sante Fe #A96E4E
Tints of Sante Fe #A96E4E
RGB
CMYK
RGB Variations
Color information
#A96E4E (or 0xA96E4E) is known color: Sante Fe. HEX triplet: A9, 6E and 4E. RGB value is (169,110,78). Sum of RGB (Red+Green+Blue) = 169+110+78=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E4E is #5691B1. Grayscale: #7C7C7C. Windows color (decimal): -5673394 or 5140137. OLE color: 5140137.
HSL color Cylindrical-coordinate representation of color #A96E4E: hue angle of 21.1º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A96E4E is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 78 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.34 |
| HSL | 21.1º | 0.37% | 0.48% | - |
| HSV(B) | 21.1º | 0.54% | 0.66% | - |
| XYZ | 23.31 | 20.14 | 9.87 | - |
| YUV | 123.99 | 102.05 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 78 | 0 | 0.35 | 0.54 | 0.34 | 21.1 | 0.37 | 0.48 |
| Hex | A9 | 6E | 4E | 0 | 23 | 36 | 22 | 15 | 25 | 30 |
| Octal | 251 | 156 | 116 | 0 | 43 | 66 | 42 | 25 | 45 | 60 |
| Binary | 10101001 | 1101110 | 1001110 | 0 | 100011 | 110110 | 100010 | 10101 | 100101 | 110000 |
Color Harmonies of #A96E4E
Complementary color
Monochromatic Colors of #A96E4E
Black with #A96E4E
Text Example
Text Example
White with #A96E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E4E; }
p { color: rgb(169,110,78); }
H1.HeaderClassName
{
color: #A96E4E;
}
.AnyTagClassName
{
color: #A96E4E;
}
</style>
background-color css
<style>
a { background-color: #A96E4E; }
a { background-color: rgb(169,110,78); }
div.DivClassName
{
background-color: #A96E4E;
}
.BgClassName
{
background-color: #A96E4E;
}
</style>
border-color css
<style>
span { border-color: #A96E4E; }
span { border-color: rgb(169,110,78); }
td.TdClassName
{
border-color: #A96E4E;
}
.TagClassName
{
border-color: #A96E4E;
}
</style>