Shades of Dark Tan #A06946
Tints of Dark Tan #A06946
RGB
CMYK
RGB Variations
Color information
#A06946 (or 0xA06946) is known color: Dark Tan. HEX triplet: A0, 69 and 46. RGB value is (160,105,70). Sum of RGB (Red+Green+Blue) = 160+105+70=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A06946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06946 is #5F96B9. Grayscale: #757575. Windows color (decimal): -6264506 or 4614560. OLE color: 4614560.
HSL color Cylindrical-coordinate representation of color #A06946: hue angle of 23.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 #A06946 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 70 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.37 |
| HSL | 23.33º | 0.39% | 0.45% | - |
| HSV(B) | 23.33º | 0.56% | 0.63% | - |
| XYZ | 20.65 | 18.02 | 8.18 | - |
| YUV | 117.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 70 | 0 | 0.34 | 0.56 | 0.37 | 23.33 | 0.39 | 0.45 |
| Hex | A0 | 69 | 46 | 0 | 22 | 38 | 25 | 17 | 27 | 2D |
| Octal | 240 | 151 | 106 | 0 | 42 | 70 | 45 | 27 | 47 | 55 |
| Binary | 10100000 | 1101001 | 1000110 | 0 | 100010 | 111000 | 100101 | 10111 | 100111 | 101101 |
Color Harmonies of #A06946
Complementary color
Monochromatic Colors of #A06946
Black with #A06946
Text Example
Text Example
White with #A06946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06946; }
p { color: rgb(160,105,70); }
H1.HeaderClassName
{
color: #A06946;
}
.AnyTagClassName
{
color: #A06946;
}
</style>
background-color css
<style>
a { background-color: #A06946; }
a { background-color: rgb(160,105,70); }
div.DivClassName
{
background-color: #A06946;
}
.BgClassName
{
background-color: #A06946;
}
</style>
border-color css
<style>
span { border-color: #A06946; }
span { border-color: rgb(160,105,70); }
td.TdClassName
{
border-color: #A06946;
}
.TagClassName
{
border-color: #A06946;
}
</style>