Shades of Dark Tan #A16F46
Tints of Dark Tan #A16F46
RGB
CMYK
RGB Variations
Color information
#A16F46 (or 0xA16F46) is known color: Dark Tan. HEX triplet: A1, 6F and 46. RGB value is (161,111,70). Sum of RGB (Red+Green+Blue) = 161+111+70=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F46 is #5E90B9. Grayscale: #797979. Windows color (decimal): -6197434 or 4616097. OLE color: 4616097.
HSL color Cylindrical-coordinate representation of color #A16F46: hue angle of 27.03º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A16F46 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 70 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.37 |
| HSL | 27.03º | 0.39% | 0.45% | - |
| HSV(B) | 27.03º | 0.57% | 0.63% | - |
| XYZ | 21.49 | 19.39 | 8.4 | - |
| YUV | 121.28 | 99.07 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 70 | 0 | 0.31 | 0.57 | 0.37 | 27.03 | 0.39 | 0.45 |
| Hex | A1 | 6F | 46 | 0 | 1F | 39 | 25 | 1B | 27 | 2D |
| Octal | 241 | 157 | 106 | 0 | 37 | 71 | 45 | 33 | 47 | 55 |
| Binary | 10100001 | 1101111 | 1000110 | 0 | 11111 | 111001 | 100101 | 11011 | 100111 | 101101 |
Color Harmonies of #A16F46
Complementary color
Monochromatic Colors of #A16F46
Black with #A16F46
Text Example
Text Example
White with #A16F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F46; }
p { color: rgb(161,111,70); }
H1.HeaderClassName
{
color: #A16F46;
}
.AnyTagClassName
{
color: #A16F46;
}
</style>
background-color css
<style>
a { background-color: #A16F46; }
a { background-color: rgb(161,111,70); }
div.DivClassName
{
background-color: #A16F46;
}
.BgClassName
{
background-color: #A16F46;
}
</style>
border-color css
<style>
span { border-color: #A16F46; }
span { border-color: rgb(161,111,70); }
td.TdClassName
{
border-color: #A16F46;
}
.TagClassName
{
border-color: #A16F46;
}
</style>