Shades of Golden Brown #A05F04
Tints of Golden Brown #A05F04
RGB
CMYK
RGB Variations
Color information
#A05F04 (or 0xA05F04) is known color: Golden Brown. HEX triplet: A0, 5F and 04. RGB value is (160,95,4). Sum of RGB (Red+Green+Blue) = 160+95+4=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05F04 is #5FA0FB. Grayscale: #686868. Windows color (decimal): -6267132 or 286624. OLE color: 286624.
HSL color Cylindrical-coordinate representation of color #A05F04: hue angle of 35º 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 #A05F04 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 95 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.37 |
| HSL | 35º | 0.95% | 0.32% | - |
| HSV(B) | 35º | 0.98% | 0.63% | - |
| XYZ | 18.61 | 15.67 | 2.16 | - |
| YUV | 104.06 | 71.53 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 4 | 0 | 0.41 | 0.98 | 0.37 | 35 | 0.95 | 0.32 |
| Hex | A0 | 5F | 4 | 0 | 29 | 62 | 25 | 23 | 5F | 20 |
| Octal | 240 | 137 | 4 | 0 | 51 | 142 | 45 | 43 | 137 | 40 |
| Binary | 10100000 | 1011111 | 100 | 0 | 101001 | 1100010 | 100101 | 100011 | 1011111 | 100000 |
Color Harmonies of #A05F04
Complementary color
Monochromatic Colors of #A05F04
Black with #A05F04
Text Example
Text Example
White with #A05F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05F04; }
p { color: rgb(160,95,4); }
H1.HeaderClassName
{
color: #A05F04;
}
.AnyTagClassName
{
color: #A05F04;
}
</style>
background-color css
<style>
a { background-color: #A05F04; }
a { background-color: rgb(160,95,4); }
div.DivClassName
{
background-color: #A05F04;
}
.BgClassName
{
background-color: #A05F04;
}
</style>
border-color css
<style>
span { border-color: #A05F04; }
span { border-color: rgb(160,95,4); }
td.TdClassName
{
border-color: #A05F04;
}
.TagClassName
{
border-color: #A05F04;
}
</style>