Shades of Golden Brown #A16C0E
Tints of Golden Brown #A16C0E
RGB
CMYK
RGB Variations
Color information
#A16C0E (or 0xA16C0E) is known color: Golden Brown. HEX triplet: A1, 6C and 0E. RGB value is (161,108,14). Sum of RGB (Red+Green+Blue) = 161+108+14=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16C0E is #5E93F1. Grayscale: #717171. Windows color (decimal): -6198258 or 945313. OLE color: 945313.
HSL color Cylindrical-coordinate representation of color #A16C0E: hue angle of 38.37º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A16C0E is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 14 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.37 |
| HSL | 38.37º | 0.84% | 0.34% | - |
| HSV(B) | 38.37º | 0.91% | 0.63% | - |
| XYZ | 20.14 | 18.33 | 2.89 | - |
| YUV | 113.13 | 72.06 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 14 | 0 | 0.33 | 0.91 | 0.37 | 38.37 | 0.84 | 0.34 |
| Hex | A1 | 6C | E | 0 | 21 | 5B | 25 | 26 | 54 | 22 |
| Octal | 241 | 154 | 16 | 0 | 41 | 133 | 45 | 46 | 124 | 42 |
| Binary | 10100001 | 1101100 | 1110 | 0 | 100001 | 1011011 | 100101 | 100110 | 1010100 | 100010 |
Color Harmonies of #A16C0E
Complementary color
Monochromatic Colors of #A16C0E
Black with #A16C0E
Text Example
Text Example
White with #A16C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C0E; }
p { color: rgb(161,108,14); }
H1.HeaderClassName
{
color: #A16C0E;
}
.AnyTagClassName
{
color: #A16C0E;
}
</style>
background-color css
<style>
a { background-color: #A16C0E; }
a { background-color: rgb(161,108,14); }
div.DivClassName
{
background-color: #A16C0E;
}
.BgClassName
{
background-color: #A16C0E;
}
</style>
border-color css
<style>
span { border-color: #A16C0E; }
span { border-color: rgb(161,108,14); }
td.TdClassName
{
border-color: #A16C0E;
}
.TagClassName
{
border-color: #A16C0E;
}
</style>