Shades of Dark Tan #A26B46
Tints of Dark Tan #A26B46
RGB
CMYK
RGB Variations
Color information
#A26B46 (or 0xA26B46) is known color: Dark Tan. HEX triplet: A2, 6B and 46. RGB value is (162,107,70). Sum of RGB (Red+Green+Blue) = 162+107+70=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26B46 is #5D94B9. Grayscale: #777777. Windows color (decimal): -6132922 or 4615074. OLE color: 4615074.
HSL color Cylindrical-coordinate representation of color #A26B46: hue angle of 24.13º 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 #A26B46 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 107 | 70 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.36 |
| HSL | 24.13º | 0.4% | 0.45% | - |
| HSV(B) | 24.13º | 0.57% | 0.64% | - |
| XYZ | 21.26 | 18.64 | 8.27 | - |
| YUV | 119.23 | 100.22 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 70 | 0 | 0.34 | 0.57 | 0.36 | 24.13 | 0.4 | 0.45 |
| Hex | A2 | 6B | 46 | 0 | 22 | 39 | 24 | 18 | 28 | 2D |
| Octal | 242 | 153 | 106 | 0 | 42 | 71 | 44 | 30 | 50 | 55 |
| Binary | 10100010 | 1101011 | 1000110 | 0 | 100010 | 111001 | 100100 | 11000 | 101000 | 101101 |
Color Harmonies of #A26B46
Complementary color
Monochromatic Colors of #A26B46
Black with #A26B46
Text Example
Text Example
White with #A26B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26B46; }
p { color: rgb(162,107,70); }
H1.HeaderClassName
{
color: #A26B46;
}
.AnyTagClassName
{
color: #A26B46;
}
</style>
background-color css
<style>
a { background-color: #A26B46; }
a { background-color: rgb(162,107,70); }
div.DivClassName
{
background-color: #A26B46;
}
.BgClassName
{
background-color: #A26B46;
}
</style>
border-color css
<style>
span { border-color: #A26B46; }
span { border-color: rgb(162,107,70); }
td.TdClassName
{
border-color: #A26B46;
}
.TagClassName
{
border-color: #A26B46;
}
</style>