Shades of Sante Fe #A86650
Tints of Sante Fe #A86650
RGB
CMYK
RGB Variations
Color information
#A86650 (or 0xA86650) is known color: Sante Fe. HEX triplet: A8, 66 and 50. RGB value is (168,102,80). Sum of RGB (Red+Green+Blue) = 168+102+80=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A86650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86650 is #5799AF. Grayscale: #777777. Windows color (decimal): -5740976 or 5269160. OLE color: 5269160.
HSL color Cylindrical-coordinate representation of color #A86650: hue angle of 15º 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 #A86650 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 80 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.34 |
| HSL | 15º | 0.35% | 0.49% | - |
| HSV(B) | 15º | 0.52% | 0.66% | - |
| XYZ | 22.35 | 18.41 | 9.96 | - |
| YUV | 119.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 80 | 0 | 0.39 | 0.52 | 0.34 | 15 | 0.35 | 0.49 |
| Hex | A8 | 66 | 50 | 0 | 27 | 34 | 22 | F | 23 | 31 |
| Octal | 250 | 146 | 120 | 0 | 47 | 64 | 42 | 17 | 43 | 61 |
| Binary | 10101000 | 1100110 | 1010000 | 0 | 100111 | 110100 | 100010 | 1111 | 100011 | 110001 |
Color Harmonies of #A86650
Complementary color
Monochromatic Colors of #A86650
Black with #A86650
Text Example
Text Example
White with #A86650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86650; }
p { color: rgb(168,102,80); }
H1.HeaderClassName
{
color: #A86650;
}
.AnyTagClassName
{
color: #A86650;
}
</style>
background-color css
<style>
a { background-color: #A86650; }
a { background-color: rgb(168,102,80); }
div.DivClassName
{
background-color: #A86650;
}
.BgClassName
{
background-color: #A86650;
}
</style>
border-color css
<style>
span { border-color: #A86650; }
span { border-color: rgb(168,102,80); }
td.TdClassName
{
border-color: #A86650;
}
.TagClassName
{
border-color: #A86650;
}
</style>