Shades of Lucky #AAA002
Tints of Lucky #AAA002
RGB
CMYK
RGB Variations
Color information
#AAA002 (or 0xAAA002) is known color: Lucky. HEX triplet: AA, A0 and 02. RGB value is (170,160,2). Sum of RGB (Red+Green+Blue) = 170+160+2=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA002 is #555FFD. Grayscale: #919191. Windows color (decimal): -5595134 or 172202. OLE color: 172202.
HSL color Cylindrical-coordinate representation of color #AAA002: hue angle of 56.43º 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 #AAA002 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.33 |
| HSL | 56.43º | 0.98% | 0.34% | - |
| HSV(B) | 56.43º | 0.99% | 0.67% | - |
| XYZ | 29.16 | 33.69 | 5.02 | - |
| YUV | 144.98 | 47.31 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 2 | 0 | 0.06 | 0.99 | 0.33 | 56.43 | 0.98 | 0.34 |
| Hex | AA | A0 | 2 | 0 | 6 | 63 | 21 | 38 | 62 | 22 |
| Octal | 252 | 240 | 2 | 0 | 6 | 143 | 41 | 70 | 142 | 42 |
| Binary | 10101010 | 10100000 | 10 | 0 | 110 | 1100011 | 100001 | 111000 | 1100010 | 100010 |
Color Harmonies of #AAA002
Complementary color
Monochromatic Colors of #AAA002
Black with #AAA002
Text Example
Text Example
White with #AAA002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA002; }
p { color: rgb(170,160,2); }
H1.HeaderClassName
{
color: #AAA002;
}
.AnyTagClassName
{
color: #AAA002;
}
</style>
background-color css
<style>
a { background-color: #AAA002; }
a { background-color: rgb(170,160,2); }
div.DivClassName
{
background-color: #AAA002;
}
.BgClassName
{
background-color: #AAA002;
}
</style>
border-color css
<style>
span { border-color: #AAA002; }
span { border-color: rgb(170,160,2); }
td.TdClassName
{
border-color: #AAA002;
}
.TagClassName
{
border-color: #AAA002;
}
</style>