Shades of Lucky #AAA221
Tints of Lucky #AAA221
RGB
CMYK
RGB Variations
Color information
#AAA221 (or 0xAAA221) is known color: Lucky. HEX triplet: AA, A2 and 21. RGB value is (170,162,33). Sum of RGB (Red+Green+Blue) = 170+162+33=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA221 is #555DDE. Grayscale: #969696. Windows color (decimal): -5594591 or 2204330. OLE color: 2204330.
HSL color Cylindrical-coordinate representation of color #AAA221: hue angle of 56.5º 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 #AAA221 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 33 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.33 |
| HSL | 56.5º | 0.67% | 0.4% | - |
| HSV(B) | 56.5º | 0.81% | 0.67% | - |
| XYZ | 29.77 | 34.5 | 6.53 | - |
| YUV | 149.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 33 | 0 | 0.05 | 0.81 | 0.33 | 56.5 | 0.67 | 0.4 |
| Hex | AA | A2 | 21 | 0 | 5 | 51 | 21 | 38 | 43 | 28 |
| Octal | 252 | 242 | 41 | 0 | 5 | 121 | 41 | 70 | 103 | 50 |
| Binary | 10101010 | 10100010 | 100001 | 0 | 101 | 1010001 | 100001 | 111000 | 1000011 | 101000 |
Color Harmonies of #AAA221
Complementary color
Monochromatic Colors of #AAA221
Black with #AAA221
Text Example
Text Example
White with #AAA221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA221; }
p { color: rgb(170,162,33); }
H1.HeaderClassName
{
color: #AAA221;
}
.AnyTagClassName
{
color: #AAA221;
}
</style>
background-color css
<style>
a { background-color: #AAA221; }
a { background-color: rgb(170,162,33); }
div.DivClassName
{
background-color: #AAA221;
}
.BgClassName
{
background-color: #AAA221;
}
</style>
border-color css
<style>
span { border-color: #AAA221; }
span { border-color: rgb(170,162,33); }
td.TdClassName
{
border-color: #AAA221;
}
.TagClassName
{
border-color: #AAA221;
}
</style>