Shades of Golden Brown #A16415
Tints of Golden Brown #A16415
RGB
CMYK
RGB Variations
Color information
#A16415 (or 0xA16415) is known color: Golden Brown. HEX triplet: A1, 64 and 15. RGB value is (161,100,21). Sum of RGB (Red+Green+Blue) = 161+100+21=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A16415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16415 is #5E9BEA. Grayscale: #6D6D6D. Windows color (decimal): -6200299 or 1402017. OLE color: 1402017.
HSL color Cylindrical-coordinate representation of color #A16415: hue angle of 33.86º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A16415 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 21 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.37 |
| HSL | 33.86º | 0.77% | 0.36% | - |
| HSV(B) | 33.86º | 0.87% | 0.63% | - |
| XYZ | 19.39 | 16.75 | 2.92 | - |
| YUV | 109.23 | 78.21 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 21 | 0 | 0.38 | 0.87 | 0.37 | 33.86 | 0.77 | 0.36 |
| Hex | A1 | 64 | 15 | 0 | 26 | 57 | 25 | 22 | 4D | 24 |
| Octal | 241 | 144 | 25 | 0 | 46 | 127 | 45 | 42 | 115 | 44 |
| Binary | 10100001 | 1100100 | 10101 | 0 | 100110 | 1010111 | 100101 | 100010 | 1001101 | 100100 |
Color Harmonies of #A16415
Complementary color
Monochromatic Colors of #A16415
Black with #A16415
Text Example
Text Example
White with #A16415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16415; }
p { color: rgb(161,100,21); }
H1.HeaderClassName
{
color: #A16415;
}
.AnyTagClassName
{
color: #A16415;
}
</style>
background-color css
<style>
a { background-color: #A16415; }
a { background-color: rgb(161,100,21); }
div.DivClassName
{
background-color: #A16415;
}
.BgClassName
{
background-color: #A16415;
}
</style>
border-color css
<style>
span { border-color: #A16415; }
span { border-color: rgb(161,100,21); }
td.TdClassName
{
border-color: #A16415;
}
.TagClassName
{
border-color: #A16415;
}
</style>