Shades of Sante Fe #A86947
Tints of Sante Fe #A86947
RGB
CMYK
RGB Variations
Color information
#A86947 (or 0xA86947) is known color: Sante Fe. HEX triplet: A8, 69 and 47. RGB value is (168,105,71). Sum of RGB (Red+Green+Blue) = 168+105+71=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A86947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86947 is #5796B8. Grayscale: #787878. Windows color (decimal): -5740217 or 4680104. OLE color: 4680104.
HSL color Cylindrical-coordinate representation of color #A86947: hue angle of 21.03º 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 #A86947 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 71 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.34 |
| HSL | 21.03º | 0.41% | 0.47% | - |
| HSV(B) | 21.03º | 0.58% | 0.66% | - |
| XYZ | 22.34 | 18.88 | 8.43 | - |
| YUV | 119.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 71 | 0 | 0.38 | 0.58 | 0.34 | 21.03 | 0.41 | 0.47 |
| Hex | A8 | 69 | 47 | 0 | 26 | 3A | 22 | 15 | 29 | 2F |
| Octal | 250 | 151 | 107 | 0 | 46 | 72 | 42 | 25 | 51 | 57 |
| Binary | 10101000 | 1101001 | 1000111 | 0 | 100110 | 111010 | 100010 | 10101 | 101001 | 101111 |
Color Harmonies of #A86947
Complementary color
Monochromatic Colors of #A86947
Black with #A86947
Text Example
Text Example
White with #A86947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86947; }
p { color: rgb(168,105,71); }
H1.HeaderClassName
{
color: #A86947;
}
.AnyTagClassName
{
color: #A86947;
}
</style>
background-color css
<style>
a { background-color: #A86947; }
a { background-color: rgb(168,105,71); }
div.DivClassName
{
background-color: #A86947;
}
.BgClassName
{
background-color: #A86947;
}
</style>
border-color css
<style>
span { border-color: #A86947; }
span { border-color: rgb(168,105,71); }
td.TdClassName
{
border-color: #A86947;
}
.TagClassName
{
border-color: #A86947;
}
</style>