Shades of Golden Brown #A77012
Tints of Golden Brown #A77012
RGB
CMYK
RGB Variations
Color information
#A77012 (or 0xA77012) is known color: Golden Brown. HEX triplet: A7, 70 and 12. RGB value is (167,112,18). Sum of RGB (Red+Green+Blue) = 167+112+18=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A77012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77012 is #588FED. Grayscale: #767676. Windows color (decimal): -5804014 or 1208487. OLE color: 1208487.
HSL color Cylindrical-coordinate representation of color #A77012: hue angle of 37.85º 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 #A77012 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 112 | 18 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.35 |
| HSL | 37.85º | 0.81% | 0.36% | - |
| HSV(B) | 37.85º | 0.89% | 0.65% | - |
| XYZ | 21.84 | 19.85 | 3.25 | - |
| YUV | 117.73 | 71.72 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 18 | 0 | 0.33 | 0.89 | 0.35 | 37.85 | 0.81 | 0.36 |
| Hex | A7 | 70 | 12 | 0 | 21 | 59 | 23 | 26 | 51 | 24 |
| Octal | 247 | 160 | 22 | 0 | 41 | 131 | 43 | 46 | 121 | 44 |
| Binary | 10100111 | 1110000 | 10010 | 0 | 100001 | 1011001 | 100011 | 100110 | 1010001 | 100100 |
Color Harmonies of #A77012
Complementary color
Monochromatic Colors of #A77012
Black with #A77012
Text Example
Text Example
White with #A77012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77012; }
p { color: rgb(167,112,18); }
H1.HeaderClassName
{
color: #A77012;
}
.AnyTagClassName
{
color: #A77012;
}
</style>
background-color css
<style>
a { background-color: #A77012; }
a { background-color: rgb(167,112,18); }
div.DivClassName
{
background-color: #A77012;
}
.BgClassName
{
background-color: #A77012;
}
</style>
border-color css
<style>
span { border-color: #A77012; }
span { border-color: rgb(167,112,18); }
td.TdClassName
{
border-color: #A77012;
}
.TagClassName
{
border-color: #A77012;
}
</style>