Shades of Lucky #AAAA16
Tints of Lucky #AAAA16
RGB
CMYK
RGB Variations
Color information
#AAAA16 (or 0xAAAA16) is known color: Lucky. HEX triplet: AA, AA and 16. RGB value is (170,170,22). Sum of RGB (Red+Green+Blue) = 170+170+22=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA16 is #5555E9. Grayscale: #999999. Windows color (decimal): -5592554 or 1485482. OLE color: 1485482.
HSL color Cylindrical-coordinate representation of color #AAAA16: hue angle of 60º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAAA16 is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 22 | - |
| CMYK | 0 | 0 | 0.87 | 0.33 |
| HSL | 60º | 0.77% | 0.38% | - |
| HSV(B) | 60º | 0.87% | 0.67% | - |
| XYZ | 31.1 | 37.35 | 6.33 | - |
| YUV | 153.13 | 54 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 22 | 0 | 0 | 0.87 | 0.33 | 60 | 0.77 | 0.38 |
| Hex | AA | AA | 16 | 0 | 0 | 57 | 21 | 3C | 4D | 26 |
| Octal | 252 | 252 | 26 | 0 | 0 | 127 | 41 | 74 | 115 | 46 |
| Binary | 10101010 | 10101010 | 10110 | 0 | 0 | 1010111 | 100001 | 111100 | 1001101 | 100110 |
Color Harmonies of #AAAA16
Complementary color
Monochromatic Colors of #AAAA16
Black with #AAAA16
Text Example
Text Example
White with #AAAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA16; }
p { color: rgb(170,170,22); }
H1.HeaderClassName
{
color: #AAAA16;
}
.AnyTagClassName
{
color: #AAAA16;
}
</style>
background-color css
<style>
a { background-color: #AAAA16; }
a { background-color: rgb(170,170,22); }
div.DivClassName
{
background-color: #AAAA16;
}
.BgClassName
{
background-color: #AAAA16;
}
</style>
border-color css
<style>
span { border-color: #AAAA16; }
span { border-color: rgb(170,170,22); }
td.TdClassName
{
border-color: #AAAA16;
}
.TagClassName
{
border-color: #AAAA16;
}
</style>