Shades of Lucky #AAA215
Tints of Lucky #AAA215
RGB
CMYK
RGB Variations
Color information
#AAA215 (or 0xAAA215) is known color: Lucky. HEX triplet: AA, A2 and 15. RGB value is (170,162,21). Sum of RGB (Red+Green+Blue) = 170+162+21=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA215 is #555DEA. Grayscale: #949494. Windows color (decimal): -5594603 or 1417898. OLE color: 1417898.
HSL color Cylindrical-coordinate representation of color #AAA215: hue angle of 56.78º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAA215 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 21 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.33 |
| HSL | 56.78º | 0.78% | 0.37% | - |
| HSV(B) | 56.78º | 0.88% | 0.67% | - |
| XYZ | 29.63 | 34.44 | 5.8 | - |
| YUV | 148.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 21 | 0 | 0.05 | 0.88 | 0.33 | 56.78 | 0.78 | 0.37 |
| Hex | AA | A2 | 15 | 0 | 5 | 58 | 21 | 39 | 4E | 25 |
| Octal | 252 | 242 | 25 | 0 | 5 | 130 | 41 | 71 | 116 | 45 |
| Binary | 10101010 | 10100010 | 10101 | 0 | 101 | 1011000 | 100001 | 111001 | 1001110 | 100101 |
Color Harmonies of #AAA215
Complementary color
Monochromatic Colors of #AAA215
Black with #AAA215
Text Example
Text Example
White with #AAA215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA215; }
p { color: rgb(170,162,21); }
H1.HeaderClassName
{
color: #AAA215;
}
.AnyTagClassName
{
color: #AAA215;
}
</style>
background-color css
<style>
a { background-color: #AAA215; }
a { background-color: rgb(170,162,21); }
div.DivClassName
{
background-color: #AAA215;
}
.BgClassName
{
background-color: #AAA215;
}
</style>
border-color css
<style>
span { border-color: #AAA215; }
span { border-color: rgb(170,162,21); }
td.TdClassName
{
border-color: #AAA215;
}
.TagClassName
{
border-color: #AAA215;
}
</style>