Shades of Lucky #AAA006
Tints of Lucky #AAA006
RGB
CMYK
RGB Variations
Color information
#AAA006 (or 0xAAA006) is known color: Lucky. HEX triplet: AA, A0 and 06. RGB value is (170,160,6). Sum of RGB (Red+Green+Blue) = 170+160+6=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA006 is #555FF9. Grayscale: #929292. Windows color (decimal): -5595130 or 434346. OLE color: 434346.
HSL color Cylindrical-coordinate representation of color #AAA006: hue angle of 56.34º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAA006 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 6 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.33 |
| HSL | 56.34º | 0.93% | 0.35% | - |
| HSV(B) | 56.34º | 0.96% | 0.67% | - |
| XYZ | 29.18 | 33.7 | 5.14 | - |
| YUV | 145.43 | 49.31 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 6 | 0 | 0.06 | 0.96 | 0.33 | 56.34 | 0.93 | 0.35 |
| Hex | AA | A0 | 6 | 0 | 6 | 60 | 21 | 38 | 5D | 23 |
| Octal | 252 | 240 | 6 | 0 | 6 | 140 | 41 | 70 | 135 | 43 |
| Binary | 10101010 | 10100000 | 110 | 0 | 110 | 1100000 | 100001 | 111000 | 1011101 | 100011 |
Color Harmonies of #AAA006
Complementary color
Monochromatic Colors of #AAA006
Black with #AAA006
Text Example
Text Example
White with #AAA006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA006; }
p { color: rgb(170,160,6); }
H1.HeaderClassName
{
color: #AAA006;
}
.AnyTagClassName
{
color: #AAA006;
}
</style>
background-color css
<style>
a { background-color: #AAA006; }
a { background-color: rgb(170,160,6); }
div.DivClassName
{
background-color: #AAA006;
}
.BgClassName
{
background-color: #AAA006;
}
</style>
border-color css
<style>
span { border-color: #AAA006; }
span { border-color: rgb(170,160,6); }
td.TdClassName
{
border-color: #AAA006;
}
.TagClassName
{
border-color: #AAA006;
}
</style>