Shades of Dark Tan #A26E49
Tints of Dark Tan #A26E49
RGB
CMYK
RGB Variations
Color information
#A26E49 (or 0xA26E49) is known color: Dark Tan. HEX triplet: A2, 6E and 49. RGB value is (162,110,73). Sum of RGB (Red+Green+Blue) = 162+110+73=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26E49 is #5D91B6. Grayscale: #797979. Windows color (decimal): -6132151 or 4812450. OLE color: 4812450.
HSL color Cylindrical-coordinate representation of color #A26E49: hue angle of 24.94º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26E49 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 110 | 73 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.36 |
| HSL | 24.94º | 0.38% | 0.46% | - |
| HSV(B) | 24.94º | 0.55% | 0.64% | - |
| XYZ | 21.68 | 19.31 | 8.89 | - |
| YUV | 121.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 73 | 0 | 0.32 | 0.55 | 0.36 | 24.94 | 0.38 | 0.46 |
| Hex | A2 | 6E | 49 | 0 | 20 | 37 | 24 | 19 | 26 | 2E |
| Octal | 242 | 156 | 111 | 0 | 40 | 67 | 44 | 31 | 46 | 56 |
| Binary | 10100010 | 1101110 | 1001001 | 0 | 100000 | 110111 | 100100 | 11001 | 100110 | 101110 |
Color Harmonies of #A26E49
Complementary color
Monochromatic Colors of #A26E49
Black with #A26E49
Text Example
Text Example
White with #A26E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26E49; }
p { color: rgb(162,110,73); }
H1.HeaderClassName
{
color: #A26E49;
}
.AnyTagClassName
{
color: #A26E49;
}
</style>
background-color css
<style>
a { background-color: #A26E49; }
a { background-color: rgb(162,110,73); }
div.DivClassName
{
background-color: #A26E49;
}
.BgClassName
{
background-color: #A26E49;
}
</style>
border-color css
<style>
span { border-color: #A26E49; }
span { border-color: rgb(162,110,73); }
td.TdClassName
{
border-color: #A26E49;
}
.TagClassName
{
border-color: #A26E49;
}
</style>