Shades of Lucky #AAAB14
Tints of Lucky #AAAB14
RGB
CMYK
RGB Variations
Color information
#AAAB14 (or 0xAAAB14) is known color: Lucky. HEX triplet: AA, AB and 14. RGB value is (170,171,20). Sum of RGB (Red+Green+Blue) = 170+171+20=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB14 is #5554EB. Grayscale: #9A9A9A. Windows color (decimal): -5592300 or 1354666. OLE color: 1354666.
HSL color Cylindrical-coordinate representation of color #AAAB14: hue angle of 60.4º degrees, saturation: 0.79, 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 #AAAB14 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 20 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.33 |
| HSL | 60.4º | 0.79% | 0.37% | - |
| HSV(B) | 60.4º | 0.88% | 0.67% | - |
| XYZ | 31.27 | 37.72 | 6.3 | - |
| YUV | 153.49 | 52.67 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 20 | 0.01 | 0 | 0.88 | 0.33 | 60.4 | 0.79 | 0.37 |
| Hex | AA | AB | 14 | 1 | 0 | 58 | 21 | 3C | 4F | 25 |
| Octal | 252 | 253 | 24 | 1 | 0 | 130 | 41 | 74 | 117 | 45 |
| Binary | 10101010 | 10101011 | 10100 | 1 | 0 | 1011000 | 100001 | 111100 | 1001111 | 100101 |
Color Harmonies of #AAAB14
Complementary color
Monochromatic Colors of #AAAB14
Black with #AAAB14
Text Example
Text Example
White with #AAAB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB14; }
p { color: rgb(170,171,20); }
H1.HeaderClassName
{
color: #AAAB14;
}
.AnyTagClassName
{
color: #AAAB14;
}
</style>
background-color css
<style>
a { background-color: #AAAB14; }
a { background-color: rgb(170,171,20); }
div.DivClassName
{
background-color: #AAAB14;
}
.BgClassName
{
background-color: #AAAB14;
}
</style>
border-color css
<style>
span { border-color: #AAAB14; }
span { border-color: rgb(170,171,20); }
td.TdClassName
{
border-color: #AAAB14;
}
.TagClassName
{
border-color: #AAAB14;
}
</style>