Shades of Golden Brown #A16C16
Tints of Golden Brown #A16C16
RGB
CMYK
RGB Variations
Color information
#A16C16 (or 0xA16C16) is known color: Golden Brown. HEX triplet: A1, 6C and 16. RGB value is (161,108,22). Sum of RGB (Red+Green+Blue) = 161+108+22=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16C16 is #5E93E9. Grayscale: #727272. Windows color (decimal): -6198250 or 1469601. OLE color: 1469601.
HSL color Cylindrical-coordinate representation of color #A16C16: hue angle of 37.12º 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 #A16C16 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 22 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.37 |
| HSL | 37.12º | 0.76% | 0.36% | - |
| HSV(B) | 37.12º | 0.86% | 0.63% | - |
| XYZ | 20.21 | 18.36 | 3.24 | - |
| YUV | 114.04 | 76.06 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 22 | 0 | 0.33 | 0.86 | 0.37 | 37.12 | 0.76 | 0.36 |
| Hex | A1 | 6C | 16 | 0 | 21 | 56 | 25 | 25 | 4C | 24 |
| Octal | 241 | 154 | 26 | 0 | 41 | 126 | 45 | 45 | 114 | 44 |
| Binary | 10100001 | 1101100 | 10110 | 0 | 100001 | 1010110 | 100101 | 100101 | 1001100 | 100100 |
Color Harmonies of #A16C16
Complementary color
Monochromatic Colors of #A16C16
Black with #A16C16
Text Example
Text Example
White with #A16C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C16; }
p { color: rgb(161,108,22); }
H1.HeaderClassName
{
color: #A16C16;
}
.AnyTagClassName
{
color: #A16C16;
}
</style>
background-color css
<style>
a { background-color: #A16C16; }
a { background-color: rgb(161,108,22); }
div.DivClassName
{
background-color: #A16C16;
}
.BgClassName
{
background-color: #A16C16;
}
</style>
border-color css
<style>
span { border-color: #A16C16; }
span { border-color: rgb(161,108,22); }
td.TdClassName
{
border-color: #A16C16;
}
.TagClassName
{
border-color: #A16C16;
}
</style>