Shades of Golden Brown #A05A04
Tints of Golden Brown #A05A04
RGB
CMYK
RGB Variations
Color information
#A05A04 (or 0xA05A04) is known color: Golden Brown. HEX triplet: A0, 5A and 04. RGB value is (160,90,4). Sum of RGB (Red+Green+Blue) = 160+90+4=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05A04 is #5FA5FB. Grayscale: #656565. Windows color (decimal): -6268412 or 285344. OLE color: 285344.
HSL color Cylindrical-coordinate representation of color #A05A04: hue angle of 33.08º 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 #A05A04 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 90 | 4 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.37 |
| HSL | 33.08º | 0.95% | 0.32% | - |
| HSV(B) | 33.08º | 0.98% | 0.63% | - |
| XYZ | 18.18 | 14.79 | 2.01 | - |
| YUV | 101.13 | 73.19 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 4 | 0 | 0.44 | 0.98 | 0.37 | 33.08 | 0.95 | 0.32 |
| Hex | A0 | 5A | 4 | 0 | 2C | 62 | 25 | 21 | 5F | 20 |
| Octal | 240 | 132 | 4 | 0 | 54 | 142 | 45 | 41 | 137 | 40 |
| Binary | 10100000 | 1011010 | 100 | 0 | 101100 | 1100010 | 100101 | 100001 | 1011111 | 100000 |
Color Harmonies of #A05A04
Complementary color
Monochromatic Colors of #A05A04
Black with #A05A04
Text Example
Text Example
White with #A05A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05A04; }
p { color: rgb(160,90,4); }
H1.HeaderClassName
{
color: #A05A04;
}
.AnyTagClassName
{
color: #A05A04;
}
</style>
background-color css
<style>
a { background-color: #A05A04; }
a { background-color: rgb(160,90,4); }
div.DivClassName
{
background-color: #A05A04;
}
.BgClassName
{
background-color: #A05A04;
}
</style>
border-color css
<style>
span { border-color: #A05A04; }
span { border-color: rgb(160,90,4); }
td.TdClassName
{
border-color: #A05A04;
}
.TagClassName
{
border-color: #A05A04;
}
</style>