Shades of Sante Fe #A86855
Tints of Sante Fe #A86855
RGB
CMYK
RGB Variations
Color information
#A86855 (or 0xA86855) is known color: Sante Fe. HEX triplet: A8, 68 and 55. RGB value is (168,104,85). Sum of RGB (Red+Green+Blue) = 168+104+85=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A86855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86855 is #5797AA. Grayscale: #797979. Windows color (decimal): -5740459 or 5597352. OLE color: 5597352.
HSL color Cylindrical-coordinate representation of color #A86855: hue angle of 13.73º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A86855 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 85 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.34 |
| HSL | 13.73º | 0.33% | 0.5% | - |
| HSV(B) | 13.73º | 0.49% | 0.66% | - |
| XYZ | 22.74 | 18.88 | 11.04 | - |
| YUV | 120.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 85 | 0 | 0.38 | 0.49 | 0.34 | 13.73 | 0.33 | 0.5 |
| Hex | A8 | 68 | 55 | 0 | 26 | 31 | 22 | E | 21 | 32 |
| Octal | 250 | 150 | 125 | 0 | 46 | 61 | 42 | 16 | 41 | 62 |
| Binary | 10101000 | 1101000 | 1010101 | 0 | 100110 | 110001 | 100010 | 1110 | 100001 | 110010 |
Color Harmonies of #A86855
Complementary color
Monochromatic Colors of #A86855
Black with #A86855
Text Example
Text Example
White with #A86855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86855; }
p { color: rgb(168,104,85); }
H1.HeaderClassName
{
color: #A86855;
}
.AnyTagClassName
{
color: #A86855;
}
</style>
background-color css
<style>
a { background-color: #A86855; }
a { background-color: rgb(168,104,85); }
div.DivClassName
{
background-color: #A86855;
}
.BgClassName
{
background-color: #A86855;
}
</style>
border-color css
<style>
span { border-color: #A86855; }
span { border-color: rgb(168,104,85); }
td.TdClassName
{
border-color: #A86855;
}
.TagClassName
{
border-color: #A86855;
}
</style>