Shades of Golden Brown #A16D13
Tints of Golden Brown #A16D13
RGB
CMYK
RGB Variations
Color information
#A16D13 (or 0xA16D13) is known color: Golden Brown. HEX triplet: A1, 6D and 13. RGB value is (161,109,19). Sum of RGB (Red+Green+Blue) = 161+109+19=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16D13 is #5E92EC. Grayscale: #727272. Windows color (decimal): -6197997 or 1273249. OLE color: 1273249.
HSL color Cylindrical-coordinate representation of color #A16D13: hue angle of 38.03º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A16D13 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 19 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.37 |
| HSL | 38.03º | 0.79% | 0.35% | - |
| HSV(B) | 38.03º | 0.88% | 0.63% | - |
| XYZ | 20.28 | 18.56 | 3.13 | - |
| YUV | 114.29 | 74.23 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 19 | 0 | 0.32 | 0.88 | 0.37 | 38.03 | 0.79 | 0.35 |
| Hex | A1 | 6D | 13 | 0 | 20 | 58 | 25 | 26 | 4F | 23 |
| Octal | 241 | 155 | 23 | 0 | 40 | 130 | 45 | 46 | 117 | 43 |
| Binary | 10100001 | 1101101 | 10011 | 0 | 100000 | 1011000 | 100101 | 100110 | 1001111 | 100011 |
Color Harmonies of #A16D13
Complementary color
Monochromatic Colors of #A16D13
Black with #A16D13
Text Example
Text Example
White with #A16D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D13; }
p { color: rgb(161,109,19); }
H1.HeaderClassName
{
color: #A16D13;
}
.AnyTagClassName
{
color: #A16D13;
}
</style>
background-color css
<style>
a { background-color: #A16D13; }
a { background-color: rgb(161,109,19); }
div.DivClassName
{
background-color: #A16D13;
}
.BgClassName
{
background-color: #A16D13;
}
</style>
border-color css
<style>
span { border-color: #A16D13; }
span { border-color: rgb(161,109,19); }
td.TdClassName
{
border-color: #A16D13;
}
.TagClassName
{
border-color: #A16D13;
}
</style>