Shades of Sante Fe #A26847
Tints of Sante Fe #A26847
RGB
CMYK
RGB Variations
Color information
#A26847 (or 0xA26847) is known color: Sante Fe. HEX triplet: A2, 68 and 47. RGB value is (162,104,71). Sum of RGB (Red+Green+Blue) = 162+104+71=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A26847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26847 is #5D97B8. Grayscale: #757575. Windows color (decimal): -6133689 or 4679842. OLE color: 4679842.
HSL color Cylindrical-coordinate representation of color #A26847: hue angle of 21.76º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A26847 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 104 | 71 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.36 |
| HSL | 21.76º | 0.39% | 0.46% | - |
| HSV(B) | 21.76º | 0.56% | 0.64% | - |
| XYZ | 20.99 | 18.04 | 8.34 | - |
| YUV | 117.58 | 101.72 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 71 | 0 | 0.36 | 0.56 | 0.36 | 21.76 | 0.39 | 0.46 |
| Hex | A2 | 68 | 47 | 0 | 24 | 38 | 24 | 16 | 27 | 2E |
| Octal | 242 | 150 | 107 | 0 | 44 | 70 | 44 | 26 | 47 | 56 |
| Binary | 10100010 | 1101000 | 1000111 | 0 | 100100 | 111000 | 100100 | 10110 | 100111 | 101110 |
Color Harmonies of #A26847
Complementary color
Monochromatic Colors of #A26847
Black with #A26847
Text Example
Text Example
White with #A26847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26847; }
p { color: rgb(162,104,71); }
H1.HeaderClassName
{
color: #A26847;
}
.AnyTagClassName
{
color: #A26847;
}
</style>
background-color css
<style>
a { background-color: #A26847; }
a { background-color: rgb(162,104,71); }
div.DivClassName
{
background-color: #A26847;
}
.BgClassName
{
background-color: #A26847;
}
</style>
border-color css
<style>
span { border-color: #A26847; }
span { border-color: rgb(162,104,71); }
td.TdClassName
{
border-color: #A26847;
}
.TagClassName
{
border-color: #A26847;
}
</style>