Shades of Lucky #AAA20C
Tints of Lucky #AAA20C
RGB
CMYK
RGB Variations
Color information
#AAA20C (or 0xAAA20C) is known color: Lucky. HEX triplet: AA, A2 and 0C. RGB value is (170,162,12). Sum of RGB (Red+Green+Blue) = 170+162+12=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA20C is #555DF3. Grayscale: #939393. Windows color (decimal): -5594612 or 828074. OLE color: 828074.
HSL color Cylindrical-coordinate representation of color #AAA20C: hue angle of 56.96º 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 #AAA20C is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 12 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.33 |
| HSL | 56.96º | 0.87% | 0.36% | - |
| HSV(B) | 56.96º | 0.93% | 0.67% | - |
| XYZ | 29.56 | 34.41 | 5.43 | - |
| YUV | 147.29 | 51.65 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 12 | 0 | 0.05 | 0.93 | 0.33 | 56.96 | 0.87 | 0.36 |
| Hex | AA | A2 | C | 0 | 5 | 5D | 21 | 39 | 57 | 24 |
| Octal | 252 | 242 | 14 | 0 | 5 | 135 | 41 | 71 | 127 | 44 |
| Binary | 10101010 | 10100010 | 1100 | 0 | 101 | 1011101 | 100001 | 111001 | 1010111 | 100100 |
Color Harmonies of #AAA20C
Complementary color
Monochromatic Colors of #AAA20C
Black with #AAA20C
Text Example
Text Example
White with #AAA20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA20C; }
p { color: rgb(170,162,12); }
H1.HeaderClassName
{
color: #AAA20C;
}
.AnyTagClassName
{
color: #AAA20C;
}
</style>
background-color css
<style>
a { background-color: #AAA20C; }
a { background-color: rgb(170,162,12); }
div.DivClassName
{
background-color: #AAA20C;
}
.BgClassName
{
background-color: #AAA20C;
}
</style>
border-color css
<style>
span { border-color: #AAA20C; }
span { border-color: rgb(170,162,12); }
td.TdClassName
{
border-color: #AAA20C;
}
.TagClassName
{
border-color: #AAA20C;
}
</style>