Shades of Dark Tan #A06E52
Tints of Dark Tan #A06E52
RGB
CMYK
RGB Variations
Color information
#A06E52 (or 0xA06E52) is known color: Dark Tan. HEX triplet: A0, 6E and 52. RGB value is (160,110,82). Sum of RGB (Red+Green+Blue) = 160+110+82=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06E52 is #5F91AD. Grayscale: #797979. Windows color (decimal): -6263214 or 5402272. OLE color: 5402272.
HSL color Cylindrical-coordinate representation of color #A06E52: hue angle of 21.54º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A06E52 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 82 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.37 |
| HSL | 21.54º | 0.32% | 0.47% | - |
| HSV(B) | 21.54º | 0.49% | 0.63% | - |
| XYZ | 21.6 | 19.23 | 10.56 | - |
| YUV | 121.76 | 105.57 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 82 | 0 | 0.31 | 0.49 | 0.37 | 21.54 | 0.32 | 0.47 |
| Hex | A0 | 6E | 52 | 0 | 1F | 31 | 25 | 16 | 20 | 2F |
| Octal | 240 | 156 | 122 | 0 | 37 | 61 | 45 | 26 | 40 | 57 |
| Binary | 10100000 | 1101110 | 1010010 | 0 | 11111 | 110001 | 100101 | 10110 | 100000 | 101111 |
Color Harmonies of #A06E52
Complementary color
Monochromatic Colors of #A06E52
Black with #A06E52
Text Example
Text Example
White with #A06E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E52; }
p { color: rgb(160,110,82); }
H1.HeaderClassName
{
color: #A06E52;
}
.AnyTagClassName
{
color: #A06E52;
}
</style>
background-color css
<style>
a { background-color: #A06E52; }
a { background-color: rgb(160,110,82); }
div.DivClassName
{
background-color: #A06E52;
}
.BgClassName
{
background-color: #A06E52;
}
</style>
border-color css
<style>
span { border-color: #A06E52; }
span { border-color: rgb(160,110,82); }
td.TdClassName
{
border-color: #A06E52;
}
.TagClassName
{
border-color: #A06E52;
}
</style>