Shades of Lucky #AAA204
Tints of Lucky #AAA204
RGB
CMYK
RGB Variations
Color information
#AAA204 (or 0xAAA204) is known color: Lucky. HEX triplet: AA, A2 and 04. RGB value is (170,162,4). Sum of RGB (Red+Green+Blue) = 170+162+4=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA204 is #555DFB. Grayscale: #939393. Windows color (decimal): -5594620 or 303786. OLE color: 303786.
HSL color Cylindrical-coordinate representation of color #AAA204: hue angle of 57.11º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAA204 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.33 |
| HSL | 57.11º | 0.95% | 0.34% | - |
| HSV(B) | 57.11º | 0.98% | 0.67% | - |
| XYZ | 29.52 | 34.4 | 5.2 | - |
| YUV | 146.38 | 47.65 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 4 | 0 | 0.05 | 0.98 | 0.33 | 57.11 | 0.95 | 0.34 |
| Hex | AA | A2 | 4 | 0 | 5 | 62 | 21 | 39 | 5F | 22 |
| Octal | 252 | 242 | 4 | 0 | 5 | 142 | 41 | 71 | 137 | 42 |
| Binary | 10101010 | 10100010 | 100 | 0 | 101 | 1100010 | 100001 | 111001 | 1011111 | 100010 |
Color Harmonies of #AAA204
Complementary color
Monochromatic Colors of #AAA204
Black with #AAA204
Text Example
Text Example
White with #AAA204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA204; }
p { color: rgb(170,162,4); }
H1.HeaderClassName
{
color: #AAA204;
}
.AnyTagClassName
{
color: #AAA204;
}
</style>
background-color css
<style>
a { background-color: #AAA204; }
a { background-color: rgb(170,162,4); }
div.DivClassName
{
background-color: #AAA204;
}
.BgClassName
{
background-color: #AAA204;
}
</style>
border-color css
<style>
span { border-color: #AAA204; }
span { border-color: rgb(170,162,4); }
td.TdClassName
{
border-color: #AAA204;
}
.TagClassName
{
border-color: #AAA204;
}
</style>