Shades of Lucky #AAA011
Tints of Lucky #AAA011
RGB
CMYK
RGB Variations
Color information
#AAA011 (or 0xAAA011) is known color: Lucky. HEX triplet: AA, A0 and 11. RGB value is (170,160,17). Sum of RGB (Red+Green+Blue) = 170+160+17=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA011 is #555FEE. Grayscale: #939393. Windows color (decimal): -5595119 or 1155242. OLE color: 1155242.
HSL color Cylindrical-coordinate representation of color #AAA011: hue angle of 56.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAA011 is Cyan = 0, Magento = 0.06, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 17 | - |
| CMYK | 0 | 0.06 | 0.9 | 0.33 |
| HSL | 56.08º | 0.82% | 0.37% | - |
| HSV(B) | 56.08º | 0.9% | 0.67% | - |
| XYZ | 29.25 | 33.73 | 5.5 | - |
| YUV | 146.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 17 | 0 | 0.06 | 0.9 | 0.33 | 56.08 | 0.82 | 0.37 |
| Hex | AA | A0 | 11 | 0 | 6 | 5A | 21 | 38 | 52 | 25 |
| Octal | 252 | 240 | 21 | 0 | 6 | 132 | 41 | 70 | 122 | 45 |
| Binary | 10101010 | 10100000 | 10001 | 0 | 110 | 1011010 | 100001 | 111000 | 1010010 | 100101 |
Color Harmonies of #AAA011
Complementary color
Monochromatic Colors of #AAA011
Black with #AAA011
Text Example
Text Example
White with #AAA011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA011; }
p { color: rgb(170,160,17); }
H1.HeaderClassName
{
color: #AAA011;
}
.AnyTagClassName
{
color: #AAA011;
}
</style>
background-color css
<style>
a { background-color: #AAA011; }
a { background-color: rgb(170,160,17); }
div.DivClassName
{
background-color: #AAA011;
}
.BgClassName
{
background-color: #AAA011;
}
</style>
border-color css
<style>
span { border-color: #AAA011; }
span { border-color: rgb(170,160,17); }
td.TdClassName
{
border-color: #AAA011;
}
.TagClassName
{
border-color: #AAA011;
}
</style>