Shades of Golden Brown #A16521
Tints of Golden Brown #A16521
RGB
CMYK
RGB Variations
Color information
#A16521 (or 0xA16521) is known color: Golden Brown. HEX triplet: A1, 65 and 21. RGB value is (161,101,33). Sum of RGB (Red+Green+Blue) = 161+101+33=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A16521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16521 is #5E9ADE. Grayscale: #6F6F6F. Windows color (decimal): -6200031 or 2188705. OLE color: 2188705.
HSL color Cylindrical-coordinate representation of color #A16521: hue angle of 31.88º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A16521 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 33 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.37 |
| HSL | 31.88º | 0.66% | 0.38% | - |
| HSV(B) | 31.88º | 0.8% | 0.63% | - |
| XYZ | 19.63 | 16.99 | 3.68 | - |
| YUV | 111.19 | 83.88 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 33 | 0 | 0.37 | 0.80 | 0.37 | 31.88 | 0.66 | 0.38 |
| Hex | A1 | 65 | 21 | 0 | 25 | 50 | 25 | 20 | 42 | 26 |
| Octal | 241 | 145 | 41 | 0 | 45 | 120 | 45 | 40 | 102 | 46 |
| Binary | 10100001 | 1100101 | 100001 | 0 | 100101 | 1010000 | 100101 | 100000 | 1000010 | 100110 |
Color Harmonies of #A16521
Complementary color
Monochromatic Colors of #A16521
Black with #A16521
Text Example
Text Example
White with #A16521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16521; }
p { color: rgb(161,101,33); }
H1.HeaderClassName
{
color: #A16521;
}
.AnyTagClassName
{
color: #A16521;
}
</style>
background-color css
<style>
a { background-color: #A16521; }
a { background-color: rgb(161,101,33); }
div.DivClassName
{
background-color: #A16521;
}
.BgClassName
{
background-color: #A16521;
}
</style>
border-color css
<style>
span { border-color: #A16521; }
span { border-color: rgb(161,101,33); }
td.TdClassName
{
border-color: #A16521;
}
.TagClassName
{
border-color: #A16521;
}
</style>