Shades of Dark Tan #A26A46
Tints of Dark Tan #A26A46
RGB
CMYK
RGB Variations
Color information
#A26A46 (or 0xA26A46) is known color: Dark Tan. HEX triplet: A2, 6A and 46. RGB value is (162,106,70). Sum of RGB (Red+Green+Blue) = 162+106+70=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26A46 is #5D95B9. Grayscale: #767676. Windows color (decimal): -6133178 or 4614818. OLE color: 4614818.
HSL color Cylindrical-coordinate representation of color #A26A46: hue angle of 23.48º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A26A46 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 106 | 70 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.36 |
| HSL | 23.48º | 0.4% | 0.45% | - |
| HSV(B) | 23.48º | 0.57% | 0.64% | - |
| XYZ | 21.16 | 18.43 | 8.24 | - |
| YUV | 118.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 70 | 0 | 0.35 | 0.57 | 0.36 | 23.48 | 0.4 | 0.45 |
| Hex | A2 | 6A | 46 | 0 | 23 | 39 | 24 | 17 | 28 | 2D |
| Octal | 242 | 152 | 106 | 0 | 43 | 71 | 44 | 27 | 50 | 55 |
| Binary | 10100010 | 1101010 | 1000110 | 0 | 100011 | 111001 | 100100 | 10111 | 101000 | 101101 |
Color Harmonies of #A26A46
Complementary color
Monochromatic Colors of #A26A46
Black with #A26A46
Text Example
Text Example
White with #A26A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26A46; }
p { color: rgb(162,106,70); }
H1.HeaderClassName
{
color: #A26A46;
}
.AnyTagClassName
{
color: #A26A46;
}
</style>
background-color css
<style>
a { background-color: #A26A46; }
a { background-color: rgb(162,106,70); }
div.DivClassName
{
background-color: #A26A46;
}
.BgClassName
{
background-color: #A26A46;
}
</style>
border-color css
<style>
span { border-color: #A26A46; }
span { border-color: rgb(162,106,70); }
td.TdClassName
{
border-color: #A26A46;
}
.TagClassName
{
border-color: #A26A46;
}
</style>