Shades of Dark Tan #A16C49
Tints of Dark Tan #A16C49
RGB
CMYK
RGB Variations
Color information
#A16C49 (or 0xA16C49) is known color: Dark Tan. HEX triplet: A1, 6C and 49. RGB value is (161,108,73). Sum of RGB (Red+Green+Blue) = 161+108+73=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16C49 is #5E93B6. Grayscale: #787878. Windows color (decimal): -6198199 or 4811937. OLE color: 4811937.
HSL color Cylindrical-coordinate representation of color #A16C49: hue angle of 23.86º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A16C49 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 73 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.37 |
| HSL | 23.86º | 0.38% | 0.46% | - |
| HSV(B) | 23.86º | 0.55% | 0.63% | - |
| XYZ | 21.26 | 18.78 | 8.81 | - |
| YUV | 119.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 73 | 0 | 0.33 | 0.55 | 0.37 | 23.86 | 0.38 | 0.46 |
| Hex | A1 | 6C | 49 | 0 | 21 | 37 | 25 | 18 | 26 | 2E |
| Octal | 241 | 154 | 111 | 0 | 41 | 67 | 45 | 30 | 46 | 56 |
| Binary | 10100001 | 1101100 | 1001001 | 0 | 100001 | 110111 | 100101 | 11000 | 100110 | 101110 |
Color Harmonies of #A16C49
Complementary color
Monochromatic Colors of #A16C49
Black with #A16C49
Text Example
Text Example
White with #A16C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C49; }
p { color: rgb(161,108,73); }
H1.HeaderClassName
{
color: #A16C49;
}
.AnyTagClassName
{
color: #A16C49;
}
</style>
background-color css
<style>
a { background-color: #A16C49; }
a { background-color: rgb(161,108,73); }
div.DivClassName
{
background-color: #A16C49;
}
.BgClassName
{
background-color: #A16C49;
}
</style>
border-color css
<style>
span { border-color: #A16C49; }
span { border-color: rgb(161,108,73); }
td.TdClassName
{
border-color: #A16C49;
}
.TagClassName
{
border-color: #A16C49;
}
</style>