Shades of Lucky #AAA40C
Tints of Lucky #AAA40C
RGB
CMYK
RGB Variations
Color information
#AAA40C (or 0xAAA40C) is known color: Lucky. HEX triplet: AA, A4 and 0C. RGB value is (170,164,12). Sum of RGB (Red+Green+Blue) = 170+164+12=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA40C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA40C is #555BF3. Grayscale: #959595. Windows color (decimal): -5594100 or 828586. OLE color: 828586.
HSL color Cylindrical-coordinate representation of color #AAA40C: hue angle of 57.72º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAA40C is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 12 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.33 |
| HSL | 57.72º | 0.87% | 0.36% | - |
| HSV(B) | 57.72º | 0.93% | 0.67% | - |
| XYZ | 29.92 | 35.12 | 5.55 | - |
| YUV | 148.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 12 | 0 | 0.04 | 0.93 | 0.33 | 57.72 | 0.87 | 0.36 |
| Hex | AA | A4 | C | 0 | 4 | 5D | 21 | 3A | 57 | 24 |
| Octal | 252 | 244 | 14 | 0 | 4 | 135 | 41 | 72 | 127 | 44 |
| Binary | 10101010 | 10100100 | 1100 | 0 | 100 | 1011101 | 100001 | 111010 | 1010111 | 100100 |
Color Harmonies of #AAA40C
Complementary color
Monochromatic Colors of #AAA40C
Black with #AAA40C
Text Example
Text Example
White with #AAA40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA40C; }
p { color: rgb(170,164,12); }
H1.HeaderClassName
{
color: #AAA40C;
}
.AnyTagClassName
{
color: #AAA40C;
}
</style>
background-color css
<style>
a { background-color: #AAA40C; }
a { background-color: rgb(170,164,12); }
div.DivClassName
{
background-color: #AAA40C;
}
.BgClassName
{
background-color: #AAA40C;
}
</style>
border-color css
<style>
span { border-color: #AAA40C; }
span { border-color: rgb(170,164,12); }
td.TdClassName
{
border-color: #AAA40C;
}
.TagClassName
{
border-color: #AAA40C;
}
</style>