Shades of Golden Brown #A76E0F
Tints of Golden Brown #A76E0F
RGB
CMYK
RGB Variations
Color information
#A76E0F (or 0xA76E0F) is known color: Golden Brown. HEX triplet: A7, 6E and 0F. RGB value is (167,110,15). Sum of RGB (Red+Green+Blue) = 167+110+15=292 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.19% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76E0F is #5891F0. Grayscale: #747474. Windows color (decimal): -5804529 or 1011367. OLE color: 1011367.
HSL color Cylindrical-coordinate representation of color #A76E0F: hue angle of 37.5º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A76E0F is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 110 | 15 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.35 |
| HSL | 37.5º | 0.84% | 0.36% | - |
| HSV(B) | 37.5º | 0.91% | 0.65% | - |
| XYZ | 21.6 | 19.4 | 3.06 | - |
| YUV | 116.21 | 70.88 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 15 | 0 | 0.34 | 0.91 | 0.35 | 37.5 | 0.84 | 0.36 |
| Hex | A7 | 6E | F | 0 | 22 | 5B | 23 | 26 | 54 | 24 |
| Octal | 247 | 156 | 17 | 0 | 42 | 133 | 43 | 46 | 124 | 44 |
| Binary | 10100111 | 1101110 | 1111 | 0 | 100010 | 1011011 | 100011 | 100110 | 1010100 | 100100 |
Color Harmonies of #A76E0F
Complementary color
Monochromatic Colors of #A76E0F
Black with #A76E0F
Text Example
Text Example
White with #A76E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76E0F; }
p { color: rgb(167,110,15); }
H1.HeaderClassName
{
color: #A76E0F;
}
.AnyTagClassName
{
color: #A76E0F;
}
</style>
background-color css
<style>
a { background-color: #A76E0F; }
a { background-color: rgb(167,110,15); }
div.DivClassName
{
background-color: #A76E0F;
}
.BgClassName
{
background-color: #A76E0F;
}
</style>
border-color css
<style>
span { border-color: #A76E0F; }
span { border-color: rgb(167,110,15); }
td.TdClassName
{
border-color: #A76E0F;
}
.TagClassName
{
border-color: #A76E0F;
}
</style>