Shades of Golden Brown #A16121
Tints of Golden Brown #A16121
RGB
CMYK
RGB Variations
Color information
#A16121 (or 0xA16121) is known color: Golden Brown. HEX triplet: A1, 61 and 21. RGB value is (161,97,33). Sum of RGB (Red+Green+Blue) = 161+97+33=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A16121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16121 is #5E9EDE. Grayscale: #6D6D6D. Windows color (decimal): -6201055 or 2187681. OLE color: 2187681.
HSL color Cylindrical-coordinate representation of color #A16121: hue angle of 30º 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 #A16121 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 33 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.37 |
| HSL | 30º | 0.66% | 0.38% | - |
| HSV(B) | 30º | 0.8% | 0.63% | - |
| XYZ | 19.25 | 16.24 | 3.56 | - |
| YUV | 108.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 33 | 0 | 0.40 | 0.80 | 0.37 | 30 | 0.66 | 0.38 |
| Hex | A1 | 61 | 21 | 0 | 28 | 50 | 25 | 1E | 42 | 26 |
| Octal | 241 | 141 | 41 | 0 | 50 | 120 | 45 | 36 | 102 | 46 |
| Binary | 10100001 | 1100001 | 100001 | 0 | 101000 | 1010000 | 100101 | 11110 | 1000010 | 100110 |
Color Harmonies of #A16121
Complementary color
Monochromatic Colors of #A16121
Black with #A16121
Text Example
Text Example
White with #A16121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16121; }
p { color: rgb(161,97,33); }
H1.HeaderClassName
{
color: #A16121;
}
.AnyTagClassName
{
color: #A16121;
}
</style>
background-color css
<style>
a { background-color: #A16121; }
a { background-color: rgb(161,97,33); }
div.DivClassName
{
background-color: #A16121;
}
.BgClassName
{
background-color: #A16121;
}
</style>
border-color css
<style>
span { border-color: #A16121; }
span { border-color: rgb(161,97,33); }
td.TdClassName
{
border-color: #A16121;
}
.TagClassName
{
border-color: #A16121;
}
</style>