Shades of Lucky #AA9116
Tints of Lucky #AA9116
RGB
CMYK
RGB Variations
Color information
#AA9116 (or 0xAA9116) is known color: Lucky. HEX triplet: AA, 91 and 16. RGB value is (170,145,22). Sum of RGB (Red+Green+Blue) = 170+145+22=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9116 is #556EE9. Grayscale: #8A8A8A. Windows color (decimal): -5598954 or 1479082. OLE color: 1479082.
HSL color Cylindrical-coordinate representation of color #AA9116: hue angle of 49.86º 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 #AA9116 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 22 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.33 |
| HSL | 49.86º | 0.77% | 0.38% | - |
| HSV(B) | 49.86º | 0.87% | 0.67% | - |
| XYZ | 26.85 | 28.85 | 4.91 | - |
| YUV | 138.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 22 | 0 | 0.15 | 0.87 | 0.33 | 49.86 | 0.77 | 0.38 |
| Hex | AA | 91 | 16 | 0 | F | 57 | 21 | 32 | 4D | 26 |
| Octal | 252 | 221 | 26 | 0 | 17 | 127 | 41 | 62 | 115 | 46 |
| Binary | 10101010 | 10010001 | 10110 | 0 | 1111 | 1010111 | 100001 | 110010 | 1001101 | 100110 |
Color Harmonies of #AA9116
Complementary color
Monochromatic Colors of #AA9116
Black with #AA9116
Text Example
Text Example
White with #AA9116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9116; }
p { color: rgb(170,145,22); }
H1.HeaderClassName
{
color: #AA9116;
}
.AnyTagClassName
{
color: #AA9116;
}
</style>
background-color css
<style>
a { background-color: #AA9116; }
a { background-color: rgb(170,145,22); }
div.DivClassName
{
background-color: #AA9116;
}
.BgClassName
{
background-color: #AA9116;
}
</style>
border-color css
<style>
span { border-color: #AA9116; }
span { border-color: rgb(170,145,22); }
td.TdClassName
{
border-color: #AA9116;
}
.TagClassName
{
border-color: #AA9116;
}
</style>