Shades of Lucky #AAA415
Tints of Lucky #AAA415
RGB
CMYK
RGB Variations
Color information
#AAA415 (or 0xAAA415) is known color: Lucky. HEX triplet: AA, A4 and 15. RGB value is (170,164,21). Sum of RGB (Red+Green+Blue) = 170+164+21=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA415 is #555BEA. Grayscale: #969696. Windows color (decimal): -5594091 or 1418410. OLE color: 1418410.
HSL color Cylindrical-coordinate representation of color #AAA415: hue angle of 57.58º 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 #AAA415 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 21 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.33 |
| HSL | 57.58º | 0.78% | 0.37% | - |
| HSV(B) | 57.58º | 0.88% | 0.67% | - |
| XYZ | 29.99 | 35.15 | 5.91 | - |
| YUV | 149.49 | 55.49 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 21 | 0 | 0.04 | 0.88 | 0.33 | 57.58 | 0.78 | 0.37 |
| Hex | AA | A4 | 15 | 0 | 4 | 58 | 21 | 3A | 4E | 25 |
| Octal | 252 | 244 | 25 | 0 | 4 | 130 | 41 | 72 | 116 | 45 |
| Binary | 10101010 | 10100100 | 10101 | 0 | 100 | 1011000 | 100001 | 111010 | 1001110 | 100101 |
Color Harmonies of #AAA415
Complementary color
Monochromatic Colors of #AAA415
Black with #AAA415
Text Example
Text Example
White with #AAA415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA415; }
p { color: rgb(170,164,21); }
H1.HeaderClassName
{
color: #AAA415;
}
.AnyTagClassName
{
color: #AAA415;
}
</style>
background-color css
<style>
a { background-color: #AAA415; }
a { background-color: rgb(170,164,21); }
div.DivClassName
{
background-color: #AAA415;
}
.BgClassName
{
background-color: #AAA415;
}
</style>
border-color css
<style>
span { border-color: #AAA415; }
span { border-color: rgb(170,164,21); }
td.TdClassName
{
border-color: #AAA415;
}
.TagClassName
{
border-color: #AAA415;
}
</style>