Shades of Lucky #AAA60A
Tints of Lucky #AAA60A
RGB
CMYK
RGB Variations
Color information
#AAA60A (or 0xAAA60A) is known color: Lucky. HEX triplet: AA, A6 and 0A. RGB value is (170,166,10). Sum of RGB (Red+Green+Blue) = 170+166+10=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA60A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA60A is #5559F5. Grayscale: #969696. Windows color (decimal): -5593590 or 698026. OLE color: 698026.
HSL color Cylindrical-coordinate representation of color #AAA60A: hue angle of 58.5º 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 #AAA60A is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 10 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.33 |
| HSL | 58.5º | 0.89% | 0.35% | - |
| HSV(B) | 58.5º | 0.94% | 0.67% | - |
| XYZ | 30.27 | 35.84 | 5.61 | - |
| YUV | 149.41 | 49.33 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 10 | 0 | 0.02 | 0.94 | 0.33 | 58.5 | 0.89 | 0.35 |
| Hex | AA | A6 | A | 0 | 2 | 5E | 21 | 3A | 59 | 23 |
| Octal | 252 | 246 | 12 | 0 | 2 | 136 | 41 | 72 | 131 | 43 |
| Binary | 10101010 | 10100110 | 1010 | 0 | 10 | 1011110 | 100001 | 111010 | 1011001 | 100011 |
Color Harmonies of #AAA60A
Complementary color
Monochromatic Colors of #AAA60A
Black with #AAA60A
Text Example
Text Example
White with #AAA60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA60A; }
p { color: rgb(170,166,10); }
H1.HeaderClassName
{
color: #AAA60A;
}
.AnyTagClassName
{
color: #AAA60A;
}
</style>
background-color css
<style>
a { background-color: #AAA60A; }
a { background-color: rgb(170,166,10); }
div.DivClassName
{
background-color: #AAA60A;
}
.BgClassName
{
background-color: #AAA60A;
}
</style>
border-color css
<style>
span { border-color: #AAA60A; }
span { border-color: rgb(170,166,10); }
td.TdClassName
{
border-color: #AAA60A;
}
.TagClassName
{
border-color: #AAA60A;
}
</style>