Shades of Lucky #AA9904
Tints of Lucky #AA9904
RGB
CMYK
RGB Variations
Color information
#AA9904 (or 0xAA9904) is known color: Lucky. HEX triplet: AA, 99 and 04. RGB value is (170,153,4). Sum of RGB (Red+Green+Blue) = 170+153+4=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9904 is #5566FB. Grayscale: #8D8D8D. Windows color (decimal): -5596924 or 301482. OLE color: 301482.
HSL color Cylindrical-coordinate representation of color #AA9904: hue angle of 53.86º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA9904 is Cyan = 0, Magento = 0.1, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 4 | - |
| CMYK | 0 | 0.1 | 0.98 | 0.33 |
| HSL | 53.86º | 0.95% | 0.34% | - |
| HSV(B) | 53.86º | 0.98% | 0.67% | - |
| XYZ | 27.99 | 31.34 | 4.69 | - |
| YUV | 141.1 | 50.63 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 4 | 0 | 0.1 | 0.98 | 0.33 | 53.86 | 0.95 | 0.34 |
| Hex | AA | 99 | 4 | 0 | A | 62 | 21 | 36 | 5F | 22 |
| Octal | 252 | 231 | 4 | 0 | 12 | 142 | 41 | 66 | 137 | 42 |
| Binary | 10101010 | 10011001 | 100 | 0 | 1010 | 1100010 | 100001 | 110110 | 1011111 | 100010 |
Color Harmonies of #AA9904
Complementary color
Monochromatic Colors of #AA9904
Black with #AA9904
Text Example
Text Example
White with #AA9904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9904; }
p { color: rgb(170,153,4); }
H1.HeaderClassName
{
color: #AA9904;
}
.AnyTagClassName
{
color: #AA9904;
}
</style>
background-color css
<style>
a { background-color: #AA9904; }
a { background-color: rgb(170,153,4); }
div.DivClassName
{
background-color: #AA9904;
}
.BgClassName
{
background-color: #AA9904;
}
</style>
border-color css
<style>
span { border-color: #AA9904; }
span { border-color: rgb(170,153,4); }
td.TdClassName
{
border-color: #AA9904;
}
.TagClassName
{
border-color: #AA9904;
}
</style>