Shades of Golden Brown #A76802
Tints of Golden Brown #A76802
RGB
CMYK
RGB Variations
Color information
#A76802 (or 0xA76802) is known color: Golden Brown. HEX triplet: A7, 68 and 02. RGB value is (167,104,2). Sum of RGB (Red+Green+Blue) = 167+104+2=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A76802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76802 is #5897FD. Grayscale: #6F6F6F. Windows color (decimal): -5806078 or 157863. OLE color: 157863.
HSL color Cylindrical-coordinate representation of color #A76802: hue angle of 37.09º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A76802 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 104 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.35 |
| HSL | 37.09º | 0.98% | 0.33% | - |
| HSV(B) | 37.09º | 0.99% | 0.65% | - |
| XYZ | 20.9 | 18.12 | 2.45 | - |
| YUV | 111.21 | 66.37 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 2 | 0 | 0.38 | 0.99 | 0.35 | 37.09 | 0.98 | 0.33 |
| Hex | A7 | 68 | 2 | 0 | 26 | 63 | 23 | 25 | 62 | 21 |
| Octal | 247 | 150 | 2 | 0 | 46 | 143 | 43 | 45 | 142 | 41 |
| Binary | 10100111 | 1101000 | 10 | 0 | 100110 | 1100011 | 100011 | 100101 | 1100010 | 100001 |
Color Harmonies of #A76802
Complementary color
Monochromatic Colors of #A76802
Black with #A76802
Text Example
Text Example
White with #A76802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76802; }
p { color: rgb(167,104,2); }
H1.HeaderClassName
{
color: #A76802;
}
.AnyTagClassName
{
color: #A76802;
}
</style>
background-color css
<style>
a { background-color: #A76802; }
a { background-color: rgb(167,104,2); }
div.DivClassName
{
background-color: #A76802;
}
.BgClassName
{
background-color: #A76802;
}
</style>
border-color css
<style>
span { border-color: #A76802; }
span { border-color: rgb(167,104,2); }
td.TdClassName
{
border-color: #A76802;
}
.TagClassName
{
border-color: #A76802;
}
</style>