Shades of Dark Tan #A06F54
Tints of Dark Tan #A06F54
RGB
CMYK
RGB Variations
Color information
#A06F54 (or 0xA06F54) is known color: Dark Tan. HEX triplet: A0, 6F and 54. RGB value is (160,111,84). Sum of RGB (Red+Green+Blue) = 160+111+84=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F54 is #5F90AB. Grayscale: #7A7A7A. Windows color (decimal): -6262956 or 5533600. OLE color: 5533600.
HSL color Cylindrical-coordinate representation of color #A06F54: hue angle of 21.32º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A06F54 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 84 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.37 |
| HSL | 21.32º | 0.31% | 0.48% | - |
| HSV(B) | 21.32º | 0.48% | 0.63% | - |
| XYZ | 21.78 | 19.48 | 11 | - |
| YUV | 122.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 84 | 0 | 0.31 | 0.48 | 0.37 | 21.32 | 0.31 | 0.48 |
| Hex | A0 | 6F | 54 | 0 | 1F | 30 | 25 | 15 | 1F | 30 |
| Octal | 240 | 157 | 124 | 0 | 37 | 60 | 45 | 25 | 37 | 60 |
| Binary | 10100000 | 1101111 | 1010100 | 0 | 11111 | 110000 | 100101 | 10101 | 11111 | 110000 |
Color Harmonies of #A06F54
Complementary color
Monochromatic Colors of #A06F54
Black with #A06F54
Text Example
Text Example
White with #A06F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F54; }
p { color: rgb(160,111,84); }
H1.HeaderClassName
{
color: #A06F54;
}
.AnyTagClassName
{
color: #A06F54;
}
</style>
background-color css
<style>
a { background-color: #A06F54; }
a { background-color: rgb(160,111,84); }
div.DivClassName
{
background-color: #A06F54;
}
.BgClassName
{
background-color: #A06F54;
}
</style>
border-color css
<style>
span { border-color: #A06F54; }
span { border-color: rgb(160,111,84); }
td.TdClassName
{
border-color: #A06F54;
}
.TagClassName
{
border-color: #A06F54;
}
</style>