Shades of Sante Fe #A86A47
Tints of Sante Fe #A86A47
RGB
CMYK
RGB Variations
Color information
#A86A47 (or 0xA86A47) is known color: Sante Fe. HEX triplet: A8, 6A and 47. RGB value is (168,106,71). Sum of RGB (Red+Green+Blue) = 168+106+71=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86A47 is #5795B8. Grayscale: #787878. Windows color (decimal): -5739961 or 4680360. OLE color: 4680360.
HSL color Cylindrical-coordinate representation of color #A86A47: hue angle of 21.65º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A86A47 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 71 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.34 |
| HSL | 21.65º | 0.41% | 0.47% | - |
| HSV(B) | 21.65º | 0.58% | 0.66% | - |
| XYZ | 22.44 | 19.09 | 8.46 | - |
| YUV | 120.55 | 100.04 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 71 | 0 | 0.37 | 0.58 | 0.34 | 21.65 | 0.41 | 0.47 |
| Hex | A8 | 6A | 47 | 0 | 25 | 3A | 22 | 16 | 29 | 2F |
| Octal | 250 | 152 | 107 | 0 | 45 | 72 | 42 | 26 | 51 | 57 |
| Binary | 10101000 | 1101010 | 1000111 | 0 | 100101 | 111010 | 100010 | 10110 | 101001 | 101111 |
Color Harmonies of #A86A47
Complementary color
Monochromatic Colors of #A86A47
Black with #A86A47
Text Example
Text Example
White with #A86A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A47; }
p { color: rgb(168,106,71); }
H1.HeaderClassName
{
color: #A86A47;
}
.AnyTagClassName
{
color: #A86A47;
}
</style>
background-color css
<style>
a { background-color: #A86A47; }
a { background-color: rgb(168,106,71); }
div.DivClassName
{
background-color: #A86A47;
}
.BgClassName
{
background-color: #A86A47;
}
</style>
border-color css
<style>
span { border-color: #A86A47; }
span { border-color: rgb(168,106,71); }
td.TdClassName
{
border-color: #A86A47;
}
.TagClassName
{
border-color: #A86A47;
}
</style>