Shades of Golden Brown #A16619
Tints of Golden Brown #A16619
RGB
CMYK
RGB Variations
Color information
#A16619 (or 0xA16619) is known color: Golden Brown. HEX triplet: A1, 66 and 19. RGB value is (161,102,25). Sum of RGB (Red+Green+Blue) = 161+102+25=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A16619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16619 is #5E99E6. Grayscale: #6F6F6F. Windows color (decimal): -6199783 or 1664673. OLE color: 1664673.
HSL color Cylindrical-coordinate representation of color #A16619: hue angle of 33.97º 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 #A16619 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 25 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.37 |
| HSL | 33.97º | 0.73% | 0.36% | - |
| HSV(B) | 33.97º | 0.84% | 0.63% | - |
| XYZ | 19.62 | 17.15 | 3.2 | - |
| YUV | 110.86 | 79.55 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 25 | 0 | 0.37 | 0.84 | 0.37 | 33.97 | 0.73 | 0.36 |
| Hex | A1 | 66 | 19 | 0 | 25 | 54 | 25 | 22 | 49 | 24 |
| Octal | 241 | 146 | 31 | 0 | 45 | 124 | 45 | 42 | 111 | 44 |
| Binary | 10100001 | 1100110 | 11001 | 0 | 100101 | 1010100 | 100101 | 100010 | 1001001 | 100100 |
Color Harmonies of #A16619
Complementary color
Monochromatic Colors of #A16619
Black with #A16619
Text Example
Text Example
White with #A16619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16619; }
p { color: rgb(161,102,25); }
H1.HeaderClassName
{
color: #A16619;
}
.AnyTagClassName
{
color: #A16619;
}
</style>
background-color css
<style>
a { background-color: #A16619; }
a { background-color: rgb(161,102,25); }
div.DivClassName
{
background-color: #A16619;
}
.BgClassName
{
background-color: #A16619;
}
</style>
border-color css
<style>
span { border-color: #A16619; }
span { border-color: rgb(161,102,25); }
td.TdClassName
{
border-color: #A16619;
}
.TagClassName
{
border-color: #A16619;
}
</style>