Shades of Dark Tan #A06F4D
Tints of Dark Tan #A06F4D
RGB
CMYK
RGB Variations
Color information
#A06F4D (or 0xA06F4D) is known color: Dark Tan. HEX triplet: A0, 6F and 4D. RGB value is (160,111,77). Sum of RGB (Red+Green+Blue) = 160+111+77=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F4D is #5F90B2. Grayscale: #797979. Windows color (decimal): -6262963 or 5074848. OLE color: 5074848.
HSL color Cylindrical-coordinate representation of color #A06F4D: hue angle of 24.58º 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 #A06F4D is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 77 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.37 |
| HSL | 24.58º | 0.35% | 0.46% | - |
| HSV(B) | 24.58º | 0.52% | 0.63% | - |
| XYZ | 21.52 | 19.38 | 9.63 | - |
| YUV | 121.78 | 102.73 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 77 | 0 | 0.31 | 0.52 | 0.37 | 24.58 | 0.35 | 0.46 |
| Hex | A0 | 6F | 4D | 0 | 1F | 34 | 25 | 19 | 23 | 2E |
| Octal | 240 | 157 | 115 | 0 | 37 | 64 | 45 | 31 | 43 | 56 |
| Binary | 10100000 | 1101111 | 1001101 | 0 | 11111 | 110100 | 100101 | 11001 | 100011 | 101110 |
Color Harmonies of #A06F4D
Complementary color
Monochromatic Colors of #A06F4D
Black with #A06F4D
Text Example
Text Example
White with #A06F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F4D; }
p { color: rgb(160,111,77); }
H1.HeaderClassName
{
color: #A06F4D;
}
.AnyTagClassName
{
color: #A06F4D;
}
</style>
background-color css
<style>
a { background-color: #A06F4D; }
a { background-color: rgb(160,111,77); }
div.DivClassName
{
background-color: #A06F4D;
}
.BgClassName
{
background-color: #A06F4D;
}
</style>
border-color css
<style>
span { border-color: #A06F4D; }
span { border-color: rgb(160,111,77); }
td.TdClassName
{
border-color: #A06F4D;
}
.TagClassName
{
border-color: #A06F4D;
}
</style>