Shades of Golden Brown #A0760E
Tints of Golden Brown #A0760E
RGB
CMYK
RGB Variations
Color information
#A0760E (or 0xA0760E) is known color: Golden Brown. HEX triplet: A0, 76 and 0E. RGB value is (160,118,14). Sum of RGB (Red+Green+Blue) = 160+118+14=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A0760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0760E is #5F89F1. Grayscale: #777777. Windows color (decimal): -6261234 or 947872. OLE color: 947872.
HSL color Cylindrical-coordinate representation of color #A0760E: hue angle of 42.74º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0760E is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 14 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.37 |
| HSL | 42.74º | 0.84% | 0.34% | - |
| HSV(B) | 42.74º | 0.91% | 0.63% | - |
| XYZ | 21.05 | 20.46 | 3.26 | - |
| YUV | 118.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 14 | 0 | 0.26 | 0.91 | 0.37 | 42.74 | 0.84 | 0.34 |
| Hex | A0 | 76 | E | 0 | 1A | 5B | 25 | 2B | 54 | 22 |
| Octal | 240 | 166 | 16 | 0 | 32 | 133 | 45 | 53 | 124 | 42 |
| Binary | 10100000 | 1110110 | 1110 | 0 | 11010 | 1011011 | 100101 | 101011 | 1010100 | 100010 |
Color Harmonies of #A0760E
Complementary color
Monochromatic Colors of #A0760E
Black with #A0760E
Text Example
Text Example
White with #A0760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0760E; }
p { color: rgb(160,118,14); }
H1.HeaderClassName
{
color: #A0760E;
}
.AnyTagClassName
{
color: #A0760E;
}
</style>
background-color css
<style>
a { background-color: #A0760E; }
a { background-color: rgb(160,118,14); }
div.DivClassName
{
background-color: #A0760E;
}
.BgClassName
{
background-color: #A0760E;
}
</style>
border-color css
<style>
span { border-color: #A0760E; }
span { border-color: rgb(160,118,14); }
td.TdClassName
{
border-color: #A0760E;
}
.TagClassName
{
border-color: #A0760E;
}
</style>