Shades of Sante Fe #A87051
Tints of Sante Fe #A87051
RGB
CMYK
RGB Variations
Color information
#A87051 (or 0xA87051) is known color: Sante Fe. HEX triplet: A8, 70 and 51. RGB value is (168,112,81). Sum of RGB (Red+Green+Blue) = 168+112+81=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A87051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87051 is #578FAE. Grayscale: #7D7D7D. Windows color (decimal): -5738415 or 5337256. OLE color: 5337256.
HSL color Cylindrical-coordinate representation of color #A87051: hue angle of 21.38º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A87051 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 81 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.34 |
| HSL | 21.38º | 0.35% | 0.49% | - |
| HSV(B) | 21.38º | 0.52% | 0.66% | - |
| XYZ | 23.43 | 20.51 | 10.51 | - |
| YUV | 125.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 81 | 0 | 0.33 | 0.52 | 0.34 | 21.38 | 0.35 | 0.49 |
| Hex | A8 | 70 | 51 | 0 | 21 | 34 | 22 | 15 | 23 | 31 |
| Octal | 250 | 160 | 121 | 0 | 41 | 64 | 42 | 25 | 43 | 61 |
| Binary | 10101000 | 1110000 | 1010001 | 0 | 100001 | 110100 | 100010 | 10101 | 100011 | 110001 |
Color Harmonies of #A87051
Complementary color
Monochromatic Colors of #A87051
Black with #A87051
Text Example
Text Example
White with #A87051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87051; }
p { color: rgb(168,112,81); }
H1.HeaderClassName
{
color: #A87051;
}
.AnyTagClassName
{
color: #A87051;
}
</style>
background-color css
<style>
a { background-color: #A87051; }
a { background-color: rgb(168,112,81); }
div.DivClassName
{
background-color: #A87051;
}
.BgClassName
{
background-color: #A87051;
}
</style>
border-color css
<style>
span { border-color: #A87051; }
span { border-color: rgb(168,112,81); }
td.TdClassName
{
border-color: #A87051;
}
.TagClassName
{
border-color: #A87051;
}
</style>