Shades of Sante Fe #A86E4C
Tints of Sante Fe #A86E4C
RGB
CMYK
RGB Variations
Color information
#A86E4C (or 0xA86E4C) is known color: Sante Fe. HEX triplet: A8, 6E and 4C. RGB value is (168,110,76). Sum of RGB (Red+Green+Blue) = 168+110+76=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86E4C is #5791B3. Grayscale: #7B7B7B. Windows color (decimal): -5738932 or 5009064. OLE color: 5009064.
HSL color Cylindrical-coordinate representation of color #A86E4C: hue angle of 22.17º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A86E4C is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 110 | 76 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.34 |
| HSL | 22.17º | 0.38% | 0.48% | - |
| HSV(B) | 22.17º | 0.55% | 0.66% | - |
| XYZ | 23.03 | 20 | 9.48 | - |
| YUV | 123.47 | 101.22 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 76 | 0 | 0.35 | 0.55 | 0.34 | 22.17 | 0.38 | 0.48 |
| Hex | A8 | 6E | 4C | 0 | 23 | 37 | 22 | 16 | 26 | 30 |
| Octal | 250 | 156 | 114 | 0 | 43 | 67 | 42 | 26 | 46 | 60 |
| Binary | 10101000 | 1101110 | 1001100 | 0 | 100011 | 110111 | 100010 | 10110 | 100110 | 110000 |
Color Harmonies of #A86E4C
Complementary color
Monochromatic Colors of #A86E4C
Black with #A86E4C
Text Example
Text Example
White with #A86E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86E4C; }
p { color: rgb(168,110,76); }
H1.HeaderClassName
{
color: #A86E4C;
}
.AnyTagClassName
{
color: #A86E4C;
}
</style>
background-color css
<style>
a { background-color: #A86E4C; }
a { background-color: rgb(168,110,76); }
div.DivClassName
{
background-color: #A86E4C;
}
.BgClassName
{
background-color: #A86E4C;
}
</style>
border-color css
<style>
span { border-color: #A86E4C; }
span { border-color: rgb(168,110,76); }
td.TdClassName
{
border-color: #A86E4C;
}
.TagClassName
{
border-color: #A86E4C;
}
</style>