Shades of Dark Tan #A16C45
Tints of Dark Tan #A16C45
RGB
CMYK
RGB Variations
Color information
#A16C45 (or 0xA16C45) is known color: Dark Tan. HEX triplet: A1, 6C and 45. RGB value is (161,108,69). Sum of RGB (Red+Green+Blue) = 161+108+69=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16C45 is #5E93BA. Grayscale: #777777. Windows color (decimal): -6198203 or 4549793. OLE color: 4549793.
HSL color Cylindrical-coordinate representation of color #A16C45: hue angle of 25.43º degrees, saturation: 0.4, 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 #A16C45 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 69 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.37 |
| HSL | 25.43º | 0.4% | 0.45% | - |
| HSV(B) | 25.43º | 0.57% | 0.63% | - |
| XYZ | 21.13 | 18.73 | 8.13 | - |
| YUV | 119.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 69 | 0 | 0.33 | 0.57 | 0.37 | 25.43 | 0.4 | 0.45 |
| Hex | A1 | 6C | 45 | 0 | 21 | 39 | 25 | 19 | 28 | 2D |
| Octal | 241 | 154 | 105 | 0 | 41 | 71 | 45 | 31 | 50 | 55 |
| Binary | 10100001 | 1101100 | 1000101 | 0 | 100001 | 111001 | 100101 | 11001 | 101000 | 101101 |
Color Harmonies of #A16C45
Complementary color
Monochromatic Colors of #A16C45
Black with #A16C45
Text Example
Text Example
White with #A16C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C45; }
p { color: rgb(161,108,69); }
H1.HeaderClassName
{
color: #A16C45;
}
.AnyTagClassName
{
color: #A16C45;
}
</style>
background-color css
<style>
a { background-color: #A16C45; }
a { background-color: rgb(161,108,69); }
div.DivClassName
{
background-color: #A16C45;
}
.BgClassName
{
background-color: #A16C45;
}
</style>
border-color css
<style>
span { border-color: #A16C45; }
span { border-color: rgb(161,108,69); }
td.TdClassName
{
border-color: #A16C45;
}
.TagClassName
{
border-color: #A16C45;
}
</style>