Shades of Lucky #AAA618
Tints of Lucky #AAA618
RGB
CMYK
RGB Variations
Color information
#AAA618 (or 0xAAA618) is known color: Lucky. HEX triplet: AA, A6 and 18. RGB value is (170,166,24). Sum of RGB (Red+Green+Blue) = 170+166+24=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA618 is #5559E7. Grayscale: #979797. Windows color (decimal): -5593576 or 1615530. OLE color: 1615530.
HSL color Cylindrical-coordinate representation of color #AAA618: hue angle of 58.36º 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 #AAA618 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 24 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.33 |
| HSL | 58.36º | 0.75% | 0.38% | - |
| HSV(B) | 58.36º | 0.86% | 0.67% | - |
| XYZ | 30.38 | 35.88 | 6.19 | - |
| YUV | 151.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 24 | 0 | 0.02 | 0.86 | 0.33 | 58.36 | 0.75 | 0.38 |
| Hex | AA | A6 | 18 | 0 | 2 | 56 | 21 | 3A | 4B | 26 |
| Octal | 252 | 246 | 30 | 0 | 2 | 126 | 41 | 72 | 113 | 46 |
| Binary | 10101010 | 10100110 | 11000 | 0 | 10 | 1010110 | 100001 | 111010 | 1001011 | 100110 |
Color Harmonies of #AAA618
Complementary color
Monochromatic Colors of #AAA618
Black with #AAA618
Text Example
Text Example
White with #AAA618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA618; }
p { color: rgb(170,166,24); }
H1.HeaderClassName
{
color: #AAA618;
}
.AnyTagClassName
{
color: #AAA618;
}
</style>
background-color css
<style>
a { background-color: #AAA618; }
a { background-color: rgb(170,166,24); }
div.DivClassName
{
background-color: #AAA618;
}
.BgClassName
{
background-color: #AAA618;
}
</style>
border-color css
<style>
span { border-color: #AAA618; }
span { border-color: rgb(170,166,24); }
td.TdClassName
{
border-color: #AAA618;
}
.TagClassName
{
border-color: #AAA618;
}
</style>