Shades of Lucky #AAA009
Tints of Lucky #AAA009
RGB
CMYK
RGB Variations
Color information
#AAA009 (or 0xAAA009) is known color: Lucky. HEX triplet: AA, A0 and 09. RGB value is (170,160,9). Sum of RGB (Red+Green+Blue) = 170+160+9=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA009 is #555FF6. Grayscale: #929292. Windows color (decimal): -5595127 or 630954. OLE color: 630954.
HSL color Cylindrical-coordinate representation of color #AAA009: hue angle of 56.27º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAA009 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 9 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.33 |
| HSL | 56.27º | 0.9% | 0.35% | - |
| HSV(B) | 56.27º | 0.95% | 0.67% | - |
| XYZ | 29.2 | 33.71 | 5.23 | - |
| YUV | 145.78 | 50.81 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 9 | 0 | 0.06 | 0.95 | 0.33 | 56.27 | 0.9 | 0.35 |
| Hex | AA | A0 | 9 | 0 | 6 | 5F | 21 | 38 | 5A | 23 |
| Octal | 252 | 240 | 11 | 0 | 6 | 137 | 41 | 70 | 132 | 43 |
| Binary | 10101010 | 10100000 | 1001 | 0 | 110 | 1011111 | 100001 | 111000 | 1011010 | 100011 |
Color Harmonies of #AAA009
Complementary color
Monochromatic Colors of #AAA009
Black with #AAA009
Text Example
Text Example
White with #AAA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA009; }
p { color: rgb(170,160,9); }
H1.HeaderClassName
{
color: #AAA009;
}
.AnyTagClassName
{
color: #AAA009;
}
</style>
background-color css
<style>
a { background-color: #AAA009; }
a { background-color: rgb(170,160,9); }
div.DivClassName
{
background-color: #AAA009;
}
.BgClassName
{
background-color: #AAA009;
}
</style>
border-color css
<style>
span { border-color: #AAA009; }
span { border-color: rgb(170,160,9); }
td.TdClassName
{
border-color: #AAA009;
}
.TagClassName
{
border-color: #AAA009;
}
</style>