Shades of Golden Brown #A07114
Tints of Golden Brown #A07114
RGB
CMYK
RGB Variations
Color information
#A07114 (or 0xA07114) is known color: Golden Brown. HEX triplet: A0, 71 and 14. RGB value is (160,113,20). Sum of RGB (Red+Green+Blue) = 160+113+20=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A07114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07114 is #5F8EEB. Grayscale: #747474. Windows color (decimal): -6262508 or 1339808. OLE color: 1339808.
HSL color Cylindrical-coordinate representation of color #A07114: hue angle of 39.86º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A07114 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 113 | 20 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.37 |
| HSL | 39.86º | 0.78% | 0.35% | - |
| HSV(B) | 39.86º | 0.88% | 0.63% | - |
| XYZ | 20.53 | 19.33 | 3.31 | - |
| YUV | 116.45 | 73.57 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 20 | 0 | 0.29 | 0.88 | 0.37 | 39.86 | 0.78 | 0.35 |
| Hex | A0 | 71 | 14 | 0 | 1D | 58 | 25 | 28 | 4E | 23 |
| Octal | 240 | 161 | 24 | 0 | 35 | 130 | 45 | 50 | 116 | 43 |
| Binary | 10100000 | 1110001 | 10100 | 0 | 11101 | 1011000 | 100101 | 101000 | 1001110 | 100011 |
Color Harmonies of #A07114
Complementary color
Monochromatic Colors of #A07114
Black with #A07114
Text Example
Text Example
White with #A07114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07114; }
p { color: rgb(160,113,20); }
H1.HeaderClassName
{
color: #A07114;
}
.AnyTagClassName
{
color: #A07114;
}
</style>
background-color css
<style>
a { background-color: #A07114; }
a { background-color: rgb(160,113,20); }
div.DivClassName
{
background-color: #A07114;
}
.BgClassName
{
background-color: #A07114;
}
</style>
border-color css
<style>
span { border-color: #A07114; }
span { border-color: rgb(160,113,20); }
td.TdClassName
{
border-color: #A07114;
}
.TagClassName
{
border-color: #A07114;
}
</style>