Shades of Lucky #A09004
Tints of Lucky #A09004
RGB
CMYK
RGB Variations
Color information
#A09004 (or 0xA09004) is known color: Lucky. HEX triplet: A0, 90 and 04. RGB value is (160,144,4). Sum of RGB (Red+Green+Blue) = 160+144+4=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A09004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09004 is #5F6FFB. Grayscale: #858585. Windows color (decimal): -6254588 or 299168. OLE color: 299168.
HSL color Cylindrical-coordinate representation of color #A09004: hue angle of 53.85º 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 #A09004 is Cyan = 0, Magento = 0.1, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 4 | - |
| CMYK | 0 | 0.1 | 0.98 | 0.37 |
| HSL | 53.85º | 0.95% | 0.32% | - |
| HSV(B) | 53.85º | 0.98% | 0.63% | - |
| XYZ | 24.49 | 27.43 | 4.12 | - |
| YUV | 132.82 | 55.3 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 4 | 0 | 0.1 | 0.98 | 0.37 | 53.85 | 0.95 | 0.32 |
| Hex | A0 | 90 | 4 | 0 | A | 62 | 25 | 36 | 5F | 20 |
| Octal | 240 | 220 | 4 | 0 | 12 | 142 | 45 | 66 | 137 | 40 |
| Binary | 10100000 | 10010000 | 100 | 0 | 1010 | 1100010 | 100101 | 110110 | 1011111 | 100000 |
Color Harmonies of #A09004
Complementary color
Monochromatic Colors of #A09004
Black with #A09004
Text Example
Text Example
White with #A09004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09004; }
p { color: rgb(160,144,4); }
H1.HeaderClassName
{
color: #A09004;
}
.AnyTagClassName
{
color: #A09004;
}
</style>
background-color css
<style>
a { background-color: #A09004; }
a { background-color: rgb(160,144,4); }
div.DivClassName
{
background-color: #A09004;
}
.BgClassName
{
background-color: #A09004;
}
</style>
border-color css
<style>
span { border-color: #A09004; }
span { border-color: rgb(160,144,4); }
td.TdClassName
{
border-color: #A09004;
}
.TagClassName
{
border-color: #A09004;
}
</style>