Shades of Lucky #AAAA17
Tints of Lucky #AAAA17
RGB
CMYK
RGB Variations
Color information
#AAAA17 (or 0xAAAA17) is known color: Lucky. HEX triplet: AA, AA and 17. RGB value is (170,170,23). Sum of RGB (Red+Green+Blue) = 170+170+23=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA17 is #5555E8. Grayscale: #999999. Windows color (decimal): -5592553 or 1551018. OLE color: 1551018.
HSL color Cylindrical-coordinate representation of color #AAAA17: hue angle of 60º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAAA17 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 23 | - |
| CMYK | 0 | 0 | 0.86 | 0.33 |
| HSL | 60º | 0.76% | 0.38% | - |
| HSV(B) | 60º | 0.86% | 0.67% | - |
| XYZ | 31.11 | 37.36 | 6.38 | - |
| YUV | 153.24 | 54.5 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 23 | 0 | 0 | 0.86 | 0.33 | 60 | 0.76 | 0.38 |
| Hex | AA | AA | 17 | 0 | 0 | 56 | 21 | 3C | 4C | 26 |
| Octal | 252 | 252 | 27 | 0 | 0 | 126 | 41 | 74 | 114 | 46 |
| Binary | 10101010 | 10101010 | 10111 | 0 | 0 | 1010110 | 100001 | 111100 | 1001100 | 100110 |
Color Harmonies of #AAAA17
Complementary color
Monochromatic Colors of #AAAA17
Black with #AAAA17
Text Example
Text Example
White with #AAAA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA17; }
p { color: rgb(170,170,23); }
H1.HeaderClassName
{
color: #AAAA17;
}
.AnyTagClassName
{
color: #AAAA17;
}
</style>
background-color css
<style>
a { background-color: #AAAA17; }
a { background-color: rgb(170,170,23); }
div.DivClassName
{
background-color: #AAAA17;
}
.BgClassName
{
background-color: #AAAA17;
}
</style>
border-color css
<style>
span { border-color: #AAAA17; }
span { border-color: rgb(170,170,23); }
td.TdClassName
{
border-color: #AAAA17;
}
.TagClassName
{
border-color: #AAAA17;
}
</style>