Shades of Sante Fe #A86250
Tints of Sante Fe #A86250
RGB
CMYK
RGB Variations
Color information
#A86250 (or 0xA86250) is known color: Sante Fe. HEX triplet: A8, 62 and 50. RGB value is (168,98,80). Sum of RGB (Red+Green+Blue) = 168+98+80=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A86250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86250 is #579DAF. Grayscale: #757575. Windows color (decimal): -5742000 or 5268136. OLE color: 5268136.
HSL color Cylindrical-coordinate representation of color #A86250: hue angle of 12.27º 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 #A86250 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 98 | 80 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.34 |
| HSL | 12.27º | 0.35% | 0.49% | - |
| HSV(B) | 12.27º | 0.52% | 0.66% | - |
| XYZ | 21.96 | 17.64 | 9.84 | - |
| YUV | 116.88 | 107.19 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 80 | 0 | 0.42 | 0.52 | 0.34 | 12.27 | 0.35 | 0.49 |
| Hex | A8 | 62 | 50 | 0 | 2A | 34 | 22 | C | 23 | 31 |
| Octal | 250 | 142 | 120 | 0 | 52 | 64 | 42 | 14 | 43 | 61 |
| Binary | 10101000 | 1100010 | 1010000 | 0 | 101010 | 110100 | 100010 | 1100 | 100011 | 110001 |
Color Harmonies of #A86250
Complementary color
Monochromatic Colors of #A86250
Black with #A86250
Text Example
Text Example
White with #A86250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86250; }
p { color: rgb(168,98,80); }
H1.HeaderClassName
{
color: #A86250;
}
.AnyTagClassName
{
color: #A86250;
}
</style>
background-color css
<style>
a { background-color: #A86250; }
a { background-color: rgb(168,98,80); }
div.DivClassName
{
background-color: #A86250;
}
.BgClassName
{
background-color: #A86250;
}
</style>
border-color css
<style>
span { border-color: #A86250; }
span { border-color: rgb(168,98,80); }
td.TdClassName
{
border-color: #A86250;
}
.TagClassName
{
border-color: #A86250;
}
</style>