Shades of Golden Brown #A16D1E
Tints of Golden Brown #A16D1E
RGB
CMYK
RGB Variations
Color information
#A16D1E (or 0xA16D1E) is known color: Golden Brown. HEX triplet: A1, 6D and 1E. RGB value is (161,109,30). Sum of RGB (Red+Green+Blue) = 161+109+30=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D1E is #5E92E1. Grayscale: #737373. Windows color (decimal): -6197986 or 1994145. OLE color: 1994145.
HSL color Cylindrical-coordinate representation of color #A16D1E: hue angle of 36.18º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A16D1E is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 30 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.37 |
| HSL | 36.18º | 0.69% | 0.37% | - |
| HSV(B) | 36.18º | 0.81% | 0.63% | - |
| XYZ | 20.4 | 18.61 | 3.74 | - |
| YUV | 115.54 | 79.73 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 30 | 0 | 0.32 | 0.81 | 0.37 | 36.18 | 0.69 | 0.37 |
| Hex | A1 | 6D | 1E | 0 | 20 | 51 | 25 | 24 | 45 | 25 |
| Octal | 241 | 155 | 36 | 0 | 40 | 121 | 45 | 44 | 105 | 45 |
| Binary | 10100001 | 1101101 | 11110 | 0 | 100000 | 1010001 | 100101 | 100100 | 1000101 | 100101 |
Color Harmonies of #A16D1E
Complementary color
Monochromatic Colors of #A16D1E
Black with #A16D1E
Text Example
Text Example
White with #A16D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D1E; }
p { color: rgb(161,109,30); }
H1.HeaderClassName
{
color: #A16D1E;
}
.AnyTagClassName
{
color: #A16D1E;
}
</style>
background-color css
<style>
a { background-color: #A16D1E; }
a { background-color: rgb(161,109,30); }
div.DivClassName
{
background-color: #A16D1E;
}
.BgClassName
{
background-color: #A16D1E;
}
</style>
border-color css
<style>
span { border-color: #A16D1E; }
span { border-color: rgb(161,109,30); }
td.TdClassName
{
border-color: #A16D1E;
}
.TagClassName
{
border-color: #A16D1E;
}
</style>