Shades of Sante Fe #A87152
Tints of Sante Fe #A87152
RGB
CMYK
RGB Variations
Color information
#A87152 (or 0xA87152) is known color: Sante Fe. HEX triplet: A8, 71 and 52. RGB value is (168,113,82). Sum of RGB (Red+Green+Blue) = 168+113+82=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A87152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87152 is #578EAD. Grayscale: #7E7E7E. Windows color (decimal): -5738158 or 5403048. OLE color: 5403048.
HSL color Cylindrical-coordinate representation of color #A87152: hue angle of 21.63º 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 #A87152 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 113 | 82 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.34 |
| HSL | 21.63º | 0.34% | 0.49% | - |
| HSV(B) | 21.63º | 0.51% | 0.66% | - |
| XYZ | 23.58 | 20.74 | 10.74 | - |
| YUV | 125.91 | 103.22 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 82 | 0 | 0.33 | 0.51 | 0.34 | 21.63 | 0.34 | 0.49 |
| Hex | A8 | 71 | 52 | 0 | 21 | 33 | 22 | 16 | 22 | 31 |
| Octal | 250 | 161 | 122 | 0 | 41 | 63 | 42 | 26 | 42 | 61 |
| Binary | 10101000 | 1110001 | 1010010 | 0 | 100001 | 110011 | 100010 | 10110 | 100010 | 110001 |
Color Harmonies of #A87152
Complementary color
Monochromatic Colors of #A87152
Black with #A87152
Text Example
Text Example
White with #A87152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87152; }
p { color: rgb(168,113,82); }
H1.HeaderClassName
{
color: #A87152;
}
.AnyTagClassName
{
color: #A87152;
}
</style>
background-color css
<style>
a { background-color: #A87152; }
a { background-color: rgb(168,113,82); }
div.DivClassName
{
background-color: #A87152;
}
.BgClassName
{
background-color: #A87152;
}
</style>
border-color css
<style>
span { border-color: #A87152; }
span { border-color: rgb(168,113,82); }
td.TdClassName
{
border-color: #A87152;
}
.TagClassName
{
border-color: #A87152;
}
</style>