Shades of Sante Fe #A87157
Tints of Sante Fe #A87157
RGB
CMYK
RGB Variations
Color information
#A87157 (or 0xA87157) is known color: Sante Fe. HEX triplet: A8, 71 and 57. RGB value is (168,113,87). Sum of RGB (Red+Green+Blue) = 168+113+87=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A87157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87157 is #578EA8. Grayscale: #7E7E7E. Windows color (decimal): -5738153 or 5730728. OLE color: 5730728.
HSL color Cylindrical-coordinate representation of color #A87157: hue angle of 19.26º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A87157 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 113 | 87 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.34 |
| HSL | 19.26º | 0.32% | 0.5% | - |
| HSV(B) | 19.26º | 0.48% | 0.66% | - |
| XYZ | 23.77 | 20.82 | 11.78 | - |
| YUV | 126.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 87 | 0 | 0.33 | 0.48 | 0.34 | 19.26 | 0.32 | 0.5 |
| Hex | A8 | 71 | 57 | 0 | 21 | 30 | 22 | 13 | 20 | 32 |
| Octal | 250 | 161 | 127 | 0 | 41 | 60 | 42 | 23 | 40 | 62 |
| Binary | 10101000 | 1110001 | 1010111 | 0 | 100001 | 110000 | 100010 | 10011 | 100000 | 110010 |
Color Harmonies of #A87157
Complementary color
Monochromatic Colors of #A87157
Black with #A87157
Text Example
Text Example
White with #A87157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87157; }
p { color: rgb(168,113,87); }
H1.HeaderClassName
{
color: #A87157;
}
.AnyTagClassName
{
color: #A87157;
}
</style>
background-color css
<style>
a { background-color: #A87157; }
a { background-color: rgb(168,113,87); }
div.DivClassName
{
background-color: #A87157;
}
.BgClassName
{
background-color: #A87157;
}
</style>
border-color css
<style>
span { border-color: #A87157; }
span { border-color: rgb(168,113,87); }
td.TdClassName
{
border-color: #A87157;
}
.TagClassName
{
border-color: #A87157;
}
</style>