Shades of Golden Brown #A16421
Tints of Golden Brown #A16421
RGB
CMYK
RGB Variations
Color information
#A16421 (or 0xA16421) is known color: Golden Brown. HEX triplet: A1, 64 and 21. RGB value is (161,100,33). Sum of RGB (Red+Green+Blue) = 161+100+33=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A16421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16421 is #5E9BDE. Grayscale: #6E6E6E. Windows color (decimal): -6200287 or 2188449. OLE color: 2188449.
HSL color Cylindrical-coordinate representation of color #A16421: hue angle of 31.41º 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 #A16421 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 33 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.37 |
| HSL | 31.41º | 0.66% | 0.38% | - |
| HSV(B) | 31.41º | 0.8% | 0.63% | - |
| XYZ | 19.53 | 16.8 | 3.65 | - |
| YUV | 110.6 | 84.21 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 33 | 0 | 0.38 | 0.80 | 0.37 | 31.41 | 0.66 | 0.38 |
| Hex | A1 | 64 | 21 | 0 | 26 | 50 | 25 | 1F | 42 | 26 |
| Octal | 241 | 144 | 41 | 0 | 46 | 120 | 45 | 37 | 102 | 46 |
| Binary | 10100001 | 1100100 | 100001 | 0 | 100110 | 1010000 | 100101 | 11111 | 1000010 | 100110 |
Color Harmonies of #A16421
Complementary color
Monochromatic Colors of #A16421
Black with #A16421
Text Example
Text Example
White with #A16421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16421; }
p { color: rgb(161,100,33); }
H1.HeaderClassName
{
color: #A16421;
}
.AnyTagClassName
{
color: #A16421;
}
</style>
background-color css
<style>
a { background-color: #A16421; }
a { background-color: rgb(161,100,33); }
div.DivClassName
{
background-color: #A16421;
}
.BgClassName
{
background-color: #A16421;
}
</style>
border-color css
<style>
span { border-color: #A16421; }
span { border-color: rgb(161,100,33); }
td.TdClassName
{
border-color: #A16421;
}
.TagClassName
{
border-color: #A16421;
}
</style>