Shades of Lucky #AA9916
Tints of Lucky #AA9916
RGB
CMYK
RGB Variations
Color information
#AA9916 (or 0xAA9916) is known color: Lucky. HEX triplet: AA, 99 and 16. RGB value is (170,153,22). Sum of RGB (Red+Green+Blue) = 170+153+22=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9916 is #5566E9. Grayscale: #8F8F8F. Windows color (decimal): -5596906 or 1481130. OLE color: 1481130.
HSL color Cylindrical-coordinate representation of color #AA9916: hue angle of 53.11º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA9916 is Cyan = 0, Magento = 0.1, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 22 | - |
| CMYK | 0 | 0.1 | 0.87 | 0.33 |
| HSL | 53.11º | 0.77% | 0.38% | - |
| HSV(B) | 53.11º | 0.87% | 0.67% | - |
| XYZ | 28.11 | 31.39 | 5.34 | - |
| YUV | 143.15 | 59.63 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 22 | 0 | 0.1 | 0.87 | 0.33 | 53.11 | 0.77 | 0.38 |
| Hex | AA | 99 | 16 | 0 | A | 57 | 21 | 35 | 4D | 26 |
| Octal | 252 | 231 | 26 | 0 | 12 | 127 | 41 | 65 | 115 | 46 |
| Binary | 10101010 | 10011001 | 10110 | 0 | 1010 | 1010111 | 100001 | 110101 | 1001101 | 100110 |
Color Harmonies of #AA9916
Complementary color
Monochromatic Colors of #AA9916
Black with #AA9916
Text Example
Text Example
White with #AA9916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9916; }
p { color: rgb(170,153,22); }
H1.HeaderClassName
{
color: #AA9916;
}
.AnyTagClassName
{
color: #AA9916;
}
</style>
background-color css
<style>
a { background-color: #AA9916; }
a { background-color: rgb(170,153,22); }
div.DivClassName
{
background-color: #AA9916;
}
.BgClassName
{
background-color: #AA9916;
}
</style>
border-color css
<style>
span { border-color: #AA9916; }
span { border-color: rgb(170,153,22); }
td.TdClassName
{
border-color: #AA9916;
}
.TagClassName
{
border-color: #AA9916;
}
</style>