Shades of Golden Brown #A16E1B
Tints of Golden Brown #A16E1B
RGB
CMYK
RGB Variations
Color information
#A16E1B (or 0xA16E1B) is known color: Golden Brown. HEX triplet: A1, 6E and 1B. RGB value is (161,110,27). Sum of RGB (Red+Green+Blue) = 161+110+27=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E1B is #5E91E4. Grayscale: #747474. Windows color (decimal): -6197733 or 1797793. OLE color: 1797793.
HSL color Cylindrical-coordinate representation of color #A16E1B: hue angle of 37.16º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A16E1B is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 27 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.37 |
| HSL | 37.16º | 0.71% | 0.37% | - |
| HSV(B) | 37.16º | 0.83% | 0.63% | - |
| XYZ | 20.47 | 18.81 | 3.59 | - |
| YUV | 115.79 | 77.9 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 27 | 0 | 0.32 | 0.83 | 0.37 | 37.16 | 0.71 | 0.37 |
| Hex | A1 | 6E | 1B | 0 | 20 | 53 | 25 | 25 | 47 | 25 |
| Octal | 241 | 156 | 33 | 0 | 40 | 123 | 45 | 45 | 107 | 45 |
| Binary | 10100001 | 1101110 | 11011 | 0 | 100000 | 1010011 | 100101 | 100101 | 1000111 | 100101 |
Color Harmonies of #A16E1B
Complementary color
Monochromatic Colors of #A16E1B
Black with #A16E1B
Text Example
Text Example
White with #A16E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E1B; }
p { color: rgb(161,110,27); }
H1.HeaderClassName
{
color: #A16E1B;
}
.AnyTagClassName
{
color: #A16E1B;
}
</style>
background-color css
<style>
a { background-color: #A16E1B; }
a { background-color: rgb(161,110,27); }
div.DivClassName
{
background-color: #A16E1B;
}
.BgClassName
{
background-color: #A16E1B;
}
</style>
border-color css
<style>
span { border-color: #A16E1B; }
span { border-color: rgb(161,110,27); }
td.TdClassName
{
border-color: #A16E1B;
}
.TagClassName
{
border-color: #A16E1B;
}
</style>