Shades of Golden Brown #A76F16
Tints of Golden Brown #A76F16
RGB
CMYK
RGB Variations
Color information
#A76F16 (or 0xA76F16) is known color: Golden Brown. HEX triplet: A7, 6F and 16. RGB value is (167,111,22). Sum of RGB (Red+Green+Blue) = 167+111+22=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76F16 is #5890E9. Grayscale: #767676. Windows color (decimal): -5804266 or 1470375. OLE color: 1470375.
HSL color Cylindrical-coordinate representation of color #A76F16: hue angle of 36.83º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A76F16 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 111 | 22 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.35 |
| HSL | 36.83º | 0.77% | 0.37% | - |
| HSV(B) | 36.83º | 0.87% | 0.65% | - |
| XYZ | 21.77 | 19.64 | 3.4 | - |
| YUV | 117.6 | 74.05 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 22 | 0 | 0.34 | 0.87 | 0.35 | 36.83 | 0.77 | 0.37 |
| Hex | A7 | 6F | 16 | 0 | 22 | 57 | 23 | 25 | 4D | 25 |
| Octal | 247 | 157 | 26 | 0 | 42 | 127 | 43 | 45 | 115 | 45 |
| Binary | 10100111 | 1101111 | 10110 | 0 | 100010 | 1010111 | 100011 | 100101 | 1001101 | 100101 |
Color Harmonies of #A76F16
Complementary color
Monochromatic Colors of #A76F16
Black with #A76F16
Text Example
Text Example
White with #A76F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76F16; }
p { color: rgb(167,111,22); }
H1.HeaderClassName
{
color: #A76F16;
}
.AnyTagClassName
{
color: #A76F16;
}
</style>
background-color css
<style>
a { background-color: #A76F16; }
a { background-color: rgb(167,111,22); }
div.DivClassName
{
background-color: #A76F16;
}
.BgClassName
{
background-color: #A76F16;
}
</style>
border-color css
<style>
span { border-color: #A76F16; }
span { border-color: rgb(167,111,22); }
td.TdClassName
{
border-color: #A76F16;
}
.TagClassName
{
border-color: #A76F16;
}
</style>