Shades of Golden Brown #A76D12
Tints of Golden Brown #A76D12
RGB
CMYK
RGB Variations
Color information
#A76D12 (or 0xA76D12) is known color: Golden Brown. HEX triplet: A7, 6D and 12. RGB value is (167,109,18). Sum of RGB (Red+Green+Blue) = 167+109+18=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76D12 is #5892ED. Grayscale: #747474. Windows color (decimal): -5804782 or 1207719. OLE color: 1207719.
HSL color Cylindrical-coordinate representation of color #A76D12: hue angle of 36.64º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A76D12 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 109 | 18 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.35 |
| HSL | 36.64º | 0.81% | 0.36% | - |
| HSV(B) | 36.64º | 0.89% | 0.65% | - |
| XYZ | 21.51 | 19.2 | 3.14 | - |
| YUV | 115.97 | 72.72 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 18 | 0 | 0.35 | 0.89 | 0.35 | 36.64 | 0.81 | 0.36 |
| Hex | A7 | 6D | 12 | 0 | 23 | 59 | 23 | 25 | 51 | 24 |
| Octal | 247 | 155 | 22 | 0 | 43 | 131 | 43 | 45 | 121 | 44 |
| Binary | 10100111 | 1101101 | 10010 | 0 | 100011 | 1011001 | 100011 | 100101 | 1010001 | 100100 |
Color Harmonies of #A76D12
Complementary color
Monochromatic Colors of #A76D12
Black with #A76D12
Text Example
Text Example
White with #A76D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76D12; }
p { color: rgb(167,109,18); }
H1.HeaderClassName
{
color: #A76D12;
}
.AnyTagClassName
{
color: #A76D12;
}
</style>
background-color css
<style>
a { background-color: #A76D12; }
a { background-color: rgb(167,109,18); }
div.DivClassName
{
background-color: #A76D12;
}
.BgClassName
{
background-color: #A76D12;
}
</style>
border-color css
<style>
span { border-color: #A76D12; }
span { border-color: rgb(167,109,18); }
td.TdClassName
{
border-color: #A76D12;
}
.TagClassName
{
border-color: #A76D12;
}
</style>