Shades of Golden Brown #A76805
Tints of Golden Brown #A76805
RGB
CMYK
RGB Variations
Color information
#A76805 (or 0xA76805) is known color: Golden Brown. HEX triplet: A7, 68 and 05. RGB value is (167,104,5). Sum of RGB (Red+Green+Blue) = 167+104+5=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A76805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76805 is #5897FA. Grayscale: #707070. Windows color (decimal): -5806075 or 354471. OLE color: 354471.
HSL color Cylindrical-coordinate representation of color #A76805: hue angle of 36.67º 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 #A76805 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 104 | 5 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.35 |
| HSL | 36.67º | 0.94% | 0.34% | - |
| HSV(B) | 36.67º | 0.97% | 0.65% | - |
| XYZ | 20.91 | 18.13 | 2.54 | - |
| YUV | 111.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 5 | 0 | 0.38 | 0.97 | 0.35 | 36.67 | 0.94 | 0.34 |
| Hex | A7 | 68 | 5 | 0 | 26 | 61 | 23 | 25 | 5E | 22 |
| Octal | 247 | 150 | 5 | 0 | 46 | 141 | 43 | 45 | 136 | 42 |
| Binary | 10100111 | 1101000 | 101 | 0 | 100110 | 1100001 | 100011 | 100101 | 1011110 | 100010 |
Color Harmonies of #A76805
Complementary color
Monochromatic Colors of #A76805
Black with #A76805
Text Example
Text Example
White with #A76805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76805; }
p { color: rgb(167,104,5); }
H1.HeaderClassName
{
color: #A76805;
}
.AnyTagClassName
{
color: #A76805;
}
</style>
background-color css
<style>
a { background-color: #A76805; }
a { background-color: rgb(167,104,5); }
div.DivClassName
{
background-color: #A76805;
}
.BgClassName
{
background-color: #A76805;
}
</style>
border-color css
<style>
span { border-color: #A76805; }
span { border-color: rgb(167,104,5); }
td.TdClassName
{
border-color: #A76805;
}
.TagClassName
{
border-color: #A76805;
}
</style>