Shades of Lucky #AA9E17
Tints of Lucky #AA9E17
RGB
CMYK
RGB Variations
Color information
#AA9E17 (or 0xAA9E17) is known color: Lucky. HEX triplet: AA, 9E and 17. RGB value is (170,158,23). Sum of RGB (Red+Green+Blue) = 170+158+23=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9E17 is #5561E8. Grayscale: #929292. Windows color (decimal): -5595625 or 1547946. OLE color: 1547946.
HSL color Cylindrical-coordinate representation of color #AA9E17: hue angle of 55.1º 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 #AA9E17 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 23 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.33 |
| HSL | 55.1º | 0.76% | 0.38% | - |
| HSV(B) | 55.1º | 0.86% | 0.67% | - |
| XYZ | 28.96 | 33.06 | 5.67 | - |
| YUV | 146.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 23 | 0 | 0.07 | 0.86 | 0.33 | 55.1 | 0.76 | 0.38 |
| Hex | AA | 9E | 17 | 0 | 7 | 56 | 21 | 37 | 4C | 26 |
| Octal | 252 | 236 | 27 | 0 | 7 | 126 | 41 | 67 | 114 | 46 |
| Binary | 10101010 | 10011110 | 10111 | 0 | 111 | 1010110 | 100001 | 110111 | 1001100 | 100110 |
Color Harmonies of #AA9E17
Complementary color
Monochromatic Colors of #AA9E17
Black with #AA9E17
Text Example
Text Example
White with #AA9E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E17; }
p { color: rgb(170,158,23); }
H1.HeaderClassName
{
color: #AA9E17;
}
.AnyTagClassName
{
color: #AA9E17;
}
</style>
background-color css
<style>
a { background-color: #AA9E17; }
a { background-color: rgb(170,158,23); }
div.DivClassName
{
background-color: #AA9E17;
}
.BgClassName
{
background-color: #AA9E17;
}
</style>
border-color css
<style>
span { border-color: #AA9E17; }
span { border-color: rgb(170,158,23); }
td.TdClassName
{
border-color: #AA9E17;
}
.TagClassName
{
border-color: #AA9E17;
}
</style>