Shades of Lucky #AAA818
Tints of Lucky #AAA818
RGB
CMYK
RGB Variations
Color information
#AAA818 (or 0xAAA818) is known color: Lucky. HEX triplet: AA, A8 and 18. RGB value is (170,168,24). Sum of RGB (Red+Green+Blue) = 170+168+24=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA818 is #5557E7. Grayscale: #989898. Windows color (decimal): -5593064 or 1616042. OLE color: 1616042.
HSL color Cylindrical-coordinate representation of color #AAA818: hue angle of 59.18º 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 #AAA818 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 24 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.33 |
| HSL | 59.18º | 0.75% | 0.38% | - |
| HSV(B) | 59.18º | 0.86% | 0.67% | - |
| XYZ | 30.75 | 36.62 | 6.31 | - |
| YUV | 152.18 | 55.66 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 24 | 0 | 0.01 | 0.86 | 0.33 | 59.18 | 0.75 | 0.38 |
| Hex | AA | A8 | 18 | 0 | 1 | 56 | 21 | 3B | 4B | 26 |
| Octal | 252 | 250 | 30 | 0 | 1 | 126 | 41 | 73 | 113 | 46 |
| Binary | 10101010 | 10101000 | 11000 | 0 | 1 | 1010110 | 100001 | 111011 | 1001011 | 100110 |
Color Harmonies of #AAA818
Complementary color
Monochromatic Colors of #AAA818
Black with #AAA818
Text Example
Text Example
White with #AAA818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA818; }
p { color: rgb(170,168,24); }
H1.HeaderClassName
{
color: #AAA818;
}
.AnyTagClassName
{
color: #AAA818;
}
</style>
background-color css
<style>
a { background-color: #AAA818; }
a { background-color: rgb(170,168,24); }
div.DivClassName
{
background-color: #AAA818;
}
.BgClassName
{
background-color: #AAA818;
}
</style>
border-color css
<style>
span { border-color: #AAA818; }
span { border-color: rgb(170,168,24); }
td.TdClassName
{
border-color: #AAA818;
}
.TagClassName
{
border-color: #AAA818;
}
</style>