Shades of Lucky #AA9F17
Tints of Lucky #AA9F17
RGB
CMYK
RGB Variations
Color information
#AA9F17 (or 0xAA9F17) is known color: Lucky. HEX triplet: AA, 9F and 17. RGB value is (170,159,23). Sum of RGB (Red+Green+Blue) = 170+159+23=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F17 is #5560E8. Grayscale: #939393. Windows color (decimal): -5595369 or 1548202. OLE color: 1548202.
HSL color Cylindrical-coordinate representation of color #AA9F17: hue angle of 55.51º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA9F17 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 23 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.33 |
| HSL | 55.51º | 0.76% | 0.38% | - |
| HSV(B) | 55.51º | 0.86% | 0.67% | - |
| XYZ | 29.13 | 33.4 | 5.72 | - |
| YUV | 146.79 | 58.14 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 23 | 0 | 0.06 | 0.86 | 0.33 | 55.51 | 0.76 | 0.38 |
| Hex | AA | 9F | 17 | 0 | 6 | 56 | 21 | 38 | 4C | 26 |
| Octal | 252 | 237 | 27 | 0 | 6 | 126 | 41 | 70 | 114 | 46 |
| Binary | 10101010 | 10011111 | 10111 | 0 | 110 | 1010110 | 100001 | 111000 | 1001100 | 100110 |
Color Harmonies of #AA9F17
Complementary color
Monochromatic Colors of #AA9F17
Black with #AA9F17
Text Example
Text Example
White with #AA9F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F17; }
p { color: rgb(170,159,23); }
H1.HeaderClassName
{
color: #AA9F17;
}
.AnyTagClassName
{
color: #AA9F17;
}
</style>
background-color css
<style>
a { background-color: #AA9F17; }
a { background-color: rgb(170,159,23); }
div.DivClassName
{
background-color: #AA9F17;
}
.BgClassName
{
background-color: #AA9F17;
}
</style>
border-color css
<style>
span { border-color: #AA9F17; }
span { border-color: rgb(170,159,23); }
td.TdClassName
{
border-color: #AA9F17;
}
.TagClassName
{
border-color: #AA9F17;
}
</style>