Shades of Lucky #AAA118
Tints of Lucky #AAA118
RGB
CMYK
RGB Variations
Color information
#AAA118 (or 0xAAA118) is known color: Lucky. HEX triplet: AA, A1 and 18. RGB value is (170,161,24). Sum of RGB (Red+Green+Blue) = 170+161+24=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA118 is #555EE7. Grayscale: #949494. Windows color (decimal): -5594856 or 1614250. OLE color: 1614250.
HSL color Cylindrical-coordinate representation of color #AAA118: hue angle of 56.3º 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 #AAA118 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 24 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.33 |
| HSL | 56.3º | 0.75% | 0.38% | - |
| HSV(B) | 56.3º | 0.86% | 0.67% | - |
| XYZ | 29.49 | 34.1 | 5.89 | - |
| YUV | 148.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 24 | 0 | 0.05 | 0.86 | 0.33 | 56.3 | 0.75 | 0.38 |
| Hex | AA | A1 | 18 | 0 | 5 | 56 | 21 | 38 | 4B | 26 |
| Octal | 252 | 241 | 30 | 0 | 5 | 126 | 41 | 70 | 113 | 46 |
| Binary | 10101010 | 10100001 | 11000 | 0 | 101 | 1010110 | 100001 | 111000 | 1001011 | 100110 |
Color Harmonies of #AAA118
Complementary color
Monochromatic Colors of #AAA118
Black with #AAA118
Text Example
Text Example
White with #AAA118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA118; }
p { color: rgb(170,161,24); }
H1.HeaderClassName
{
color: #AAA118;
}
.AnyTagClassName
{
color: #AAA118;
}
</style>
background-color css
<style>
a { background-color: #AAA118; }
a { background-color: rgb(170,161,24); }
div.DivClassName
{
background-color: #AAA118;
}
.BgClassName
{
background-color: #AAA118;
}
</style>
border-color css
<style>
span { border-color: #AAA118; }
span { border-color: rgb(170,161,24); }
td.TdClassName
{
border-color: #AAA118;
}
.TagClassName
{
border-color: #AAA118;
}
</style>