Shades of Lucky #AAA80E
Tints of Lucky #AAA80E
RGB
CMYK
RGB Variations
Color information
#AAA80E (or 0xAAA80E) is known color: Lucky. HEX triplet: AA, A8 and 0E. RGB value is (170,168,14). Sum of RGB (Red+Green+Blue) = 170+168+14=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA80E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA80E is #5557F1. Grayscale: #979797. Windows color (decimal): -5593074 or 960682. OLE color: 960682.
HSL color Cylindrical-coordinate representation of color #AAA80E: hue angle of 59.23º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAA80E is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 14 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.33 |
| HSL | 59.23º | 0.85% | 0.36% | - |
| HSV(B) | 59.23º | 0.92% | 0.67% | - |
| XYZ | 30.66 | 36.58 | 5.86 | - |
| YUV | 151.04 | 50.66 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 14 | 0 | 0.01 | 0.92 | 0.33 | 59.23 | 0.85 | 0.36 |
| Hex | AA | A8 | E | 0 | 1 | 5C | 21 | 3B | 55 | 24 |
| Octal | 252 | 250 | 16 | 0 | 1 | 134 | 41 | 73 | 125 | 44 |
| Binary | 10101010 | 10101000 | 1110 | 0 | 1 | 1011100 | 100001 | 111011 | 1010101 | 100100 |
Color Harmonies of #AAA80E
Complementary color
Monochromatic Colors of #AAA80E
Black with #AAA80E
Text Example
Text Example
White with #AAA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA80E; }
p { color: rgb(170,168,14); }
H1.HeaderClassName
{
color: #AAA80E;
}
.AnyTagClassName
{
color: #AAA80E;
}
</style>
background-color css
<style>
a { background-color: #AAA80E; }
a { background-color: rgb(170,168,14); }
div.DivClassName
{
background-color: #AAA80E;
}
.BgClassName
{
background-color: #AAA80E;
}
</style>
border-color css
<style>
span { border-color: #AAA80E; }
span { border-color: rgb(170,168,14); }
td.TdClassName
{
border-color: #AAA80E;
}
.TagClassName
{
border-color: #AAA80E;
}
</style>