Shades of Lucky #AA9A17
Tints of Lucky #AA9A17
RGB
CMYK
RGB Variations
Color information
#AA9A17 (or 0xAA9A17) is known color: Lucky. HEX triplet: AA, 9A and 17. RGB value is (170,154,23). Sum of RGB (Red+Green+Blue) = 170+154+23=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A17 is #5565E8. Grayscale: #909090. Windows color (decimal): -5596649 or 1546922. OLE color: 1546922.
HSL color Cylindrical-coordinate representation of color #AA9A17: hue angle of 53.47º 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 #AA9A17 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 23 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.33 |
| HSL | 53.47º | 0.76% | 0.38% | - |
| HSV(B) | 53.47º | 0.86% | 0.67% | - |
| XYZ | 28.29 | 31.72 | 5.44 | - |
| YUV | 143.85 | 59.8 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 23 | 0 | 0.09 | 0.86 | 0.33 | 53.47 | 0.76 | 0.38 |
| Hex | AA | 9A | 17 | 0 | 9 | 56 | 21 | 35 | 4C | 26 |
| Octal | 252 | 232 | 27 | 0 | 11 | 126 | 41 | 65 | 114 | 46 |
| Binary | 10101010 | 10011010 | 10111 | 0 | 1001 | 1010110 | 100001 | 110101 | 1001100 | 100110 |
Color Harmonies of #AA9A17
Complementary color
Monochromatic Colors of #AA9A17
Black with #AA9A17
Text Example
Text Example
White with #AA9A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A17; }
p { color: rgb(170,154,23); }
H1.HeaderClassName
{
color: #AA9A17;
}
.AnyTagClassName
{
color: #AA9A17;
}
</style>
background-color css
<style>
a { background-color: #AA9A17; }
a { background-color: rgb(170,154,23); }
div.DivClassName
{
background-color: #AA9A17;
}
.BgClassName
{
background-color: #AA9A17;
}
</style>
border-color css
<style>
span { border-color: #AA9A17; }
span { border-color: rgb(170,154,23); }
td.TdClassName
{
border-color: #AA9A17;
}
.TagClassName
{
border-color: #AA9A17;
}
</style>