Shades of Golden Brown #A16315
Tints of Golden Brown #A16315
RGB
CMYK
RGB Variations
Color information
#A16315 (or 0xA16315) is known color: Golden Brown. HEX triplet: A1, 63 and 15. RGB value is (161,99,21). Sum of RGB (Red+Green+Blue) = 161+99+21=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A16315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16315 is #5E9CEA. Grayscale: #6D6D6D. Windows color (decimal): -6200555 or 1401761. OLE color: 1401761.
HSL color Cylindrical-coordinate representation of color #A16315: hue angle of 33.43º 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 #A16315 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 21 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.37 |
| HSL | 33.43º | 0.77% | 0.36% | - |
| HSV(B) | 33.43º | 0.87% | 0.63% | - |
| XYZ | 19.3 | 16.55 | 2.89 | - |
| YUV | 108.65 | 78.54 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 21 | 0 | 0.39 | 0.87 | 0.37 | 33.43 | 0.77 | 0.36 |
| Hex | A1 | 63 | 15 | 0 | 27 | 57 | 25 | 21 | 4D | 24 |
| Octal | 241 | 143 | 25 | 0 | 47 | 127 | 45 | 41 | 115 | 44 |
| Binary | 10100001 | 1100011 | 10101 | 0 | 100111 | 1010111 | 100101 | 100001 | 1001101 | 100100 |
Color Harmonies of #A16315
Complementary color
Monochromatic Colors of #A16315
Black with #A16315
Text Example
Text Example
White with #A16315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16315; }
p { color: rgb(161,99,21); }
H1.HeaderClassName
{
color: #A16315;
}
.AnyTagClassName
{
color: #A16315;
}
</style>
background-color css
<style>
a { background-color: #A16315; }
a { background-color: rgb(161,99,21); }
div.DivClassName
{
background-color: #A16315;
}
.BgClassName
{
background-color: #A16315;
}
</style>
border-color css
<style>
span { border-color: #A16315; }
span { border-color: rgb(161,99,21); }
td.TdClassName
{
border-color: #A16315;
}
.TagClassName
{
border-color: #A16315;
}
</style>