Shades of Golden Brown #A77008
Tints of Golden Brown #A77008
RGB
CMYK
RGB Variations
Color information
#A77008 (or 0xA77008) is known color: Golden Brown. HEX triplet: A7, 70 and 08. RGB value is (167,112,8). Sum of RGB (Red+Green+Blue) = 167+112+8=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A77008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77008 is #588FF7. Grayscale: #757575. Windows color (decimal): -5804024 or 553127. OLE color: 553127.
HSL color Cylindrical-coordinate representation of color #A77008: hue angle of 39.25º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A77008 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 112 | 8 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.35 |
| HSL | 39.25º | 0.91% | 0.34% | - |
| HSV(B) | 39.25º | 0.95% | 0.65% | - |
| XYZ | 21.77 | 19.82 | 2.91 | - |
| YUV | 116.59 | 66.72 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 8 | 0 | 0.33 | 0.95 | 0.35 | 39.25 | 0.91 | 0.34 |
| Hex | A7 | 70 | 8 | 0 | 21 | 5F | 23 | 27 | 5B | 22 |
| Octal | 247 | 160 | 10 | 0 | 41 | 137 | 43 | 47 | 133 | 42 |
| Binary | 10100111 | 1110000 | 1000 | 0 | 100001 | 1011111 | 100011 | 100111 | 1011011 | 100010 |
Color Harmonies of #A77008
Complementary color
Monochromatic Colors of #A77008
Black with #A77008
Text Example
Text Example
White with #A77008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77008; }
p { color: rgb(167,112,8); }
H1.HeaderClassName
{
color: #A77008;
}
.AnyTagClassName
{
color: #A77008;
}
</style>
background-color css
<style>
a { background-color: #A77008; }
a { background-color: rgb(167,112,8); }
div.DivClassName
{
background-color: #A77008;
}
.BgClassName
{
background-color: #A77008;
}
</style>
border-color css
<style>
span { border-color: #A77008; }
span { border-color: rgb(167,112,8); }
td.TdClassName
{
border-color: #A77008;
}
.TagClassName
{
border-color: #A77008;
}
</style>