Shades of Golden Brown #A07610
Tints of Golden Brown #A07610
RGB
CMYK
RGB Variations
Color information
#A07610 (or 0xA07610) is known color: Golden Brown. HEX triplet: A0, 76 and 10. RGB value is (160,118,16). Sum of RGB (Red+Green+Blue) = 160+118+16=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A07610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07610 is #5F89EF. Grayscale: #777777. Windows color (decimal): -6261232 or 1078944. OLE color: 1078944.
HSL color Cylindrical-coordinate representation of color #A07610: hue angle of 42.5º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A07610 is Cyan = 0, Magento = 0.26, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 16 | - |
| CMYK | 0 | 0.26 | 0.9 | 0.37 |
| HSL | 42.5º | 0.82% | 0.35% | - |
| HSV(B) | 42.5º | 0.9% | 0.63% | - |
| XYZ | 21.07 | 20.47 | 3.33 | - |
| YUV | 118.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 16 | 0 | 0.26 | 0.9 | 0.37 | 42.5 | 0.82 | 0.35 |
| Hex | A0 | 76 | 10 | 0 | 1A | 5A | 25 | 2A | 52 | 23 |
| Octal | 240 | 166 | 20 | 0 | 32 | 132 | 45 | 52 | 122 | 43 |
| Binary | 10100000 | 1110110 | 10000 | 0 | 11010 | 1011010 | 100101 | 101010 | 1010010 | 100011 |
Color Harmonies of #A07610
Complementary color
Monochromatic Colors of #A07610
Black with #A07610
Text Example
Text Example
White with #A07610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07610; }
p { color: rgb(160,118,16); }
H1.HeaderClassName
{
color: #A07610;
}
.AnyTagClassName
{
color: #A07610;
}
</style>
background-color css
<style>
a { background-color: #A07610; }
a { background-color: rgb(160,118,16); }
div.DivClassName
{
background-color: #A07610;
}
.BgClassName
{
background-color: #A07610;
}
</style>
border-color css
<style>
span { border-color: #A07610; }
span { border-color: rgb(160,118,16); }
td.TdClassName
{
border-color: #A07610;
}
.TagClassName
{
border-color: #A07610;
}
</style>