Shades of Golden Brown #A55A04
Tints of Golden Brown #A55A04
RGB
CMYK
RGB Variations
Color information
#A55A04 (or 0xA55A04) is known color: Golden Brown. HEX triplet: A5, 5A and 04. RGB value is (165,90,4). Sum of RGB (Red+Green+Blue) = 165+90+4=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55A04 is #5AA5FB. Grayscale: #676767. Windows color (decimal): -5940732 or 285349. OLE color: 285349.
HSL color Cylindrical-coordinate representation of color #A55A04: hue angle of 32.05º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A55A04 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 90 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.35 |
| HSL | 32.05º | 0.95% | 0.33% | - |
| HSV(B) | 32.05º | 0.98% | 0.65% | - |
| XYZ | 19.2 | 15.32 | 2.06 | - |
| YUV | 102.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 4 | 0 | 0.45 | 0.98 | 0.35 | 32.05 | 0.95 | 0.33 |
| Hex | A5 | 5A | 4 | 0 | 2D | 62 | 23 | 20 | 5F | 21 |
| Octal | 245 | 132 | 4 | 0 | 55 | 142 | 43 | 40 | 137 | 41 |
| Binary | 10100101 | 1011010 | 100 | 0 | 101101 | 1100010 | 100011 | 100000 | 1011111 | 100001 |
Color Harmonies of #A55A04
Complementary color
Monochromatic Colors of #A55A04
Black with #A55A04
Text Example
Text Example
White with #A55A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55A04; }
p { color: rgb(165,90,4); }
H1.HeaderClassName
{
color: #A55A04;
}
.AnyTagClassName
{
color: #A55A04;
}
</style>
background-color css
<style>
a { background-color: #A55A04; }
a { background-color: rgb(165,90,4); }
div.DivClassName
{
background-color: #A55A04;
}
.BgClassName
{
background-color: #A55A04;
}
</style>
border-color css
<style>
span { border-color: #A55A04; }
span { border-color: rgb(165,90,4); }
td.TdClassName
{
border-color: #A55A04;
}
.TagClassName
{
border-color: #A55A04;
}
</style>