Shades of Golden Brown #A76D0A
Tints of Golden Brown #A76D0A
RGB
CMYK
RGB Variations
Color information
#A76D0A (or 0xA76D0A) is known color: Golden Brown. HEX triplet: A7, 6D and 0A. RGB value is (167,109,10). Sum of RGB (Red+Green+Blue) = 167+109+10=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76D0A is #5892F5. Grayscale: #737373. Windows color (decimal): -5804790 or 683431. OLE color: 683431.
HSL color Cylindrical-coordinate representation of color #A76D0A: hue angle of 37.83º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A76D0A is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 109 | 10 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.35 |
| HSL | 37.83º | 0.89% | 0.35% | - |
| HSV(B) | 37.83º | 0.94% | 0.65% | - |
| XYZ | 21.46 | 19.17 | 2.86 | - |
| YUV | 115.06 | 68.72 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 10 | 0 | 0.35 | 0.94 | 0.35 | 37.83 | 0.89 | 0.35 |
| Hex | A7 | 6D | A | 0 | 23 | 5E | 23 | 26 | 59 | 23 |
| Octal | 247 | 155 | 12 | 0 | 43 | 136 | 43 | 46 | 131 | 43 |
| Binary | 10100111 | 1101101 | 1010 | 0 | 100011 | 1011110 | 100011 | 100110 | 1011001 | 100011 |
Color Harmonies of #A76D0A
Complementary color
Monochromatic Colors of #A76D0A
Black with #A76D0A
Text Example
Text Example
White with #A76D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76D0A; }
p { color: rgb(167,109,10); }
H1.HeaderClassName
{
color: #A76D0A;
}
.AnyTagClassName
{
color: #A76D0A;
}
</style>
background-color css
<style>
a { background-color: #A76D0A; }
a { background-color: rgb(167,109,10); }
div.DivClassName
{
background-color: #A76D0A;
}
.BgClassName
{
background-color: #A76D0A;
}
</style>
border-color css
<style>
span { border-color: #A76D0A; }
span { border-color: rgb(167,109,10); }
td.TdClassName
{
border-color: #A76D0A;
}
.TagClassName
{
border-color: #A76D0A;
}
</style>