Shades of Dark Tan #A06D4D
Tints of Dark Tan #A06D4D
RGB
CMYK
RGB Variations
Color information
#A06D4D (or 0xA06D4D) is known color: Dark Tan. HEX triplet: A0, 6D and 4D. RGB value is (160,109,77). Sum of RGB (Red+Green+Blue) = 160+109+77=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D4D is #5F92B2. Grayscale: #787878. Windows color (decimal): -6263475 or 5074336. OLE color: 5074336.
HSL color Cylindrical-coordinate representation of color #A06D4D: hue angle of 23.13º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A06D4D is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 109 | 77 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.37 |
| HSL | 23.13º | 0.35% | 0.46% | - |
| HSV(B) | 23.13º | 0.52% | 0.63% | - |
| XYZ | 21.31 | 18.95 | 9.56 | - |
| YUV | 120.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 77 | 0 | 0.32 | 0.52 | 0.37 | 23.13 | 0.35 | 0.46 |
| Hex | A0 | 6D | 4D | 0 | 20 | 34 | 25 | 17 | 23 | 2E |
| Octal | 240 | 155 | 115 | 0 | 40 | 64 | 45 | 27 | 43 | 56 |
| Binary | 10100000 | 1101101 | 1001101 | 0 | 100000 | 110100 | 100101 | 10111 | 100011 | 101110 |
Color Harmonies of #A06D4D
Complementary color
Monochromatic Colors of #A06D4D
Black with #A06D4D
Text Example
Text Example
White with #A06D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06D4D; }
p { color: rgb(160,109,77); }
H1.HeaderClassName
{
color: #A06D4D;
}
.AnyTagClassName
{
color: #A06D4D;
}
</style>
background-color css
<style>
a { background-color: #A06D4D; }
a { background-color: rgb(160,109,77); }
div.DivClassName
{
background-color: #A06D4D;
}
.BgClassName
{
background-color: #A06D4D;
}
</style>
border-color css
<style>
span { border-color: #A06D4D; }
span { border-color: rgb(160,109,77); }
td.TdClassName
{
border-color: #A06D4D;
}
.TagClassName
{
border-color: #A06D4D;
}
</style>