Shades of Golden Brown #A07204
Tints of Golden Brown #A07204
RGB
CMYK
RGB Variations
Color information
#A07204 (or 0xA07204) is known color: Golden Brown. HEX triplet: A0, 72 and 04. RGB value is (160,114,4). Sum of RGB (Red+Green+Blue) = 160+114+4=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A07204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07204 is #5F8DFB. Grayscale: #737373. Windows color (decimal): -6262268 or 291488. OLE color: 291488.
HSL color Cylindrical-coordinate representation of color #A07204: hue angle of 42.31º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A07204 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.37 |
| HSL | 42.31º | 0.95% | 0.32% | - |
| HSV(B) | 42.31º | 0.98% | 0.63% | - |
| XYZ | 20.54 | 19.52 | 2.8 | - |
| YUV | 115.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 4 | 0 | 0.29 | 0.98 | 0.37 | 42.31 | 0.95 | 0.32 |
| Hex | A0 | 72 | 4 | 0 | 1D | 62 | 25 | 2A | 5F | 20 |
| Octal | 240 | 162 | 4 | 0 | 35 | 142 | 45 | 52 | 137 | 40 |
| Binary | 10100000 | 1110010 | 100 | 0 | 11101 | 1100010 | 100101 | 101010 | 1011111 | 100000 |
Color Harmonies of #A07204
Complementary color
Monochromatic Colors of #A07204
Black with #A07204
Text Example
Text Example
White with #A07204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07204; }
p { color: rgb(160,114,4); }
H1.HeaderClassName
{
color: #A07204;
}
.AnyTagClassName
{
color: #A07204;
}
</style>
background-color css
<style>
a { background-color: #A07204; }
a { background-color: rgb(160,114,4); }
div.DivClassName
{
background-color: #A07204;
}
.BgClassName
{
background-color: #A07204;
}
</style>
border-color css
<style>
span { border-color: #A07204; }
span { border-color: rgb(160,114,4); }
td.TdClassName
{
border-color: #A07204;
}
.TagClassName
{
border-color: #A07204;
}
</style>