Shades of Lucky #AA9011
Tints of Lucky #AA9011
RGB
CMYK
RGB Variations
Color information
#AA9011 (or 0xAA9011) is known color: Lucky. HEX triplet: AA, 90 and 11. RGB value is (170,144,17). Sum of RGB (Red+Green+Blue) = 170+144+17=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9011 is #556FEE. Grayscale: #898989. Windows color (decimal): -5599215 or 1151146. OLE color: 1151146.
HSL color Cylindrical-coordinate representation of color #AA9011: hue angle of 49.8º 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 #AA9011 is Cyan = 0, Magento = 0.15, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 17 | - |
| CMYK | 0 | 0.15 | 0.9 | 0.33 |
| HSL | 49.8º | 0.82% | 0.37% | - |
| HSV(B) | 49.8º | 0.9% | 0.67% | - |
| XYZ | 26.65 | 28.53 | 4.63 | - |
| YUV | 137.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 17 | 0 | 0.15 | 0.9 | 0.33 | 49.8 | 0.82 | 0.37 |
| Hex | AA | 90 | 11 | 0 | F | 5A | 21 | 32 | 52 | 25 |
| Octal | 252 | 220 | 21 | 0 | 17 | 132 | 41 | 62 | 122 | 45 |
| Binary | 10101010 | 10010000 | 10001 | 0 | 1111 | 1011010 | 100001 | 110010 | 1010010 | 100101 |
Color Harmonies of #AA9011
Complementary color
Monochromatic Colors of #AA9011
Black with #AA9011
Text Example
Text Example
White with #AA9011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9011; }
p { color: rgb(170,144,17); }
H1.HeaderClassName
{
color: #AA9011;
}
.AnyTagClassName
{
color: #AA9011;
}
</style>
background-color css
<style>
a { background-color: #AA9011; }
a { background-color: rgb(170,144,17); }
div.DivClassName
{
background-color: #AA9011;
}
.BgClassName
{
background-color: #AA9011;
}
</style>
border-color css
<style>
span { border-color: #AA9011; }
span { border-color: rgb(170,144,17); }
td.TdClassName
{
border-color: #AA9011;
}
.TagClassName
{
border-color: #AA9011;
}
</style>