Shades of Sante Fe #A87350
Tints of Sante Fe #A87350
RGB
CMYK
RGB Variations
Color information
#A87350 (or 0xA87350) is known color: Sante Fe. HEX triplet: A8, 73 and 50. RGB value is (168,115,80). Sum of RGB (Red+Green+Blue) = 168+115+80=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A87350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87350 is #578CAF. Grayscale: #7F7F7F. Windows color (decimal): -5737648 or 5272488. OLE color: 5272488.
HSL color Cylindrical-coordinate representation of color #A87350: hue angle of 23.86º 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 #A87350 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 80 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.34 |
| HSL | 23.86º | 0.35% | 0.49% | - |
| HSV(B) | 23.86º | 0.52% | 0.66% | - |
| XYZ | 23.73 | 21.17 | 10.42 | - |
| YUV | 126.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 80 | 0 | 0.32 | 0.52 | 0.34 | 23.86 | 0.35 | 0.49 |
| Hex | A8 | 73 | 50 | 0 | 20 | 34 | 22 | 18 | 23 | 31 |
| Octal | 250 | 163 | 120 | 0 | 40 | 64 | 42 | 30 | 43 | 61 |
| Binary | 10101000 | 1110011 | 1010000 | 0 | 100000 | 110100 | 100010 | 11000 | 100011 | 110001 |
Color Harmonies of #A87350
Complementary color
Monochromatic Colors of #A87350
Black with #A87350
Text Example
Text Example
White with #A87350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87350; }
p { color: rgb(168,115,80); }
H1.HeaderClassName
{
color: #A87350;
}
.AnyTagClassName
{
color: #A87350;
}
</style>
background-color css
<style>
a { background-color: #A87350; }
a { background-color: rgb(168,115,80); }
div.DivClassName
{
background-color: #A87350;
}
.BgClassName
{
background-color: #A87350;
}
</style>
border-color css
<style>
span { border-color: #A87350; }
span { border-color: rgb(168,115,80); }
td.TdClassName
{
border-color: #A87350;
}
.TagClassName
{
border-color: #A87350;
}
</style>