Shades of Dark Tan #A06747
Tints of Dark Tan #A06747
RGB
CMYK
RGB Variations
Color information
#A06747 (or 0xA06747) is known color: Dark Tan. HEX triplet: A0, 67 and 47. RGB value is (160,103,71). Sum of RGB (Red+Green+Blue) = 160+103+71=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A06747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06747 is #5F98B8. Grayscale: #747474. Windows color (decimal): -6265017 or 4679584. OLE color: 4679584.
HSL color Cylindrical-coordinate representation of color #A06747: hue angle of 21.57º 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 #A06747 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 71 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.37 |
| HSL | 21.57º | 0.39% | 0.45% | - |
| HSV(B) | 21.57º | 0.56% | 0.63% | - |
| XYZ | 20.48 | 17.63 | 8.28 | - |
| YUV | 116.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 71 | 0 | 0.36 | 0.56 | 0.37 | 21.57 | 0.39 | 0.45 |
| Hex | A0 | 67 | 47 | 0 | 24 | 38 | 25 | 16 | 27 | 2D |
| Octal | 240 | 147 | 107 | 0 | 44 | 70 | 45 | 26 | 47 | 55 |
| Binary | 10100000 | 1100111 | 1000111 | 0 | 100100 | 111000 | 100101 | 10110 | 100111 | 101101 |
Color Harmonies of #A06747
Complementary color
Monochromatic Colors of #A06747
Black with #A06747
Text Example
Text Example
White with #A06747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06747; }
p { color: rgb(160,103,71); }
H1.HeaderClassName
{
color: #A06747;
}
.AnyTagClassName
{
color: #A06747;
}
</style>
background-color css
<style>
a { background-color: #A06747; }
a { background-color: rgb(160,103,71); }
div.DivClassName
{
background-color: #A06747;
}
.BgClassName
{
background-color: #A06747;
}
</style>
border-color css
<style>
span { border-color: #A06747; }
span { border-color: rgb(160,103,71); }
td.TdClassName
{
border-color: #A06747;
}
.TagClassName
{
border-color: #A06747;
}
</style>