Shades of Lucky #AAA81E
Tints of Lucky #AAA81E
RGB
CMYK
RGB Variations
Color information
#AAA81E (or 0xAAA81E) is known color: Lucky. HEX triplet: AA, A8 and 1E. RGB value is (170,168,30). Sum of RGB (Red+Green+Blue) = 170+168+30=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA81E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA81E is #5557E1. Grayscale: #999999. Windows color (decimal): -5593058 or 2009258. OLE color: 2009258.
HSL color Cylindrical-coordinate representation of color #AAA81E: hue angle of 59.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAA81E is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 30 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.33 |
| HSL | 59.14º | 0.7% | 0.39% | - |
| HSV(B) | 59.14º | 0.82% | 0.67% | - |
| XYZ | 30.81 | 36.65 | 6.68 | - |
| YUV | 152.87 | 58.66 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 30 | 0 | 0.01 | 0.82 | 0.33 | 59.14 | 0.7 | 0.39 |
| Hex | AA | A8 | 1E | 0 | 1 | 52 | 21 | 3B | 46 | 27 |
| Octal | 252 | 250 | 36 | 0 | 1 | 122 | 41 | 73 | 106 | 47 |
| Binary | 10101010 | 10101000 | 11110 | 0 | 1 | 1010010 | 100001 | 111011 | 1000110 | 100111 |
Color Harmonies of #AAA81E
Complementary color
Monochromatic Colors of #AAA81E
Black with #AAA81E
Text Example
Text Example
White with #AAA81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA81E; }
p { color: rgb(170,168,30); }
H1.HeaderClassName
{
color: #AAA81E;
}
.AnyTagClassName
{
color: #AAA81E;
}
</style>
background-color css
<style>
a { background-color: #AAA81E; }
a { background-color: rgb(170,168,30); }
div.DivClassName
{
background-color: #AAA81E;
}
.BgClassName
{
background-color: #AAA81E;
}
</style>
border-color css
<style>
span { border-color: #AAA81E; }
span { border-color: rgb(170,168,30); }
td.TdClassName
{
border-color: #AAA81E;
}
.TagClassName
{
border-color: #AAA81E;
}
</style>