Shades of Lucky #AAA00A
Tints of Lucky #AAA00A
RGB
CMYK
RGB Variations
Color information
#AAA00A (or 0xAAA00A) is known color: Lucky. HEX triplet: AA, A0 and 0A. RGB value is (170,160,10). Sum of RGB (Red+Green+Blue) = 170+160+10=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA00A is #555FF5. Grayscale: #929292. Windows color (decimal): -5595126 or 696490. OLE color: 696490.
HSL color Cylindrical-coordinate representation of color #AAA00A: hue angle of 56.25º 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 #AAA00A is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 10 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.33 |
| HSL | 56.25º | 0.89% | 0.35% | - |
| HSV(B) | 56.25º | 0.94% | 0.67% | - |
| XYZ | 29.2 | 33.71 | 5.25 | - |
| YUV | 145.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 10 | 0 | 0.06 | 0.94 | 0.33 | 56.25 | 0.89 | 0.35 |
| Hex | AA | A0 | A | 0 | 6 | 5E | 21 | 38 | 59 | 23 |
| Octal | 252 | 240 | 12 | 0 | 6 | 136 | 41 | 70 | 131 | 43 |
| Binary | 10101010 | 10100000 | 1010 | 0 | 110 | 1011110 | 100001 | 111000 | 1011001 | 100011 |
Color Harmonies of #AAA00A
Complementary color
Monochromatic Colors of #AAA00A
Black with #AAA00A
Text Example
Text Example
White with #AAA00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA00A; }
p { color: rgb(170,160,10); }
H1.HeaderClassName
{
color: #AAA00A;
}
.AnyTagClassName
{
color: #AAA00A;
}
</style>
background-color css
<style>
a { background-color: #AAA00A; }
a { background-color: rgb(170,160,10); }
div.DivClassName
{
background-color: #AAA00A;
}
.BgClassName
{
background-color: #AAA00A;
}
</style>
border-color css
<style>
span { border-color: #AAA00A; }
span { border-color: rgb(170,160,10); }
td.TdClassName
{
border-color: #AAA00A;
}
.TagClassName
{
border-color: #AAA00A;
}
</style>