Shades of Lucky #AAA019
Tints of Lucky #AAA019
RGB
CMYK
RGB Variations
Color information
#AAA019 (or 0xAAA019) is known color: Lucky. HEX triplet: AA, A0 and 19. RGB value is (170,160,25). Sum of RGB (Red+Green+Blue) = 170+160+25=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA019 is #555FE6. Grayscale: #949494. Windows color (decimal): -5595111 or 1679530. OLE color: 1679530.
HSL color Cylindrical-coordinate representation of color #AAA019: hue angle of 55.86º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAA019 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 25 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.33 |
| HSL | 55.86º | 0.74% | 0.38% | - |
| HSV(B) | 55.86º | 0.85% | 0.67% | - |
| XYZ | 29.32 | 33.76 | 5.89 | - |
| YUV | 147.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 25 | 0 | 0.06 | 0.85 | 0.33 | 55.86 | 0.74 | 0.38 |
| Hex | AA | A0 | 19 | 0 | 6 | 55 | 21 | 38 | 4A | 26 |
| Octal | 252 | 240 | 31 | 0 | 6 | 125 | 41 | 70 | 112 | 46 |
| Binary | 10101010 | 10100000 | 11001 | 0 | 110 | 1010101 | 100001 | 111000 | 1001010 | 100110 |
Color Harmonies of #AAA019
Complementary color
Monochromatic Colors of #AAA019
Black with #AAA019
Text Example
Text Example
White with #AAA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA019; }
p { color: rgb(170,160,25); }
H1.HeaderClassName
{
color: #AAA019;
}
.AnyTagClassName
{
color: #AAA019;
}
</style>
background-color css
<style>
a { background-color: #AAA019; }
a { background-color: rgb(170,160,25); }
div.DivClassName
{
background-color: #AAA019;
}
.BgClassName
{
background-color: #AAA019;
}
</style>
border-color css
<style>
span { border-color: #AAA019; }
span { border-color: rgb(170,160,25); }
td.TdClassName
{
border-color: #AAA019;
}
.TagClassName
{
border-color: #AAA019;
}
</style>