Shades of Lucky #AAA318
Tints of Lucky #AAA318
RGB
CMYK
RGB Variations
Color information
#AAA318 (or 0xAAA318) is known color: Lucky. HEX triplet: AA, A3 and 18. RGB value is (170,163,24). Sum of RGB (Red+Green+Blue) = 170+163+24=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA318 is #555CE7. Grayscale: #959595. Windows color (decimal): -5594344 or 1614762. OLE color: 1614762.
HSL color Cylindrical-coordinate representation of color #AAA318: hue angle of 57.12º 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 #AAA318 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 24 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.33 |
| HSL | 57.12º | 0.75% | 0.38% | - |
| HSV(B) | 57.12º | 0.86% | 0.67% | - |
| XYZ | 29.84 | 34.81 | 6.01 | - |
| YUV | 149.25 | 57.32 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 24 | 0 | 0.04 | 0.86 | 0.33 | 57.12 | 0.75 | 0.38 |
| Hex | AA | A3 | 18 | 0 | 4 | 56 | 21 | 39 | 4B | 26 |
| Octal | 252 | 243 | 30 | 0 | 4 | 126 | 41 | 71 | 113 | 46 |
| Binary | 10101010 | 10100011 | 11000 | 0 | 100 | 1010110 | 100001 | 111001 | 1001011 | 100110 |
Color Harmonies of #AAA318
Complementary color
Monochromatic Colors of #AAA318
Black with #AAA318
Text Example
Text Example
White with #AAA318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA318; }
p { color: rgb(170,163,24); }
H1.HeaderClassName
{
color: #AAA318;
}
.AnyTagClassName
{
color: #AAA318;
}
</style>
background-color css
<style>
a { background-color: #AAA318; }
a { background-color: rgb(170,163,24); }
div.DivClassName
{
background-color: #AAA318;
}
.BgClassName
{
background-color: #AAA318;
}
</style>
border-color css
<style>
span { border-color: #AAA318; }
span { border-color: rgb(170,163,24); }
td.TdClassName
{
border-color: #AAA318;
}
.TagClassName
{
border-color: #AAA318;
}
</style>