Shades of Golden Brown #A76F0A
Tints of Golden Brown #A76F0A
RGB
CMYK
RGB Variations
Color information
#A76F0A (or 0xA76F0A) is known color: Golden Brown. HEX triplet: A7, 6F and 0A. RGB value is (167,111,10). Sum of RGB (Red+Green+Blue) = 167+111+10=288 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.99% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76F0A is #5890F5. Grayscale: #747474. Windows color (decimal): -5804278 or 683943. OLE color: 683943.
HSL color Cylindrical-coordinate representation of color #A76F0A: hue angle of 38.6º 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 #A76F0A is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 111 | 10 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.35 |
| HSL | 38.6º | 0.89% | 0.35% | - |
| HSV(B) | 38.6º | 0.94% | 0.65% | - |
| XYZ | 21.68 | 19.61 | 2.93 | - |
| YUV | 116.23 | 68.05 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 10 | 0 | 0.34 | 0.94 | 0.35 | 38.6 | 0.89 | 0.35 |
| Hex | A7 | 6F | A | 0 | 22 | 5E | 23 | 27 | 59 | 23 |
| Octal | 247 | 157 | 12 | 0 | 42 | 136 | 43 | 47 | 131 | 43 |
| Binary | 10100111 | 1101111 | 1010 | 0 | 100010 | 1011110 | 100011 | 100111 | 1011001 | 100011 |
Color Harmonies of #A76F0A
Complementary color
Monochromatic Colors of #A76F0A
Black with #A76F0A
Text Example
Text Example
White with #A76F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76F0A; }
p { color: rgb(167,111,10); }
H1.HeaderClassName
{
color: #A76F0A;
}
.AnyTagClassName
{
color: #A76F0A;
}
</style>
background-color css
<style>
a { background-color: #A76F0A; }
a { background-color: rgb(167,111,10); }
div.DivClassName
{
background-color: #A76F0A;
}
.BgClassName
{
background-color: #A76F0A;
}
</style>
border-color css
<style>
span { border-color: #A76F0A; }
span { border-color: rgb(167,111,10); }
td.TdClassName
{
border-color: #A76F0A;
}
.TagClassName
{
border-color: #A76F0A;
}
</style>