Shades of Dark Tan #A06F46
Tints of Dark Tan #A06F46
RGB
CMYK
RGB Variations
Color information
#A06F46 (or 0xA06F46) is known color: Dark Tan. HEX triplet: A0, 6F and 46. RGB value is (160,111,70). Sum of RGB (Red+Green+Blue) = 160+111+70=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F46 is #5F90B9. Grayscale: #797979. Windows color (decimal): -6262970 or 4616096. OLE color: 4616096.
HSL color Cylindrical-coordinate representation of color #A06F46: hue angle of 27.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A06F46 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 70 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.37 |
| HSL | 27.33º | 0.39% | 0.45% | - |
| HSV(B) | 27.33º | 0.56% | 0.63% | - |
| XYZ | 21.29 | 19.28 | 8.39 | - |
| YUV | 120.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 70 | 0 | 0.31 | 0.56 | 0.37 | 27.33 | 0.39 | 0.45 |
| Hex | A0 | 6F | 46 | 0 | 1F | 38 | 25 | 1B | 27 | 2D |
| Octal | 240 | 157 | 106 | 0 | 37 | 70 | 45 | 33 | 47 | 55 |
| Binary | 10100000 | 1101111 | 1000110 | 0 | 11111 | 111000 | 100101 | 11011 | 100111 | 101101 |
Color Harmonies of #A06F46
Complementary color
Monochromatic Colors of #A06F46
Black with #A06F46
Text Example
Text Example
White with #A06F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F46; }
p { color: rgb(160,111,70); }
H1.HeaderClassName
{
color: #A06F46;
}
.AnyTagClassName
{
color: #A06F46;
}
</style>
background-color css
<style>
a { background-color: #A06F46; }
a { background-color: rgb(160,111,70); }
div.DivClassName
{
background-color: #A06F46;
}
.BgClassName
{
background-color: #A06F46;
}
</style>
border-color css
<style>
span { border-color: #A06F46; }
span { border-color: rgb(160,111,70); }
td.TdClassName
{
border-color: #A06F46;
}
.TagClassName
{
border-color: #A06F46;
}
</style>