Shades of Lucky #AA9920
Tints of Lucky #AA9920
RGB
CMYK
RGB Variations
Color information
#AA9920 (or 0xAA9920) is known color: Lucky. HEX triplet: AA, 99 and 20. RGB value is (170,153,32). Sum of RGB (Red+Green+Blue) = 170+153+32=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9920 is #5566DF. Grayscale: #909090. Windows color (decimal): -5596896 or 2136490. OLE color: 2136490.
HSL color Cylindrical-coordinate representation of color #AA9920: hue angle of 52.61º degrees, saturation: 0.68, 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 #AA9920 is Cyan = 0, Magento = 0.1, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 32 | - |
| CMYK | 0 | 0.1 | 0.81 | 0.33 |
| HSL | 52.61º | 0.68% | 0.4% | - |
| HSV(B) | 52.61º | 0.81% | 0.67% | - |
| XYZ | 28.23 | 31.43 | 5.95 | - |
| YUV | 144.29 | 64.63 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 32 | 0 | 0.1 | 0.81 | 0.33 | 52.61 | 0.68 | 0.4 |
| Hex | AA | 99 | 20 | 0 | A | 51 | 21 | 35 | 44 | 28 |
| Octal | 252 | 231 | 40 | 0 | 12 | 121 | 41 | 65 | 104 | 50 |
| Binary | 10101010 | 10011001 | 100000 | 0 | 1010 | 1010001 | 100001 | 110101 | 1000100 | 101000 |
Color Harmonies of #AA9920
Complementary color
Monochromatic Colors of #AA9920
Black with #AA9920
Text Example
Text Example
White with #AA9920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9920; }
p { color: rgb(170,153,32); }
H1.HeaderClassName
{
color: #AA9920;
}
.AnyTagClassName
{
color: #AA9920;
}
</style>
background-color css
<style>
a { background-color: #AA9920; }
a { background-color: rgb(170,153,32); }
div.DivClassName
{
background-color: #AA9920;
}
.BgClassName
{
background-color: #AA9920;
}
</style>
border-color css
<style>
span { border-color: #AA9920; }
span { border-color: rgb(170,153,32); }
td.TdClassName
{
border-color: #AA9920;
}
.TagClassName
{
border-color: #AA9920;
}
</style>