Shades of Lucky #AAA911
Tints of Lucky #AAA911
RGB
CMYK
RGB Variations
Color information
#AAA911 (or 0xAAA911) is known color: Lucky. HEX triplet: AA, A9 and 11. RGB value is (170,169,17). Sum of RGB (Red+Green+Blue) = 170+169+17=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA911 is #5556EE. Grayscale: #989898. Windows color (decimal): -5592815 or 1157546. OLE color: 1157546.
HSL color Cylindrical-coordinate representation of color #AAA911: hue angle of 59.61º 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 #AAA911 is Cyan = 0, Magento = 0.01, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 17 | - |
| CMYK | 0 | 0.01 | 0.9 | 0.33 |
| HSL | 59.61º | 0.82% | 0.37% | - |
| HSV(B) | 59.61º | 0.9% | 0.67% | - |
| XYZ | 30.87 | 36.96 | 6.04 | - |
| YUV | 151.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 17 | 0 | 0.01 | 0.9 | 0.33 | 59.61 | 0.82 | 0.37 |
| Hex | AA | A9 | 11 | 0 | 1 | 5A | 21 | 3C | 52 | 25 |
| Octal | 252 | 251 | 21 | 0 | 1 | 132 | 41 | 74 | 122 | 45 |
| Binary | 10101010 | 10101001 | 10001 | 0 | 1 | 1011010 | 100001 | 111100 | 1010010 | 100101 |
Color Harmonies of #AAA911
Complementary color
Monochromatic Colors of #AAA911
Black with #AAA911
Text Example
Text Example
White with #AAA911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA911; }
p { color: rgb(170,169,17); }
H1.HeaderClassName
{
color: #AAA911;
}
.AnyTagClassName
{
color: #AAA911;
}
</style>
background-color css
<style>
a { background-color: #AAA911; }
a { background-color: rgb(170,169,17); }
div.DivClassName
{
background-color: #AAA911;
}
.BgClassName
{
background-color: #AAA911;
}
</style>
border-color css
<style>
span { border-color: #AAA911; }
span { border-color: rgb(170,169,17); }
td.TdClassName
{
border-color: #AAA911;
}
.TagClassName
{
border-color: #AAA911;
}
</style>