Shades of Golden Brown #A77205
Tints of Golden Brown #A77205
RGB
CMYK
RGB Variations
Color information
#A77205 (or 0xA77205) is known color: Golden Brown. HEX triplet: A7, 72 and 05. RGB value is (167,114,5). Sum of RGB (Red+Green+Blue) = 167+114+5=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A77205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77205 is #588DFA. Grayscale: #757575. Windows color (decimal): -5803515 or 357031. OLE color: 357031.
HSL color Cylindrical-coordinate representation of color #A77205: hue angle of 40.37º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A77205 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.35 |
| HSL | 40.37º | 0.94% | 0.34% | - |
| HSV(B) | 40.37º | 0.97% | 0.65% | - |
| XYZ | 21.98 | 20.26 | 2.9 | - |
| YUV | 117.42 | 64.56 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 5 | 0 | 0.32 | 0.97 | 0.35 | 40.37 | 0.94 | 0.34 |
| Hex | A7 | 72 | 5 | 0 | 20 | 61 | 23 | 28 | 5E | 22 |
| Octal | 247 | 162 | 5 | 0 | 40 | 141 | 43 | 50 | 136 | 42 |
| Binary | 10100111 | 1110010 | 101 | 0 | 100000 | 1100001 | 100011 | 101000 | 1011110 | 100010 |
Color Harmonies of #A77205
Complementary color
Monochromatic Colors of #A77205
Black with #A77205
Text Example
Text Example
White with #A77205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77205; }
p { color: rgb(167,114,5); }
H1.HeaderClassName
{
color: #A77205;
}
.AnyTagClassName
{
color: #A77205;
}
</style>
background-color css
<style>
a { background-color: #A77205; }
a { background-color: rgb(167,114,5); }
div.DivClassName
{
background-color: #A77205;
}
.BgClassName
{
background-color: #A77205;
}
</style>
border-color css
<style>
span { border-color: #A77205; }
span { border-color: rgb(167,114,5); }
td.TdClassName
{
border-color: #A77205;
}
.TagClassName
{
border-color: #A77205;
}
</style>