Shades of Sante Fe #A87255
Tints of Sante Fe #A87255
RGB
CMYK
RGB Variations
Color information
#A87255 (or 0xA87255) is known color: Sante Fe. HEX triplet: A8, 72 and 55. RGB value is (168,114,85). Sum of RGB (Red+Green+Blue) = 168+114+85=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A87255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87255 is #578DAA. Grayscale: #7F7F7F. Windows color (decimal): -5737899 or 5599912. OLE color: 5599912.
HSL color Cylindrical-coordinate representation of color #A87255: hue angle of 20.96º degrees, saturation: 0.33, 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 #A87255 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 85 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.34 |
| HSL | 20.96º | 0.33% | 0.5% | - |
| HSV(B) | 20.96º | 0.49% | 0.66% | - |
| XYZ | 23.81 | 21.02 | 11.4 | - |
| YUV | 126.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 85 | 0 | 0.32 | 0.49 | 0.34 | 20.96 | 0.33 | 0.5 |
| Hex | A8 | 72 | 55 | 0 | 20 | 31 | 22 | 15 | 21 | 32 |
| Octal | 250 | 162 | 125 | 0 | 40 | 61 | 42 | 25 | 41 | 62 |
| Binary | 10101000 | 1110010 | 1010101 | 0 | 100000 | 110001 | 100010 | 10101 | 100001 | 110010 |
Color Harmonies of #A87255
Complementary color
Monochromatic Colors of #A87255
Black with #A87255
Text Example
Text Example
White with #A87255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87255; }
p { color: rgb(168,114,85); }
H1.HeaderClassName
{
color: #A87255;
}
.AnyTagClassName
{
color: #A87255;
}
</style>
background-color css
<style>
a { background-color: #A87255; }
a { background-color: rgb(168,114,85); }
div.DivClassName
{
background-color: #A87255;
}
.BgClassName
{
background-color: #A87255;
}
</style>
border-color css
<style>
span { border-color: #A87255; }
span { border-color: rgb(168,114,85); }
td.TdClassName
{
border-color: #A87255;
}
.TagClassName
{
border-color: #A87255;
}
</style>