Shades of Golden Brown #A16F04
Tints of Golden Brown #A16F04
RGB
CMYK
RGB Variations
Color information
#A16F04 (or 0xA16F04) is known color: Golden Brown. HEX triplet: A1, 6F and 04. RGB value is (161,111,4). Sum of RGB (Red+Green+Blue) = 161+111+4=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16F04 is #5E90FB. Grayscale: #727272. Windows color (decimal): -6197500 or 290721. OLE color: 290721.
HSL color Cylindrical-coordinate representation of color #A16F04: hue angle of 40.89º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A16F04 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.37 |
| HSL | 40.89º | 0.95% | 0.32% | - |
| HSV(B) | 40.89º | 0.98% | 0.63% | - |
| XYZ | 20.4 | 18.95 | 2.7 | - |
| YUV | 113.75 | 66.07 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 4 | 0 | 0.31 | 0.98 | 0.37 | 40.89 | 0.95 | 0.32 |
| Hex | A1 | 6F | 4 | 0 | 1F | 62 | 25 | 29 | 5F | 20 |
| Octal | 241 | 157 | 4 | 0 | 37 | 142 | 45 | 51 | 137 | 40 |
| Binary | 10100001 | 1101111 | 100 | 0 | 11111 | 1100010 | 100101 | 101001 | 1011111 | 100000 |
Color Harmonies of #A16F04
Complementary color
Monochromatic Colors of #A16F04
Black with #A16F04
Text Example
Text Example
White with #A16F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F04; }
p { color: rgb(161,111,4); }
H1.HeaderClassName
{
color: #A16F04;
}
.AnyTagClassName
{
color: #A16F04;
}
</style>
background-color css
<style>
a { background-color: #A16F04; }
a { background-color: rgb(161,111,4); }
div.DivClassName
{
background-color: #A16F04;
}
.BgClassName
{
background-color: #A16F04;
}
</style>
border-color css
<style>
span { border-color: #A16F04; }
span { border-color: rgb(161,111,4); }
td.TdClassName
{
border-color: #A16F04;
}
.TagClassName
{
border-color: #A16F04;
}
</style>