Shades of Sante Fe #A96855
Tints of Sante Fe #A96855
RGB
CMYK
RGB Variations
Color information
#A96855 (or 0xA96855) is known color: Sante Fe. HEX triplet: A9, 68 and 55. RGB value is (169,104,85). Sum of RGB (Red+Green+Blue) = 169+104+85=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A96855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96855 is #5697AA. Grayscale: #797979. Windows color (decimal): -5674923 or 5597353. OLE color: 5597353.
HSL color Cylindrical-coordinate representation of color #A96855: hue angle of 13.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96855 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 85 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.34 |
| HSL | 13.57º | 0.33% | 0.5% | - |
| HSV(B) | 13.57º | 0.5% | 0.66% | - |
| XYZ | 22.95 | 18.99 | 11.05 | - |
| YUV | 121.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 85 | 0 | 0.38 | 0.50 | 0.34 | 13.57 | 0.33 | 0.5 |
| Hex | A9 | 68 | 55 | 0 | 26 | 32 | 22 | E | 21 | 32 |
| Octal | 251 | 150 | 125 | 0 | 46 | 62 | 42 | 16 | 41 | 62 |
| Binary | 10101001 | 1101000 | 1010101 | 0 | 100110 | 110010 | 100010 | 1110 | 100001 | 110010 |
Color Harmonies of #A96855
Complementary color
Monochromatic Colors of #A96855
Black with #A96855
Text Example
Text Example
White with #A96855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96855; }
p { color: rgb(169,104,85); }
H1.HeaderClassName
{
color: #A96855;
}
.AnyTagClassName
{
color: #A96855;
}
</style>
background-color css
<style>
a { background-color: #A96855; }
a { background-color: rgb(169,104,85); }
div.DivClassName
{
background-color: #A96855;
}
.BgClassName
{
background-color: #A96855;
}
</style>
border-color css
<style>
span { border-color: #A96855; }
span { border-color: rgb(169,104,85); }
td.TdClassName
{
border-color: #A96855;
}
.TagClassName
{
border-color: #A96855;
}
</style>