Shades of Sante Fe #A87256
Tints of Sante Fe #A87256
RGB
CMYK
RGB Variations
Color information
#A87256 (or 0xA87256) is known color: Sante Fe. HEX triplet: A8, 72 and 56. RGB value is (168,114,86). Sum of RGB (Red+Green+Blue) = 168+114+86=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A87256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87256 is #578DA9. Grayscale: #7F7F7F. Windows color (decimal): -5737898 or 5665448. OLE color: 5665448.
HSL color Cylindrical-coordinate representation of color #A87256: hue angle of 20.49º 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 #A87256 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 86 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.34 |
| HSL | 20.49º | 0.32% | 0.5% | - |
| HSV(B) | 20.49º | 0.49% | 0.66% | - |
| XYZ | 23.85 | 21.03 | 11.61 | - |
| YUV | 126.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 86 | 0 | 0.32 | 0.49 | 0.34 | 20.49 | 0.32 | 0.5 |
| Hex | A8 | 72 | 56 | 0 | 20 | 31 | 22 | 14 | 20 | 32 |
| Octal | 250 | 162 | 126 | 0 | 40 | 61 | 42 | 24 | 40 | 62 |
| Binary | 10101000 | 1110010 | 1010110 | 0 | 100000 | 110001 | 100010 | 10100 | 100000 | 110010 |
Color Harmonies of #A87256
Complementary color
Monochromatic Colors of #A87256
Black with #A87256
Text Example
Text Example
White with #A87256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87256; }
p { color: rgb(168,114,86); }
H1.HeaderClassName
{
color: #A87256;
}
.AnyTagClassName
{
color: #A87256;
}
</style>
background-color css
<style>
a { background-color: #A87256; }
a { background-color: rgb(168,114,86); }
div.DivClassName
{
background-color: #A87256;
}
.BgClassName
{
background-color: #A87256;
}
</style>
border-color css
<style>
span { border-color: #A87256; }
span { border-color: rgb(168,114,86); }
td.TdClassName
{
border-color: #A87256;
}
.TagClassName
{
border-color: #A87256;
}
</style>