Shades of Golden Brown #A16B16
Tints of Golden Brown #A16B16
RGB
CMYK
RGB Variations
Color information
#A16B16 (or 0xA16B16) is known color: Golden Brown. HEX triplet: A1, 6B and 16. RGB value is (161,107,22). Sum of RGB (Red+Green+Blue) = 161+107+22=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16B16 is #5E94E9. Grayscale: #717171. Windows color (decimal): -6198506 or 1469345. OLE color: 1469345.
HSL color Cylindrical-coordinate representation of color #A16B16: hue angle of 36.69º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A16B16 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 22 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.37 |
| HSL | 36.69º | 0.76% | 0.36% | - |
| HSV(B) | 36.69º | 0.86% | 0.63% | - |
| XYZ | 20.1 | 18.15 | 3.2 | - |
| YUV | 113.46 | 76.39 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 22 | 0 | 0.34 | 0.86 | 0.37 | 36.69 | 0.76 | 0.36 |
| Hex | A1 | 6B | 16 | 0 | 22 | 56 | 25 | 25 | 4C | 24 |
| Octal | 241 | 153 | 26 | 0 | 42 | 126 | 45 | 45 | 114 | 44 |
| Binary | 10100001 | 1101011 | 10110 | 0 | 100010 | 1010110 | 100101 | 100101 | 1001100 | 100100 |
Color Harmonies of #A16B16
Complementary color
Monochromatic Colors of #A16B16
Black with #A16B16
Text Example
Text Example
White with #A16B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B16; }
p { color: rgb(161,107,22); }
H1.HeaderClassName
{
color: #A16B16;
}
.AnyTagClassName
{
color: #A16B16;
}
</style>
background-color css
<style>
a { background-color: #A16B16; }
a { background-color: rgb(161,107,22); }
div.DivClassName
{
background-color: #A16B16;
}
.BgClassName
{
background-color: #A16B16;
}
</style>
border-color css
<style>
span { border-color: #A16B16; }
span { border-color: rgb(161,107,22); }
td.TdClassName
{
border-color: #A16B16;
}
.TagClassName
{
border-color: #A16B16;
}
</style>