Shades of Golden Brown #A76605
Tints of Golden Brown #A76605
RGB
CMYK
RGB Variations
Color information
#A76605 (or 0xA76605) is known color: Golden Brown. HEX triplet: A7, 66 and 05. RGB value is (167,102,5). Sum of RGB (Red+Green+Blue) = 167+102+5=274 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.95% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 167 - color contains mainly: red. Hex color #A76605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76605 is #5899FA. Grayscale: #6E6E6E. Windows color (decimal): -5806587 or 353959. OLE color: 353959.
HSL color Cylindrical-coordinate representation of color #A76605: hue angle of 35.93º 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 #A76605 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 102 | 5 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.35 |
| HSL | 35.93º | 0.94% | 0.34% | - |
| HSV(B) | 35.93º | 0.97% | 0.65% | - |
| XYZ | 20.72 | 17.73 | 2.47 | - |
| YUV | 110.38 | 68.53 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 102 | 5 | 0 | 0.39 | 0.97 | 0.35 | 35.93 | 0.94 | 0.34 |
| Hex | A7 | 66 | 5 | 0 | 27 | 61 | 23 | 24 | 5E | 22 |
| Octal | 247 | 146 | 5 | 0 | 47 | 141 | 43 | 44 | 136 | 42 |
| Binary | 10100111 | 1100110 | 101 | 0 | 100111 | 1100001 | 100011 | 100100 | 1011110 | 100010 |
Color Harmonies of #A76605
Complementary color
Monochromatic Colors of #A76605
Black with #A76605
Text Example
Text Example
White with #A76605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76605; }
p { color: rgb(167,102,5); }
H1.HeaderClassName
{
color: #A76605;
}
.AnyTagClassName
{
color: #A76605;
}
</style>
background-color css
<style>
a { background-color: #A76605; }
a { background-color: rgb(167,102,5); }
div.DivClassName
{
background-color: #A76605;
}
.BgClassName
{
background-color: #A76605;
}
</style>
border-color css
<style>
span { border-color: #A76605; }
span { border-color: rgb(167,102,5); }
td.TdClassName
{
border-color: #A76605;
}
.TagClassName
{
border-color: #A76605;
}
</style>