Shades of Golden Brown #A16A19
Tints of Golden Brown #A16A19
RGB
CMYK
RGB Variations
Color information
#A16A19 (or 0xA16A19) is known color: Golden Brown. HEX triplet: A1, 6A and 19. RGB value is (161,106,25). Sum of RGB (Red+Green+Blue) = 161+106+25=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16A19 is #5E95E6. Grayscale: #717171. Windows color (decimal): -6198759 or 1665697. OLE color: 1665697.
HSL color Cylindrical-coordinate representation of color #A16A19: hue angle of 35.74º 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 #A16A19 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 25 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.37 |
| HSL | 35.74º | 0.73% | 0.36% | - |
| HSV(B) | 35.74º | 0.84% | 0.63% | - |
| XYZ | 20.03 | 17.96 | 3.33 | - |
| YUV | 113.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 25 | 0 | 0.34 | 0.84 | 0.37 | 35.74 | 0.73 | 0.36 |
| Hex | A1 | 6A | 19 | 0 | 22 | 54 | 25 | 24 | 49 | 24 |
| Octal | 241 | 152 | 31 | 0 | 42 | 124 | 45 | 44 | 111 | 44 |
| Binary | 10100001 | 1101010 | 11001 | 0 | 100010 | 1010100 | 100101 | 100100 | 1001001 | 100100 |
Color Harmonies of #A16A19
Complementary color
Monochromatic Colors of #A16A19
Black with #A16A19
Text Example
Text Example
White with #A16A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A19; }
p { color: rgb(161,106,25); }
H1.HeaderClassName
{
color: #A16A19;
}
.AnyTagClassName
{
color: #A16A19;
}
</style>
background-color css
<style>
a { background-color: #A16A19; }
a { background-color: rgb(161,106,25); }
div.DivClassName
{
background-color: #A16A19;
}
.BgClassName
{
background-color: #A16A19;
}
</style>
border-color css
<style>
span { border-color: #A16A19; }
span { border-color: rgb(161,106,25); }
td.TdClassName
{
border-color: #A16A19;
}
.TagClassName
{
border-color: #A16A19;
}
</style>