Shades of Golden Brown #A07304
Tints of Golden Brown #A07304
RGB
CMYK
RGB Variations
Color information
#A07304 (or 0xA07304) is known color: Golden Brown. HEX triplet: A0, 73 and 04. RGB value is (160,115,4). Sum of RGB (Red+Green+Blue) = 160+115+4=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A07304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07304 is #5F8CFB. Grayscale: #747474. Windows color (decimal): -6262012 or 291744. OLE color: 291744.
HSL color Cylindrical-coordinate representation of color #A07304: hue angle of 42.69º 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 #A07304 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 4 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.37 |
| HSL | 42.69º | 0.95% | 0.32% | - |
| HSV(B) | 42.69º | 0.98% | 0.63% | - |
| XYZ | 20.65 | 19.74 | 2.84 | - |
| YUV | 115.8 | 64.91 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 4 | 0 | 0.28 | 0.98 | 0.37 | 42.69 | 0.95 | 0.32 |
| Hex | A0 | 73 | 4 | 0 | 1C | 62 | 25 | 2B | 5F | 20 |
| Octal | 240 | 163 | 4 | 0 | 34 | 142 | 45 | 53 | 137 | 40 |
| Binary | 10100000 | 1110011 | 100 | 0 | 11100 | 1100010 | 100101 | 101011 | 1011111 | 100000 |
Color Harmonies of #A07304
Complementary color
Monochromatic Colors of #A07304
Black with #A07304
Text Example
Text Example
White with #A07304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07304; }
p { color: rgb(160,115,4); }
H1.HeaderClassName
{
color: #A07304;
}
.AnyTagClassName
{
color: #A07304;
}
</style>
background-color css
<style>
a { background-color: #A07304; }
a { background-color: rgb(160,115,4); }
div.DivClassName
{
background-color: #A07304;
}
.BgClassName
{
background-color: #A07304;
}
</style>
border-color css
<style>
span { border-color: #A07304; }
span { border-color: rgb(160,115,4); }
td.TdClassName
{
border-color: #A07304;
}
.TagClassName
{
border-color: #A07304;
}
</style>