Shades of Dark Tan #A16F4D
Tints of Dark Tan #A16F4D
RGB
CMYK
RGB Variations
Color information
#A16F4D (or 0xA16F4D) is known color: Dark Tan. HEX triplet: A1, 6F and 4D. RGB value is (161,111,77). Sum of RGB (Red+Green+Blue) = 161+111+77=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16F4D is #5E90B2. Grayscale: #7A7A7A. Windows color (decimal): -6197427 or 5074849. OLE color: 5074849.
HSL color Cylindrical-coordinate representation of color #A16F4D: hue angle of 24.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A16F4D is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 77 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.37 |
| HSL | 24.29º | 0.35% | 0.47% | - |
| HSV(B) | 24.29º | 0.52% | 0.63% | - |
| XYZ | 21.72 | 19.48 | 9.64 | - |
| YUV | 122.07 | 102.57 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 77 | 0 | 0.31 | 0.52 | 0.37 | 24.29 | 0.35 | 0.47 |
| Hex | A1 | 6F | 4D | 0 | 1F | 34 | 25 | 18 | 23 | 2F |
| Octal | 241 | 157 | 115 | 0 | 37 | 64 | 45 | 30 | 43 | 57 |
| Binary | 10100001 | 1101111 | 1001101 | 0 | 11111 | 110100 | 100101 | 11000 | 100011 | 101111 |
Color Harmonies of #A16F4D
Complementary color
Monochromatic Colors of #A16F4D
Black with #A16F4D
Text Example
Text Example
White with #A16F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F4D; }
p { color: rgb(161,111,77); }
H1.HeaderClassName
{
color: #A16F4D;
}
.AnyTagClassName
{
color: #A16F4D;
}
</style>
background-color css
<style>
a { background-color: #A16F4D; }
a { background-color: rgb(161,111,77); }
div.DivClassName
{
background-color: #A16F4D;
}
.BgClassName
{
background-color: #A16F4D;
}
</style>
border-color css
<style>
span { border-color: #A16F4D; }
span { border-color: rgb(161,111,77); }
td.TdClassName
{
border-color: #A16F4D;
}
.TagClassName
{
border-color: #A16F4D;
}
</style>