Shades of Lucky #AAAA15
Tints of Lucky #AAAA15
RGB
CMYK
RGB Variations
Color information
#AAAA15 (or 0xAAAA15) is known color: Lucky. HEX triplet: AA, AA and 15. RGB value is (170,170,21). Sum of RGB (Red+Green+Blue) = 170+170+21=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA15 is #5555EA. Grayscale: #999999. Windows color (decimal): -5592555 or 1419946. OLE color: 1419946.
HSL color Cylindrical-coordinate representation of color #AAAA15: hue angle of 60º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAAA15 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 21 | - |
| CMYK | 0 | 0 | 0.88 | 0.33 |
| HSL | 60º | 0.78% | 0.37% | - |
| HSV(B) | 60º | 0.88% | 0.67% | - |
| XYZ | 31.09 | 37.35 | 6.28 | - |
| YUV | 153.01 | 53.5 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 21 | 0 | 0 | 0.88 | 0.33 | 60 | 0.78 | 0.37 |
| Hex | AA | AA | 15 | 0 | 0 | 58 | 21 | 3C | 4E | 25 |
| Octal | 252 | 252 | 25 | 0 | 0 | 130 | 41 | 74 | 116 | 45 |
| Binary | 10101010 | 10101010 | 10101 | 0 | 0 | 1011000 | 100001 | 111100 | 1001110 | 100101 |
Color Harmonies of #AAAA15
Complementary color
Monochromatic Colors of #AAAA15
Black with #AAAA15
Text Example
Text Example
White with #AAAA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA15; }
p { color: rgb(170,170,21); }
H1.HeaderClassName
{
color: #AAAA15;
}
.AnyTagClassName
{
color: #AAAA15;
}
</style>
background-color css
<style>
a { background-color: #AAAA15; }
a { background-color: rgb(170,170,21); }
div.DivClassName
{
background-color: #AAAA15;
}
.BgClassName
{
background-color: #AAAA15;
}
</style>
border-color css
<style>
span { border-color: #AAAA15; }
span { border-color: rgb(170,170,21); }
td.TdClassName
{
border-color: #AAAA15;
}
.TagClassName
{
border-color: #AAAA15;
}
</style>