Shades of Golden Brown #A16D1C
Tints of Golden Brown #A16D1C
RGB
CMYK
RGB Variations
Color information
#A16D1C (or 0xA16D1C) is known color: Golden Brown. HEX triplet: A1, 6D and 1C. RGB value is (161,109,28). Sum of RGB (Red+Green+Blue) = 161+109+28=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D1C is #5E92E3. Grayscale: #737373. Windows color (decimal): -6197988 or 1863073. OLE color: 1863073.
HSL color Cylindrical-coordinate representation of color #A16D1C: hue angle of 36.54º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A16D1C is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 28 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.37 |
| HSL | 36.54º | 0.7% | 0.37% | - |
| HSV(B) | 36.54º | 0.83% | 0.63% | - |
| XYZ | 20.38 | 18.6 | 3.61 | - |
| YUV | 115.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 28 | 0 | 0.32 | 0.83 | 0.37 | 36.54 | 0.7 | 0.37 |
| Hex | A1 | 6D | 1C | 0 | 20 | 53 | 25 | 25 | 46 | 25 |
| Octal | 241 | 155 | 34 | 0 | 40 | 123 | 45 | 45 | 106 | 45 |
| Binary | 10100001 | 1101101 | 11100 | 0 | 100000 | 1010011 | 100101 | 100101 | 1000110 | 100101 |
Color Harmonies of #A16D1C
Complementary color
Monochromatic Colors of #A16D1C
Black with #A16D1C
Text Example
Text Example
White with #A16D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D1C; }
p { color: rgb(161,109,28); }
H1.HeaderClassName
{
color: #A16D1C;
}
.AnyTagClassName
{
color: #A16D1C;
}
</style>
background-color css
<style>
a { background-color: #A16D1C; }
a { background-color: rgb(161,109,28); }
div.DivClassName
{
background-color: #A16D1C;
}
.BgClassName
{
background-color: #A16D1C;
}
</style>
border-color css
<style>
span { border-color: #A16D1C; }
span { border-color: rgb(161,109,28); }
td.TdClassName
{
border-color: #A16D1C;
}
.TagClassName
{
border-color: #A16D1C;
}
</style>