Shades of Lucky #AAAB15
Tints of Lucky #AAAB15
RGB
CMYK
RGB Variations
Color information
#AAAB15 (or 0xAAAB15) is known color: Lucky. HEX triplet: AA, AB and 15. RGB value is (170,171,21). Sum of RGB (Red+Green+Blue) = 170+171+21=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB15 is #5554EA. Grayscale: #9A9A9A. Windows color (decimal): -5592299 or 1420202. OLE color: 1420202.
HSL color Cylindrical-coordinate representation of color #AAAB15: hue angle of 60.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAAB15 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 21 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.33 |
| HSL | 60.4º | 0.78% | 0.38% | - |
| HSV(B) | 60.4º | 0.88% | 0.67% | - |
| XYZ | 31.28 | 37.73 | 6.34 | - |
| YUV | 153.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 21 | 0.01 | 0 | 0.88 | 0.33 | 60.4 | 0.78 | 0.38 |
| Hex | AA | AB | 15 | 1 | 0 | 58 | 21 | 3C | 4E | 26 |
| Octal | 252 | 253 | 25 | 1 | 0 | 130 | 41 | 74 | 116 | 46 |
| Binary | 10101010 | 10101011 | 10101 | 1 | 0 | 1011000 | 100001 | 111100 | 1001110 | 100110 |
Color Harmonies of #AAAB15
Complementary color
Monochromatic Colors of #AAAB15
Black with #AAAB15
Text Example
Text Example
White with #AAAB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB15; }
p { color: rgb(170,171,21); }
H1.HeaderClassName
{
color: #AAAB15;
}
.AnyTagClassName
{
color: #AAAB15;
}
</style>
background-color css
<style>
a { background-color: #AAAB15; }
a { background-color: rgb(170,171,21); }
div.DivClassName
{
background-color: #AAAB15;
}
.BgClassName
{
background-color: #AAAB15;
}
</style>
border-color css
<style>
span { border-color: #AAAB15; }
span { border-color: rgb(170,171,21); }
td.TdClassName
{
border-color: #AAAB15;
}
.TagClassName
{
border-color: #AAAB15;
}
</style>