Shades of Dark Tan #A06849
Tints of Dark Tan #A06849
RGB
CMYK
RGB Variations
Color information
#A06849 (or 0xA06849) is known color: Dark Tan. HEX triplet: A0, 68 and 49. RGB value is (160,104,73). Sum of RGB (Red+Green+Blue) = 160+104+73=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A06849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06849 is #5F97B6. Grayscale: #757575. Windows color (decimal): -6264759 or 4810912. OLE color: 4810912.
HSL color Cylindrical-coordinate representation of color #A06849: hue angle of 21.38º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A06849 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 73 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.37 |
| HSL | 21.38º | 0.37% | 0.46% | - |
| HSV(B) | 21.38º | 0.54% | 0.63% | - |
| XYZ | 20.65 | 17.86 | 8.66 | - |
| YUV | 117.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 73 | 0 | 0.35 | 0.54 | 0.37 | 21.38 | 0.37 | 0.46 |
| Hex | A0 | 68 | 49 | 0 | 23 | 36 | 25 | 15 | 25 | 2E |
| Octal | 240 | 150 | 111 | 0 | 43 | 66 | 45 | 25 | 45 | 56 |
| Binary | 10100000 | 1101000 | 1001001 | 0 | 100011 | 110110 | 100101 | 10101 | 100101 | 101110 |
Color Harmonies of #A06849
Complementary color
Monochromatic Colors of #A06849
Black with #A06849
Text Example
Text Example
White with #A06849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06849; }
p { color: rgb(160,104,73); }
H1.HeaderClassName
{
color: #A06849;
}
.AnyTagClassName
{
color: #A06849;
}
</style>
background-color css
<style>
a { background-color: #A06849; }
a { background-color: rgb(160,104,73); }
div.DivClassName
{
background-color: #A06849;
}
.BgClassName
{
background-color: #A06849;
}
</style>
border-color css
<style>
span { border-color: #A06849; }
span { border-color: rgb(160,104,73); }
td.TdClassName
{
border-color: #A06849;
}
.TagClassName
{
border-color: #A06849;
}
</style>