Shades of Lucky #AA9117
Tints of Lucky #AA9117
RGB
CMYK
RGB Variations
Color information
#AA9117 (or 0xAA9117) is known color: Lucky. HEX triplet: AA, 91 and 17. RGB value is (170,145,23). Sum of RGB (Red+Green+Blue) = 170+145+23=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9117 is #556EE8. Grayscale: #8B8B8B. Windows color (decimal): -5598953 or 1544618. OLE color: 1544618.
HSL color Cylindrical-coordinate representation of color #AA9117: hue angle of 49.8º 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 #AA9117 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 23 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.33 |
| HSL | 49.8º | 0.76% | 0.38% | - |
| HSV(B) | 49.8º | 0.86% | 0.67% | - |
| XYZ | 26.86 | 28.86 | 4.97 | - |
| YUV | 138.57 | 62.78 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 23 | 0 | 0.15 | 0.86 | 0.33 | 49.8 | 0.76 | 0.38 |
| Hex | AA | 91 | 17 | 0 | F | 56 | 21 | 32 | 4C | 26 |
| Octal | 252 | 221 | 27 | 0 | 17 | 126 | 41 | 62 | 114 | 46 |
| Binary | 10101010 | 10010001 | 10111 | 0 | 1111 | 1010110 | 100001 | 110010 | 1001100 | 100110 |
Color Harmonies of #AA9117
Complementary color
Monochromatic Colors of #AA9117
Black with #AA9117
Text Example
Text Example
White with #AA9117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9117; }
p { color: rgb(170,145,23); }
H1.HeaderClassName
{
color: #AA9117;
}
.AnyTagClassName
{
color: #AA9117;
}
</style>
background-color css
<style>
a { background-color: #AA9117; }
a { background-color: rgb(170,145,23); }
div.DivClassName
{
background-color: #AA9117;
}
.BgClassName
{
background-color: #AA9117;
}
</style>
border-color css
<style>
span { border-color: #AA9117; }
span { border-color: rgb(170,145,23); }
td.TdClassName
{
border-color: #AA9117;
}
.TagClassName
{
border-color: #AA9117;
}
</style>