Shades of Lucky #AA9902
Tints of Lucky #AA9902
RGB
CMYK
RGB Variations
Color information
#AA9902 (or 0xAA9902) is known color: Lucky. HEX triplet: AA, 99 and 02. RGB value is (170,153,2). Sum of RGB (Red+Green+Blue) = 170+153+2=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9902 is #5566FD. Grayscale: #8D8D8D. Windows color (decimal): -5596926 or 170410. OLE color: 170410.
HSL color Cylindrical-coordinate representation of color #AA9902: hue angle of 53.93º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA9902 is Cyan = 0, Magento = 0.1, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 2 | - |
| CMYK | 0 | 0.1 | 0.99 | 0.33 |
| HSL | 53.93º | 0.98% | 0.34% | - |
| HSV(B) | 53.93º | 0.99% | 0.67% | - |
| XYZ | 27.98 | 31.33 | 4.63 | - |
| YUV | 140.87 | 49.63 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 2 | 0 | 0.1 | 0.99 | 0.33 | 53.93 | 0.98 | 0.34 |
| Hex | AA | 99 | 2 | 0 | A | 63 | 21 | 36 | 62 | 22 |
| Octal | 252 | 231 | 2 | 0 | 12 | 143 | 41 | 66 | 142 | 42 |
| Binary | 10101010 | 10011001 | 10 | 0 | 1010 | 1100011 | 100001 | 110110 | 1100010 | 100010 |
Color Harmonies of #AA9902
Complementary color
Monochromatic Colors of #AA9902
Black with #AA9902
Text Example
Text Example
White with #AA9902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9902; }
p { color: rgb(170,153,2); }
H1.HeaderClassName
{
color: #AA9902;
}
.AnyTagClassName
{
color: #AA9902;
}
</style>
background-color css
<style>
a { background-color: #AA9902; }
a { background-color: rgb(170,153,2); }
div.DivClassName
{
background-color: #AA9902;
}
.BgClassName
{
background-color: #AA9902;
}
</style>
border-color css
<style>
span { border-color: #AA9902; }
span { border-color: rgb(170,153,2); }
td.TdClassName
{
border-color: #AA9902;
}
.TagClassName
{
border-color: #AA9902;
}
</style>