Shades of Lucky #AA9A16
Tints of Lucky #AA9A16
RGB
CMYK
RGB Variations
Color information
#AA9A16 (or 0xAA9A16) is known color: Lucky. HEX triplet: AA, 9A and 16. RGB value is (170,154,22). Sum of RGB (Red+Green+Blue) = 170+154+22=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A16 is #5565E9. Grayscale: #909090. Windows color (decimal): -5596650 or 1481386. OLE color: 1481386.
HSL color Cylindrical-coordinate representation of color #AA9A16: hue angle of 53.51º 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 #AA9A16 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 22 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.33 |
| HSL | 53.51º | 0.77% | 0.38% | - |
| HSV(B) | 53.51º | 0.87% | 0.67% | - |
| XYZ | 28.28 | 31.72 | 5.39 | - |
| YUV | 143.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 22 | 0 | 0.09 | 0.87 | 0.33 | 53.51 | 0.77 | 0.38 |
| Hex | AA | 9A | 16 | 0 | 9 | 57 | 21 | 36 | 4D | 26 |
| Octal | 252 | 232 | 26 | 0 | 11 | 127 | 41 | 66 | 115 | 46 |
| Binary | 10101010 | 10011010 | 10110 | 0 | 1001 | 1010111 | 100001 | 110110 | 1001101 | 100110 |
Color Harmonies of #AA9A16
Complementary color
Monochromatic Colors of #AA9A16
Black with #AA9A16
Text Example
Text Example
White with #AA9A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A16; }
p { color: rgb(170,154,22); }
H1.HeaderClassName
{
color: #AA9A16;
}
.AnyTagClassName
{
color: #AA9A16;
}
</style>
background-color css
<style>
a { background-color: #AA9A16; }
a { background-color: rgb(170,154,22); }
div.DivClassName
{
background-color: #AA9A16;
}
.BgClassName
{
background-color: #AA9A16;
}
</style>
border-color css
<style>
span { border-color: #AA9A16; }
span { border-color: rgb(170,154,22); }
td.TdClassName
{
border-color: #AA9A16;
}
.TagClassName
{
border-color: #AA9A16;
}
</style>