Shades of Golden Brown #A76B0A
Tints of Golden Brown #A76B0A
RGB
CMYK
RGB Variations
Color information
#A76B0A (or 0xA76B0A) is known color: Golden Brown. HEX triplet: A7, 6B and 0A. RGB value is (167,107,10). Sum of RGB (Red+Green+Blue) = 167+107+10=284 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.80% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76B0A is #5894F5. Grayscale: #727272. Windows color (decimal): -5805302 or 682919. OLE color: 682919.
HSL color Cylindrical-coordinate representation of color #A76B0A: hue angle of 37.07º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A76B0A is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 107 | 10 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.35 |
| HSL | 37.07º | 0.89% | 0.35% | - |
| HSV(B) | 37.07º | 0.94% | 0.65% | - |
| XYZ | 21.25 | 18.75 | 2.79 | - |
| YUV | 113.88 | 69.38 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 10 | 0 | 0.36 | 0.94 | 0.35 | 37.07 | 0.89 | 0.35 |
| Hex | A7 | 6B | A | 0 | 24 | 5E | 23 | 25 | 59 | 23 |
| Octal | 247 | 153 | 12 | 0 | 44 | 136 | 43 | 45 | 131 | 43 |
| Binary | 10100111 | 1101011 | 1010 | 0 | 100100 | 1011110 | 100011 | 100101 | 1011001 | 100011 |
Color Harmonies of #A76B0A
Complementary color
Monochromatic Colors of #A76B0A
Black with #A76B0A
Text Example
Text Example
White with #A76B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76B0A; }
p { color: rgb(167,107,10); }
H1.HeaderClassName
{
color: #A76B0A;
}
.AnyTagClassName
{
color: #A76B0A;
}
</style>
background-color css
<style>
a { background-color: #A76B0A; }
a { background-color: rgb(167,107,10); }
div.DivClassName
{
background-color: #A76B0A;
}
.BgClassName
{
background-color: #A76B0A;
}
</style>
border-color css
<style>
span { border-color: #A76B0A; }
span { border-color: rgb(167,107,10); }
td.TdClassName
{
border-color: #A76B0A;
}
.TagClassName
{
border-color: #A76B0A;
}
</style>