Shades of Lucky #AAA219
Tints of Lucky #AAA219
RGB
CMYK
RGB Variations
Color information
#AAA219 (or 0xAAA219) is known color: Lucky. HEX triplet: AA, A2 and 19. RGB value is (170,162,25). Sum of RGB (Red+Green+Blue) = 170+162+25=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA219 is #555DE6. Grayscale: #959595. Windows color (decimal): -5594599 or 1680042. OLE color: 1680042.
HSL color Cylindrical-coordinate representation of color #AAA219: hue angle of 56.69º 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 #AAA219 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 25 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.33 |
| HSL | 56.69º | 0.74% | 0.38% | - |
| HSV(B) | 56.69º | 0.85% | 0.67% | - |
| XYZ | 29.67 | 34.46 | 6.01 | - |
| YUV | 148.77 | 58.15 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 25 | 0 | 0.05 | 0.85 | 0.33 | 56.69 | 0.74 | 0.38 |
| Hex | AA | A2 | 19 | 0 | 5 | 55 | 21 | 39 | 4A | 26 |
| Octal | 252 | 242 | 31 | 0 | 5 | 125 | 41 | 71 | 112 | 46 |
| Binary | 10101010 | 10100010 | 11001 | 0 | 101 | 1010101 | 100001 | 111001 | 1001010 | 100110 |
Color Harmonies of #AAA219
Complementary color
Monochromatic Colors of #AAA219
Black with #AAA219
Text Example
Text Example
White with #AAA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA219; }
p { color: rgb(170,162,25); }
H1.HeaderClassName
{
color: #AAA219;
}
.AnyTagClassName
{
color: #AAA219;
}
</style>
background-color css
<style>
a { background-color: #AAA219; }
a { background-color: rgb(170,162,25); }
div.DivClassName
{
background-color: #AAA219;
}
.BgClassName
{
background-color: #AAA219;
}
</style>
border-color css
<style>
span { border-color: #AAA219; }
span { border-color: rgb(170,162,25); }
td.TdClassName
{
border-color: #AAA219;
}
.TagClassName
{
border-color: #AAA219;
}
</style>