Shades of Sante Fe #A86654
Tints of Sante Fe #A86654
RGB
CMYK
RGB Variations
Color information
#A86654 (or 0xA86654) is known color: Sante Fe. HEX triplet: A8, 66 and 54. RGB value is (168,102,84). Sum of RGB (Red+Green+Blue) = 168+102+84=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A86654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86654 is #5799AB. Grayscale: #777777. Windows color (decimal): -5740972 or 5531304. OLE color: 5531304.
HSL color Cylindrical-coordinate representation of color #A86654: hue angle of 12.86º 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 #A86654 is Cyan = 0, Magento = 0.39, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 84 | - |
| CMYK | 0 | 0.39 | 0.5 | 0.34 |
| HSL | 12.86º | 0.33% | 0.49% | - |
| HSV(B) | 12.86º | 0.5% | 0.66% | - |
| XYZ | 22.5 | 18.47 | 10.77 | - |
| YUV | 119.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 84 | 0 | 0.39 | 0.5 | 0.34 | 12.86 | 0.33 | 0.49 |
| Hex | A8 | 66 | 54 | 0 | 27 | 32 | 22 | D | 21 | 31 |
| Octal | 250 | 146 | 124 | 0 | 47 | 62 | 42 | 15 | 41 | 61 |
| Binary | 10101000 | 1100110 | 1010100 | 0 | 100111 | 110010 | 100010 | 1101 | 100001 | 110001 |
Color Harmonies of #A86654
Complementary color
Monochromatic Colors of #A86654
Black with #A86654
Text Example
Text Example
White with #A86654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86654; }
p { color: rgb(168,102,84); }
H1.HeaderClassName
{
color: #A86654;
}
.AnyTagClassName
{
color: #A86654;
}
</style>
background-color css
<style>
a { background-color: #A86654; }
a { background-color: rgb(168,102,84); }
div.DivClassName
{
background-color: #A86654;
}
.BgClassName
{
background-color: #A86654;
}
</style>
border-color css
<style>
span { border-color: #A86654; }
span { border-color: rgb(168,102,84); }
td.TdClassName
{
border-color: #A86654;
}
.TagClassName
{
border-color: #A86654;
}
</style>