Shades of Lucky #AA9921
Tints of Lucky #AA9921
RGB
CMYK
RGB Variations
Color information
#AA9921 (or 0xAA9921) is known color: Lucky. HEX triplet: AA, 99 and 21. RGB value is (170,153,33). Sum of RGB (Red+Green+Blue) = 170+153+33=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9921 is #5566DE. Grayscale: #909090. Windows color (decimal): -5596895 or 2202026. OLE color: 2202026.
HSL color Cylindrical-coordinate representation of color #AA9921: hue angle of 52.55º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA9921 is Cyan = 0, Magento = 0.1, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 33 | - |
| CMYK | 0 | 0.1 | 0.81 | 0.33 |
| HSL | 52.55º | 0.67% | 0.4% | - |
| HSV(B) | 52.55º | 0.81% | 0.67% | - |
| XYZ | 28.24 | 31.44 | 6.02 | - |
| YUV | 144.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 33 | 0 | 0.1 | 0.81 | 0.33 | 52.55 | 0.67 | 0.4 |
| Hex | AA | 99 | 21 | 0 | A | 51 | 21 | 35 | 43 | 28 |
| Octal | 252 | 231 | 41 | 0 | 12 | 121 | 41 | 65 | 103 | 50 |
| Binary | 10101010 | 10011001 | 100001 | 0 | 1010 | 1010001 | 100001 | 110101 | 1000011 | 101000 |
Color Harmonies of #AA9921
Complementary color
Monochromatic Colors of #AA9921
Black with #AA9921
Text Example
Text Example
White with #AA9921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9921; }
p { color: rgb(170,153,33); }
H1.HeaderClassName
{
color: #AA9921;
}
.AnyTagClassName
{
color: #AA9921;
}
</style>
background-color css
<style>
a { background-color: #AA9921; }
a { background-color: rgb(170,153,33); }
div.DivClassName
{
background-color: #AA9921;
}
.BgClassName
{
background-color: #AA9921;
}
</style>
border-color css
<style>
span { border-color: #AA9921; }
span { border-color: rgb(170,153,33); }
td.TdClassName
{
border-color: #AA9921;
}
.TagClassName
{
border-color: #AA9921;
}
</style>