Shades of Golden Brown #A0760D
Tints of Golden Brown #A0760D
RGB
CMYK
RGB Variations
Color information
#A0760D (or 0xA0760D) is known color: Golden Brown. HEX triplet: A0, 76 and 0D. RGB value is (160,118,13). Sum of RGB (Red+Green+Blue) = 160+118+13=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0760D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0760D is #5F89F2. Grayscale: #777777. Windows color (decimal): -6261235 or 882336. OLE color: 882336.
HSL color Cylindrical-coordinate representation of color #A0760D: hue angle of 42.86º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0760D is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 13 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.37 |
| HSL | 42.86º | 0.85% | 0.34% | - |
| HSV(B) | 42.86º | 0.92% | 0.63% | - |
| XYZ | 21.05 | 20.46 | 3.22 | - |
| YUV | 118.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 13 | 0 | 0.26 | 0.92 | 0.37 | 42.86 | 0.85 | 0.34 |
| Hex | A0 | 76 | D | 0 | 1A | 5C | 25 | 2B | 55 | 22 |
| Octal | 240 | 166 | 15 | 0 | 32 | 134 | 45 | 53 | 125 | 42 |
| Binary | 10100000 | 1110110 | 1101 | 0 | 11010 | 1011100 | 100101 | 101011 | 1010101 | 100010 |
Color Harmonies of #A0760D
Complementary color
Monochromatic Colors of #A0760D
Black with #A0760D
Text Example
Text Example
White with #A0760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0760D; }
p { color: rgb(160,118,13); }
H1.HeaderClassName
{
color: #A0760D;
}
.AnyTagClassName
{
color: #A0760D;
}
</style>
background-color css
<style>
a { background-color: #A0760D; }
a { background-color: rgb(160,118,13); }
div.DivClassName
{
background-color: #A0760D;
}
.BgClassName
{
background-color: #A0760D;
}
</style>
border-color css
<style>
span { border-color: #A0760D; }
span { border-color: rgb(160,118,13); }
td.TdClassName
{
border-color: #A0760D;
}
.TagClassName
{
border-color: #A0760D;
}
</style>