Shades of Golden Brown #A16819
Tints of Golden Brown #A16819
RGB
CMYK
RGB Variations
Color information
#A16819 (or 0xA16819) is known color: Golden Brown. HEX triplet: A1, 68 and 19. RGB value is (161,104,25). Sum of RGB (Red+Green+Blue) = 161+104+25=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A16819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16819 is #5E97E6. Grayscale: #707070. Windows color (decimal): -6199271 or 1665185. OLE color: 1665185.
HSL color Cylindrical-coordinate representation of color #A16819: hue angle of 34.85º 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 #A16819 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 25 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.37 |
| HSL | 34.85º | 0.73% | 0.36% | - |
| HSV(B) | 34.85º | 0.84% | 0.63% | - |
| XYZ | 19.82 | 17.55 | 3.26 | - |
| YUV | 112.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 25 | 0 | 0.35 | 0.84 | 0.37 | 34.85 | 0.73 | 0.36 |
| Hex | A1 | 68 | 19 | 0 | 23 | 54 | 25 | 23 | 49 | 24 |
| Octal | 241 | 150 | 31 | 0 | 43 | 124 | 45 | 43 | 111 | 44 |
| Binary | 10100001 | 1101000 | 11001 | 0 | 100011 | 1010100 | 100101 | 100011 | 1001001 | 100100 |
Color Harmonies of #A16819
Complementary color
Monochromatic Colors of #A16819
Black with #A16819
Text Example
Text Example
White with #A16819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16819; }
p { color: rgb(161,104,25); }
H1.HeaderClassName
{
color: #A16819;
}
.AnyTagClassName
{
color: #A16819;
}
</style>
background-color css
<style>
a { background-color: #A16819; }
a { background-color: rgb(161,104,25); }
div.DivClassName
{
background-color: #A16819;
}
.BgClassName
{
background-color: #A16819;
}
</style>
border-color css
<style>
span { border-color: #A16819; }
span { border-color: rgb(161,104,25); }
td.TdClassName
{
border-color: #A16819;
}
.TagClassName
{
border-color: #A16819;
}
</style>