Shades of Sante Fe #A86956
Tints of Sante Fe #A86956
RGB
CMYK
RGB Variations
Color information
#A86956 (or 0xA86956) is known color: Sante Fe. HEX triplet: A8, 69 and 56. RGB value is (168,105,86). Sum of RGB (Red+Green+Blue) = 168+105+86=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A86956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86956 is #5796A9. Grayscale: #797979. Windows color (decimal): -5740202 or 5663144. OLE color: 5663144.
HSL color Cylindrical-coordinate representation of color #A86956: hue angle of 13.9º degrees, saturation: 0.32, 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 #A86956 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 86 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.34 |
| HSL | 13.9º | 0.32% | 0.5% | - |
| HSV(B) | 13.9º | 0.49% | 0.66% | - |
| XYZ | 22.88 | 19.1 | 11.28 | - |
| YUV | 121.67 | 107.87 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 86 | 0 | 0.38 | 0.49 | 0.34 | 13.9 | 0.32 | 0.5 |
| Hex | A8 | 69 | 56 | 0 | 26 | 31 | 22 | E | 20 | 32 |
| Octal | 250 | 151 | 126 | 0 | 46 | 61 | 42 | 16 | 40 | 62 |
| Binary | 10101000 | 1101001 | 1010110 | 0 | 100110 | 110001 | 100010 | 1110 | 100000 | 110010 |
Color Harmonies of #A86956
Complementary color
Monochromatic Colors of #A86956
Black with #A86956
Text Example
Text Example
White with #A86956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86956; }
p { color: rgb(168,105,86); }
H1.HeaderClassName
{
color: #A86956;
}
.AnyTagClassName
{
color: #A86956;
}
</style>
background-color css
<style>
a { background-color: #A86956; }
a { background-color: rgb(168,105,86); }
div.DivClassName
{
background-color: #A86956;
}
.BgClassName
{
background-color: #A86956;
}
</style>
border-color css
<style>
span { border-color: #A86956; }
span { border-color: rgb(168,105,86); }
td.TdClassName
{
border-color: #A86956;
}
.TagClassName
{
border-color: #A86956;
}
</style>