Shades of Sante Fe #A66847
Tints of Sante Fe #A66847
RGB
CMYK
RGB Variations
Color information
#A66847 (or 0xA66847) is known color: Sante Fe. HEX triplet: A6, 68 and 47. RGB value is (166,104,71). Sum of RGB (Red+Green+Blue) = 166+104+71=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A66847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66847 is #5997B8. Grayscale: #767676. Windows color (decimal): -5871545 or 4679846. OLE color: 4679846.
HSL color Cylindrical-coordinate representation of color #A66847: hue angle of 20.84º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A66847 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 71 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.35 |
| HSL | 20.84º | 0.4% | 0.46% | - |
| HSV(B) | 20.84º | 0.57% | 0.65% | - |
| XYZ | 21.81 | 18.46 | 8.38 | - |
| YUV | 118.78 | 101.04 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 71 | 0 | 0.37 | 0.57 | 0.35 | 20.84 | 0.4 | 0.46 |
| Hex | A6 | 68 | 47 | 0 | 25 | 39 | 23 | 15 | 28 | 2E |
| Octal | 246 | 150 | 107 | 0 | 45 | 71 | 43 | 25 | 50 | 56 |
| Binary | 10100110 | 1101000 | 1000111 | 0 | 100101 | 111001 | 100011 | 10101 | 101000 | 101110 |
Color Harmonies of #A66847
Complementary color
Monochromatic Colors of #A66847
Black with #A66847
Text Example
Text Example
White with #A66847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66847; }
p { color: rgb(166,104,71); }
H1.HeaderClassName
{
color: #A66847;
}
.AnyTagClassName
{
color: #A66847;
}
</style>
background-color css
<style>
a { background-color: #A66847; }
a { background-color: rgb(166,104,71); }
div.DivClassName
{
background-color: #A66847;
}
.BgClassName
{
background-color: #A66847;
}
</style>
border-color css
<style>
span { border-color: #A66847; }
span { border-color: rgb(166,104,71); }
td.TdClassName
{
border-color: #A66847;
}
.TagClassName
{
border-color: #A66847;
}
</style>