Shades of Lucky #AA9F16
Tints of Lucky #AA9F16
RGB
CMYK
RGB Variations
Color information
#AA9F16 (or 0xAA9F16) is known color: Lucky. HEX triplet: AA, 9F and 16. RGB value is (170,159,22). Sum of RGB (Red+Green+Blue) = 170+159+22=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F16 is #5560E9. Grayscale: #939393. Windows color (decimal): -5595370 or 1482666. OLE color: 1482666.
HSL color Cylindrical-coordinate representation of color #AA9F16: hue angle of 55.54º 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 #AA9F16 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 22 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.33 |
| HSL | 55.54º | 0.77% | 0.38% | - |
| HSV(B) | 55.54º | 0.87% | 0.67% | - |
| XYZ | 29.12 | 33.4 | 5.67 | - |
| YUV | 146.67 | 57.64 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 22 | 0 | 0.06 | 0.87 | 0.33 | 55.54 | 0.77 | 0.38 |
| Hex | AA | 9F | 16 | 0 | 6 | 57 | 21 | 38 | 4D | 26 |
| Octal | 252 | 237 | 26 | 0 | 6 | 127 | 41 | 70 | 115 | 46 |
| Binary | 10101010 | 10011111 | 10110 | 0 | 110 | 1010111 | 100001 | 111000 | 1001101 | 100110 |
Color Harmonies of #AA9F16
Complementary color
Monochromatic Colors of #AA9F16
Black with #AA9F16
Text Example
Text Example
White with #AA9F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F16; }
p { color: rgb(170,159,22); }
H1.HeaderClassName
{
color: #AA9F16;
}
.AnyTagClassName
{
color: #AA9F16;
}
</style>
background-color css
<style>
a { background-color: #AA9F16; }
a { background-color: rgb(170,159,22); }
div.DivClassName
{
background-color: #AA9F16;
}
.BgClassName
{
background-color: #AA9F16;
}
</style>
border-color css
<style>
span { border-color: #AA9F16; }
span { border-color: rgb(170,159,22); }
td.TdClassName
{
border-color: #AA9F16;
}
.TagClassName
{
border-color: #AA9F16;
}
</style>