Shades of Golden Brown #A76D05
Tints of Golden Brown #A76D05
RGB
CMYK
RGB Variations
Color information
#A76D05 (or 0xA76D05) is known color: Golden Brown. HEX triplet: A7, 6D and 05. RGB value is (167,109,5). Sum of RGB (Red+Green+Blue) = 167+109+5=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76D05 is #5892FA. Grayscale: #727272. Windows color (decimal): -5804795 or 355751. OLE color: 355751.
HSL color Cylindrical-coordinate representation of color #A76D05: hue angle of 38.52º 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 #A76D05 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 109 | 5 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.35 |
| HSL | 38.52º | 0.94% | 0.34% | - |
| HSV(B) | 38.52º | 0.97% | 0.65% | - |
| XYZ | 21.43 | 19.16 | 2.71 | - |
| YUV | 114.49 | 66.22 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 5 | 0 | 0.35 | 0.97 | 0.35 | 38.52 | 0.94 | 0.34 |
| Hex | A7 | 6D | 5 | 0 | 23 | 61 | 23 | 27 | 5E | 22 |
| Octal | 247 | 155 | 5 | 0 | 43 | 141 | 43 | 47 | 136 | 42 |
| Binary | 10100111 | 1101101 | 101 | 0 | 100011 | 1100001 | 100011 | 100111 | 1011110 | 100010 |
Color Harmonies of #A76D05
Complementary color
Monochromatic Colors of #A76D05
Black with #A76D05
Text Example
Text Example
White with #A76D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76D05; }
p { color: rgb(167,109,5); }
H1.HeaderClassName
{
color: #A76D05;
}
.AnyTagClassName
{
color: #A76D05;
}
</style>
background-color css
<style>
a { background-color: #A76D05; }
a { background-color: rgb(167,109,5); }
div.DivClassName
{
background-color: #A76D05;
}
.BgClassName
{
background-color: #A76D05;
}
</style>
border-color css
<style>
span { border-color: #A76D05; }
span { border-color: rgb(167,109,5); }
td.TdClassName
{
border-color: #A76D05;
}
.TagClassName
{
border-color: #A76D05;
}
</style>