Shades of Lucky #AA9E18
Tints of Lucky #AA9E18
RGB
CMYK
RGB Variations
Color information
#AA9E18 (or 0xAA9E18) is known color: Lucky. HEX triplet: AA, 9E and 18. RGB value is (170,158,24). Sum of RGB (Red+Green+Blue) = 170+158+24=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9E18 is #5561E7. Grayscale: #929292. Windows color (decimal): -5595624 or 1613482. OLE color: 1613482.
HSL color Cylindrical-coordinate representation of color #AA9E18: hue angle of 55.07º degrees, saturation: 0.75, 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 #AA9E18 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 24 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.33 |
| HSL | 55.07º | 0.75% | 0.38% | - |
| HSV(B) | 55.07º | 0.86% | 0.67% | - |
| XYZ | 28.97 | 33.07 | 5.72 | - |
| YUV | 146.31 | 58.98 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 24 | 0 | 0.07 | 0.86 | 0.33 | 55.07 | 0.75 | 0.38 |
| Hex | AA | 9E | 18 | 0 | 7 | 56 | 21 | 37 | 4B | 26 |
| Octal | 252 | 236 | 30 | 0 | 7 | 126 | 41 | 67 | 113 | 46 |
| Binary | 10101010 | 10011110 | 11000 | 0 | 111 | 1010110 | 100001 | 110111 | 1001011 | 100110 |
Color Harmonies of #AA9E18
Complementary color
Monochromatic Colors of #AA9E18
Black with #AA9E18
Text Example
Text Example
White with #AA9E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E18; }
p { color: rgb(170,158,24); }
H1.HeaderClassName
{
color: #AA9E18;
}
.AnyTagClassName
{
color: #AA9E18;
}
</style>
background-color css
<style>
a { background-color: #AA9E18; }
a { background-color: rgb(170,158,24); }
div.DivClassName
{
background-color: #AA9E18;
}
.BgClassName
{
background-color: #AA9E18;
}
</style>
border-color css
<style>
span { border-color: #AA9E18; }
span { border-color: rgb(170,158,24); }
td.TdClassName
{
border-color: #AA9E18;
}
.TagClassName
{
border-color: #AA9E18;
}
</style>