Shades of Golden Brown #A16515
Tints of Golden Brown #A16515
RGB
CMYK
RGB Variations
Color information
#A16515 (or 0xA16515) is known color: Golden Brown. HEX triplet: A1, 65 and 15. RGB value is (161,101,21). Sum of RGB (Red+Green+Blue) = 161+101+21=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A16515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16515 is #5E9AEA. Grayscale: #6E6E6E. Windows color (decimal): -6200043 or 1402273. OLE color: 1402273.
HSL color Cylindrical-coordinate representation of color #A16515: hue angle of 34.29º 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 #A16515 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 21 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.37 |
| HSL | 34.29º | 0.77% | 0.36% | - |
| HSV(B) | 34.29º | 0.87% | 0.63% | - |
| XYZ | 19.49 | 16.94 | 2.95 | - |
| YUV | 109.82 | 77.88 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 21 | 0 | 0.37 | 0.87 | 0.37 | 34.29 | 0.77 | 0.36 |
| Hex | A1 | 65 | 15 | 0 | 25 | 57 | 25 | 22 | 4D | 24 |
| Octal | 241 | 145 | 25 | 0 | 45 | 127 | 45 | 42 | 115 | 44 |
| Binary | 10100001 | 1100101 | 10101 | 0 | 100101 | 1010111 | 100101 | 100010 | 1001101 | 100100 |
Color Harmonies of #A16515
Complementary color
Monochromatic Colors of #A16515
Black with #A16515
Text Example
Text Example
White with #A16515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16515; }
p { color: rgb(161,101,21); }
H1.HeaderClassName
{
color: #A16515;
}
.AnyTagClassName
{
color: #A16515;
}
</style>
background-color css
<style>
a { background-color: #A16515; }
a { background-color: rgb(161,101,21); }
div.DivClassName
{
background-color: #A16515;
}
.BgClassName
{
background-color: #A16515;
}
</style>
border-color css
<style>
span { border-color: #A16515; }
span { border-color: rgb(161,101,21); }
td.TdClassName
{
border-color: #A16515;
}
.TagClassName
{
border-color: #A16515;
}
</style>