Shades of Lucky #AAA40A
Tints of Lucky #AAA40A
RGB
CMYK
RGB Variations
Color information
#AAA40A (or 0xAAA40A) is known color: Lucky. HEX triplet: AA, A4 and 0A. RGB value is (170,164,10). Sum of RGB (Red+Green+Blue) = 170+164+10=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA40A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA40A is #555BF5. Grayscale: #949494. Windows color (decimal): -5594102 or 697514. OLE color: 697514.
HSL color Cylindrical-coordinate representation of color #AAA40A: hue angle of 57.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAA40A is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 10 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.33 |
| HSL | 57.75º | 0.89% | 0.35% | - |
| HSV(B) | 57.75º | 0.94% | 0.67% | - |
| XYZ | 29.91 | 35.12 | 5.49 | - |
| YUV | 148.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 10 | 0 | 0.04 | 0.94 | 0.33 | 57.75 | 0.89 | 0.35 |
| Hex | AA | A4 | A | 0 | 4 | 5E | 21 | 3A | 59 | 23 |
| Octal | 252 | 244 | 12 | 0 | 4 | 136 | 41 | 72 | 131 | 43 |
| Binary | 10101010 | 10100100 | 1010 | 0 | 100 | 1011110 | 100001 | 111010 | 1011001 | 100011 |
Color Harmonies of #AAA40A
Complementary color
Monochromatic Colors of #AAA40A
Black with #AAA40A
Text Example
Text Example
White with #AAA40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA40A; }
p { color: rgb(170,164,10); }
H1.HeaderClassName
{
color: #AAA40A;
}
.AnyTagClassName
{
color: #AAA40A;
}
</style>
background-color css
<style>
a { background-color: #AAA40A; }
a { background-color: rgb(170,164,10); }
div.DivClassName
{
background-color: #AAA40A;
}
.BgClassName
{
background-color: #AAA40A;
}
</style>
border-color css
<style>
span { border-color: #AAA40A; }
span { border-color: rgb(170,164,10); }
td.TdClassName
{
border-color: #AAA40A;
}
.TagClassName
{
border-color: #AAA40A;
}
</style>