Shades of Sante Fe #A96E4D
Tints of Sante Fe #A96E4D
RGB
CMYK
RGB Variations
Color information
#A96E4D (or 0xA96E4D) is known color: Sante Fe. HEX triplet: A9, 6E and 4D. RGB value is (169,110,77). Sum of RGB (Red+Green+Blue) = 169+110+77=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E4D is #5691B2. Grayscale: #7C7C7C. Windows color (decimal): -5673395 or 5074601. OLE color: 5074601.
HSL color Cylindrical-coordinate representation of color #A96E4D: hue angle of 21.52º 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 #A96E4D is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 77 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.34 |
| HSL | 21.52º | 0.37% | 0.48% | - |
| HSV(B) | 21.52º | 0.54% | 0.66% | - |
| XYZ | 23.28 | 20.12 | 9.68 | - |
| YUV | 123.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 77 | 0 | 0.35 | 0.54 | 0.34 | 21.52 | 0.37 | 0.48 |
| Hex | A9 | 6E | 4D | 0 | 23 | 36 | 22 | 16 | 25 | 30 |
| Octal | 251 | 156 | 115 | 0 | 43 | 66 | 42 | 26 | 45 | 60 |
| Binary | 10101001 | 1101110 | 1001101 | 0 | 100011 | 110110 | 100010 | 10110 | 100101 | 110000 |
Color Harmonies of #A96E4D
Complementary color
Monochromatic Colors of #A96E4D
Black with #A96E4D
Text Example
Text Example
White with #A96E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E4D; }
p { color: rgb(169,110,77); }
H1.HeaderClassName
{
color: #A96E4D;
}
.AnyTagClassName
{
color: #A96E4D;
}
</style>
background-color css
<style>
a { background-color: #A96E4D; }
a { background-color: rgb(169,110,77); }
div.DivClassName
{
background-color: #A96E4D;
}
.BgClassName
{
background-color: #A96E4D;
}
</style>
border-color css
<style>
span { border-color: #A96E4D; }
span { border-color: rgb(169,110,77); }
td.TdClassName
{
border-color: #A96E4D;
}
.TagClassName
{
border-color: #A96E4D;
}
</style>