Shades of Golden Brown #A16D19
Tints of Golden Brown #A16D19
RGB
CMYK
RGB Variations
Color information
#A16D19 (or 0xA16D19) is known color: Golden Brown. HEX triplet: A1, 6D and 19. RGB value is (161,109,25). Sum of RGB (Red+Green+Blue) = 161+109+25=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16D19 is #5E92E6. Grayscale: #737373. Windows color (decimal): -6197991 or 1666465. OLE color: 1666465.
HSL color Cylindrical-coordinate representation of color #A16D19: hue angle of 37.06º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A16D19 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 25 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.37 |
| HSL | 37.06º | 0.73% | 0.36% | - |
| HSV(B) | 37.06º | 0.84% | 0.63% | - |
| XYZ | 20.34 | 18.58 | 3.43 | - |
| YUV | 114.97 | 77.23 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 25 | 0 | 0.32 | 0.84 | 0.37 | 37.06 | 0.73 | 0.36 |
| Hex | A1 | 6D | 19 | 0 | 20 | 54 | 25 | 25 | 49 | 24 |
| Octal | 241 | 155 | 31 | 0 | 40 | 124 | 45 | 45 | 111 | 44 |
| Binary | 10100001 | 1101101 | 11001 | 0 | 100000 | 1010100 | 100101 | 100101 | 1001001 | 100100 |
Color Harmonies of #A16D19
Complementary color
Monochromatic Colors of #A16D19
Black with #A16D19
Text Example
Text Example
White with #A16D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D19; }
p { color: rgb(161,109,25); }
H1.HeaderClassName
{
color: #A16D19;
}
.AnyTagClassName
{
color: #A16D19;
}
</style>
background-color css
<style>
a { background-color: #A16D19; }
a { background-color: rgb(161,109,25); }
div.DivClassName
{
background-color: #A16D19;
}
.BgClassName
{
background-color: #A16D19;
}
</style>
border-color css
<style>
span { border-color: #A16D19; }
span { border-color: rgb(161,109,25); }
td.TdClassName
{
border-color: #A16D19;
}
.TagClassName
{
border-color: #A16D19;
}
</style>