Shades of Lucky #A09002
Tints of Lucky #A09002
RGB
CMYK
RGB Variations
Color information
#A09002 (or 0xA09002) is known color: Lucky. HEX triplet: A0, 90 and 02. RGB value is (160,144,2). Sum of RGB (Red+Green+Blue) = 160+144+2=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A09002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09002 is #5F6FFD. Grayscale: #858585. Windows color (decimal): -6254590 or 168096. OLE color: 168096.
HSL color Cylindrical-coordinate representation of color #A09002: hue angle of 53.92º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A09002 is Cyan = 0, Magento = 0.1, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 2 | - |
| CMYK | 0 | 0.1 | 0.99 | 0.37 |
| HSL | 53.92º | 0.98% | 0.32% | - |
| HSV(B) | 53.92º | 0.99% | 0.63% | - |
| XYZ | 24.48 | 27.42 | 4.06 | - |
| YUV | 132.6 | 54.3 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 2 | 0 | 0.1 | 0.99 | 0.37 | 53.92 | 0.98 | 0.32 |
| Hex | A0 | 90 | 2 | 0 | A | 63 | 25 | 36 | 62 | 20 |
| Octal | 240 | 220 | 2 | 0 | 12 | 143 | 45 | 66 | 142 | 40 |
| Binary | 10100000 | 10010000 | 10 | 0 | 1010 | 1100011 | 100101 | 110110 | 1100010 | 100000 |
Color Harmonies of #A09002
Complementary color
Monochromatic Colors of #A09002
Black with #A09002
Text Example
Text Example
White with #A09002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09002; }
p { color: rgb(160,144,2); }
H1.HeaderClassName
{
color: #A09002;
}
.AnyTagClassName
{
color: #A09002;
}
</style>
background-color css
<style>
a { background-color: #A09002; }
a { background-color: rgb(160,144,2); }
div.DivClassName
{
background-color: #A09002;
}
.BgClassName
{
background-color: #A09002;
}
</style>
border-color css
<style>
span { border-color: #A09002; }
span { border-color: rgb(160,144,2); }
td.TdClassName
{
border-color: #A09002;
}
.TagClassName
{
border-color: #A09002;
}
</style>