Shades of Sante Fe #A96851
Tints of Sante Fe #A96851
RGB
CMYK
RGB Variations
Color information
#A96851 (or 0xA96851) is known color: Sante Fe. HEX triplet: A9, 68 and 51. RGB value is (169,104,81). Sum of RGB (Red+Green+Blue) = 169+104+81=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A96851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96851 is #5697AE. Grayscale: #787878. Windows color (decimal): -5674927 or 5335209. OLE color: 5335209.
HSL color Cylindrical-coordinate representation of color #A96851: hue angle of 15.68º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A96851 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 81 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.34 |
| HSL | 15.68º | 0.35% | 0.49% | - |
| HSV(B) | 15.68º | 0.52% | 0.66% | - |
| XYZ | 22.8 | 18.93 | 10.24 | - |
| YUV | 120.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 81 | 0 | 0.38 | 0.52 | 0.34 | 15.68 | 0.35 | 0.49 |
| Hex | A9 | 68 | 51 | 0 | 26 | 34 | 22 | 10 | 23 | 31 |
| Octal | 251 | 150 | 121 | 0 | 46 | 64 | 42 | 20 | 43 | 61 |
| Binary | 10101001 | 1101000 | 1010001 | 0 | 100110 | 110100 | 100010 | 10000 | 100011 | 110001 |
Color Harmonies of #A96851
Complementary color
Monochromatic Colors of #A96851
Black with #A96851
Text Example
Text Example
White with #A96851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96851; }
p { color: rgb(169,104,81); }
H1.HeaderClassName
{
color: #A96851;
}
.AnyTagClassName
{
color: #A96851;
}
</style>
background-color css
<style>
a { background-color: #A96851; }
a { background-color: rgb(169,104,81); }
div.DivClassName
{
background-color: #A96851;
}
.BgClassName
{
background-color: #A96851;
}
</style>
border-color css
<style>
span { border-color: #A96851; }
span { border-color: rgb(169,104,81); }
td.TdClassName
{
border-color: #A96851;
}
.TagClassName
{
border-color: #A96851;
}
</style>