Shades of Dark Tan #A06F50
Tints of Dark Tan #A06F50
RGB
CMYK
RGB Variations
Color information
#A06F50 (or 0xA06F50) is known color: Dark Tan. HEX triplet: A0, 6F and 50. RGB value is (160,111,80). Sum of RGB (Red+Green+Blue) = 160+111+80=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F50 is #5F90AF. Grayscale: #7A7A7A. Windows color (decimal): -6262960 or 5271456. OLE color: 5271456.
HSL color Cylindrical-coordinate representation of color #A06F50: hue angle of 23.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A06F50 is Cyan = 0, Magento = 0.31, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 80 | - |
| CMYK | 0 | 0.31 | 0.5 | 0.37 |
| HSL | 23.25º | 0.33% | 0.47% | - |
| HSV(B) | 23.25º | 0.5% | 0.63% | - |
| XYZ | 21.63 | 19.42 | 10.2 | - |
| YUV | 122.12 | 104.23 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 80 | 0 | 0.31 | 0.5 | 0.37 | 23.25 | 0.33 | 0.47 |
| Hex | A0 | 6F | 50 | 0 | 1F | 32 | 25 | 17 | 21 | 2F |
| Octal | 240 | 157 | 120 | 0 | 37 | 62 | 45 | 27 | 41 | 57 |
| Binary | 10100000 | 1101111 | 1010000 | 0 | 11111 | 110010 | 100101 | 10111 | 100001 | 101111 |
Color Harmonies of #A06F50
Complementary color
Monochromatic Colors of #A06F50
Black with #A06F50
Text Example
Text Example
White with #A06F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F50; }
p { color: rgb(160,111,80); }
H1.HeaderClassName
{
color: #A06F50;
}
.AnyTagClassName
{
color: #A06F50;
}
</style>
background-color css
<style>
a { background-color: #A06F50; }
a { background-color: rgb(160,111,80); }
div.DivClassName
{
background-color: #A06F50;
}
.BgClassName
{
background-color: #A06F50;
}
</style>
border-color css
<style>
span { border-color: #A06F50; }
span { border-color: rgb(160,111,80); }
td.TdClassName
{
border-color: #A06F50;
}
.TagClassName
{
border-color: #A06F50;
}
</style>