Shades of Sante Fe #A86854
Tints of Sante Fe #A86854
RGB
CMYK
RGB Variations
Color information
#A86854 (or 0xA86854) is known color: Sante Fe. HEX triplet: A8, 68 and 54. RGB value is (168,104,84). Sum of RGB (Red+Green+Blue) = 168+104+84=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A86854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86854 is #5797AB. Grayscale: #787878. Windows color (decimal): -5740460 or 5531816. OLE color: 5531816.
HSL color Cylindrical-coordinate representation of color #A86854: hue angle of 14.29º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A86854 is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 84 | - |
| CMYK | 0 | 0.38 | 0.5 | 0.34 |
| HSL | 14.29º | 0.33% | 0.49% | - |
| HSV(B) | 14.29º | 0.5% | 0.66% | - |
| XYZ | 22.7 | 18.87 | 10.83 | - |
| YUV | 120.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 84 | 0 | 0.38 | 0.5 | 0.34 | 14.29 | 0.33 | 0.49 |
| Hex | A8 | 68 | 54 | 0 | 26 | 32 | 22 | E | 21 | 31 |
| Octal | 250 | 150 | 124 | 0 | 46 | 62 | 42 | 16 | 41 | 61 |
| Binary | 10101000 | 1101000 | 1010100 | 0 | 100110 | 110010 | 100010 | 1110 | 100001 | 110001 |
Color Harmonies of #A86854
Complementary color
Monochromatic Colors of #A86854
Black with #A86854
Text Example
Text Example
White with #A86854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86854; }
p { color: rgb(168,104,84); }
H1.HeaderClassName
{
color: #A86854;
}
.AnyTagClassName
{
color: #A86854;
}
</style>
background-color css
<style>
a { background-color: #A86854; }
a { background-color: rgb(168,104,84); }
div.DivClassName
{
background-color: #A86854;
}
.BgClassName
{
background-color: #A86854;
}
</style>
border-color css
<style>
span { border-color: #A86854; }
span { border-color: rgb(168,104,84); }
td.TdClassName
{
border-color: #A86854;
}
.TagClassName
{
border-color: #A86854;
}
</style>