Shades of Sante Fe #A87153
Tints of Sante Fe #A87153
RGB
CMYK
RGB Variations
Color information
#A87153 (or 0xA87153) is known color: Sante Fe. HEX triplet: A8, 71 and 53. RGB value is (168,113,83). Sum of RGB (Red+Green+Blue) = 168+113+83=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A87153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87153 is #578EAC. Grayscale: #7E7E7E. Windows color (decimal): -5738157 or 5468584. OLE color: 5468584.
HSL color Cylindrical-coordinate representation of color #A87153: hue angle of 21.18º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A87153 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 113 | 83 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.34 |
| HSL | 21.18º | 0.34% | 0.49% | - |
| HSV(B) | 21.18º | 0.51% | 0.66% | - |
| XYZ | 23.61 | 20.76 | 10.95 | - |
| YUV | 126.03 | 103.72 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 83 | 0 | 0.33 | 0.51 | 0.34 | 21.18 | 0.34 | 0.49 |
| Hex | A8 | 71 | 53 | 0 | 21 | 33 | 22 | 15 | 22 | 31 |
| Octal | 250 | 161 | 123 | 0 | 41 | 63 | 42 | 25 | 42 | 61 |
| Binary | 10101000 | 1110001 | 1010011 | 0 | 100001 | 110011 | 100010 | 10101 | 100010 | 110001 |
Color Harmonies of #A87153
Complementary color
Monochromatic Colors of #A87153
Black with #A87153
Text Example
Text Example
White with #A87153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87153; }
p { color: rgb(168,113,83); }
H1.HeaderClassName
{
color: #A87153;
}
.AnyTagClassName
{
color: #A87153;
}
</style>
background-color css
<style>
a { background-color: #A87153; }
a { background-color: rgb(168,113,83); }
div.DivClassName
{
background-color: #A87153;
}
.BgClassName
{
background-color: #A87153;
}
</style>
border-color css
<style>
span { border-color: #A87153; }
span { border-color: rgb(168,113,83); }
td.TdClassName
{
border-color: #A87153;
}
.TagClassName
{
border-color: #A87153;
}
</style>