Shades of Golden Brown #A16622
Tints of Golden Brown #A16622
RGB
CMYK
RGB Variations
Color information
#A16622 (or 0xA16622) is known color: Golden Brown. HEX triplet: A1, 66 and 22. RGB value is (161,102,34). Sum of RGB (Red+Green+Blue) = 161+102+34=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A16622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16622 is #5E99DD. Grayscale: #707070. Windows color (decimal): -6199774 or 2254497. OLE color: 2254497.
HSL color Cylindrical-coordinate representation of color #A16622: hue angle of 32.13º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A16622 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 34 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.37 |
| HSL | 32.13º | 0.65% | 0.38% | - |
| HSV(B) | 32.13º | 0.79% | 0.63% | - |
| XYZ | 19.74 | 17.2 | 3.79 | - |
| YUV | 111.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 34 | 0 | 0.37 | 0.79 | 0.37 | 32.13 | 0.65 | 0.38 |
| Hex | A1 | 66 | 22 | 0 | 25 | 4F | 25 | 20 | 41 | 26 |
| Octal | 241 | 146 | 42 | 0 | 45 | 117 | 45 | 40 | 101 | 46 |
| Binary | 10100001 | 1100110 | 100010 | 0 | 100101 | 1001111 | 100101 | 100000 | 1000001 | 100110 |
Color Harmonies of #A16622
Complementary color
Monochromatic Colors of #A16622
Black with #A16622
Text Example
Text Example
White with #A16622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16622; }
p { color: rgb(161,102,34); }
H1.HeaderClassName
{
color: #A16622;
}
.AnyTagClassName
{
color: #A16622;
}
</style>
background-color css
<style>
a { background-color: #A16622; }
a { background-color: rgb(161,102,34); }
div.DivClassName
{
background-color: #A16622;
}
.BgClassName
{
background-color: #A16622;
}
</style>
border-color css
<style>
span { border-color: #A16622; }
span { border-color: rgb(161,102,34); }
td.TdClassName
{
border-color: #A16622;
}
.TagClassName
{
border-color: #A16622;
}
</style>