Shades of Golden Brown #A0760F
Tints of Golden Brown #A0760F
RGB
CMYK
RGB Variations
Color information
#A0760F (or 0xA0760F) is known color: Golden Brown. HEX triplet: A0, 76 and 0F. RGB value is (160,118,15). Sum of RGB (Red+Green+Blue) = 160+118+15=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0760F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0760F is #5F89F0. Grayscale: #777777. Windows color (decimal): -6261233 or 1013408. OLE color: 1013408.
HSL color Cylindrical-coordinate representation of color #A0760F: hue angle of 42.62º degrees, saturation: 0.83, 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 #A0760F is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 15 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.37 |
| HSL | 42.62º | 0.83% | 0.34% | - |
| HSV(B) | 42.62º | 0.91% | 0.63% | - |
| XYZ | 21.06 | 20.46 | 3.29 | - |
| YUV | 118.82 | 69.41 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 15 | 0 | 0.26 | 0.91 | 0.37 | 42.62 | 0.83 | 0.34 |
| Hex | A0 | 76 | F | 0 | 1A | 5B | 25 | 2B | 53 | 22 |
| Octal | 240 | 166 | 17 | 0 | 32 | 133 | 45 | 53 | 123 | 42 |
| Binary | 10100000 | 1110110 | 1111 | 0 | 11010 | 1011011 | 100101 | 101011 | 1010011 | 100010 |
Color Harmonies of #A0760F
Complementary color
Monochromatic Colors of #A0760F
Black with #A0760F
Text Example
Text Example
White with #A0760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0760F; }
p { color: rgb(160,118,15); }
H1.HeaderClassName
{
color: #A0760F;
}
.AnyTagClassName
{
color: #A0760F;
}
</style>
background-color css
<style>
a { background-color: #A0760F; }
a { background-color: rgb(160,118,15); }
div.DivClassName
{
background-color: #A0760F;
}
.BgClassName
{
background-color: #A0760F;
}
</style>
border-color css
<style>
span { border-color: #A0760F; }
span { border-color: rgb(160,118,15); }
td.TdClassName
{
border-color: #A0760F;
}
.TagClassName
{
border-color: #A0760F;
}
</style>