Shades of Golden Brown #A76C08
Tints of Golden Brown #A76C08
RGB
CMYK
RGB Variations
Color information
#A76C08 (or 0xA76C08) is known color: Golden Brown. HEX triplet: A7, 6C and 08. RGB value is (167,108,8). Sum of RGB (Red+Green+Blue) = 167+108+8=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76C08 is #5893F7. Grayscale: #727272. Windows color (decimal): -5805048 or 552103. OLE color: 552103.
HSL color Cylindrical-coordinate representation of color #A76C08: hue angle of 37.74º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A76C08 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 108 | 8 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.35 |
| HSL | 37.74º | 0.91% | 0.34% | - |
| HSV(B) | 37.74º | 0.95% | 0.65% | - |
| XYZ | 21.34 | 18.96 | 2.76 | - |
| YUV | 114.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 8 | 0 | 0.35 | 0.95 | 0.35 | 37.74 | 0.91 | 0.34 |
| Hex | A7 | 6C | 8 | 0 | 23 | 5F | 23 | 26 | 5B | 22 |
| Octal | 247 | 154 | 10 | 0 | 43 | 137 | 43 | 46 | 133 | 42 |
| Binary | 10100111 | 1101100 | 1000 | 0 | 100011 | 1011111 | 100011 | 100110 | 1011011 | 100010 |
Color Harmonies of #A76C08
Complementary color
Monochromatic Colors of #A76C08
Black with #A76C08
Text Example
Text Example
White with #A76C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76C08; }
p { color: rgb(167,108,8); }
H1.HeaderClassName
{
color: #A76C08;
}
.AnyTagClassName
{
color: #A76C08;
}
</style>
background-color css
<style>
a { background-color: #A76C08; }
a { background-color: rgb(167,108,8); }
div.DivClassName
{
background-color: #A76C08;
}
.BgClassName
{
background-color: #A76C08;
}
</style>
border-color css
<style>
span { border-color: #A76C08; }
span { border-color: rgb(167,108,8); }
td.TdClassName
{
border-color: #A76C08;
}
.TagClassName
{
border-color: #A76C08;
}
</style>