Shades of Lucky #AA8D16
Tints of Lucky #AA8D16
RGB
CMYK
RGB Variations
Color information
#AA8D16 (or 0xAA8D16) is known color: Lucky. HEX triplet: AA, 8D and 16. RGB value is (170,141,22). Sum of RGB (Red+Green+Blue) = 170+141+22=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8D16 is #5572E9. Grayscale: #888888. Windows color (decimal): -5599978 or 1478058. OLE color: 1478058.
HSL color Cylindrical-coordinate representation of color #AA8D16: hue angle of 48.24º 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 #AA8D16 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 22 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.33 |
| HSL | 48.24º | 0.77% | 0.38% | - |
| HSV(B) | 48.24º | 0.87% | 0.67% | - |
| XYZ | 26.25 | 27.65 | 4.71 | - |
| YUV | 136.11 | 63.61 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 22 | 0 | 0.17 | 0.87 | 0.33 | 48.24 | 0.77 | 0.38 |
| Hex | AA | 8D | 16 | 0 | 11 | 57 | 21 | 30 | 4D | 26 |
| Octal | 252 | 215 | 26 | 0 | 21 | 127 | 41 | 60 | 115 | 46 |
| Binary | 10101010 | 10001101 | 10110 | 0 | 10001 | 1010111 | 100001 | 110000 | 1001101 | 100110 |
Color Harmonies of #AA8D16
Complementary color
Monochromatic Colors of #AA8D16
Black with #AA8D16
Text Example
Text Example
White with #AA8D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D16; }
p { color: rgb(170,141,22); }
H1.HeaderClassName
{
color: #AA8D16;
}
.AnyTagClassName
{
color: #AA8D16;
}
</style>
background-color css
<style>
a { background-color: #AA8D16; }
a { background-color: rgb(170,141,22); }
div.DivClassName
{
background-color: #AA8D16;
}
.BgClassName
{
background-color: #AA8D16;
}
</style>
border-color css
<style>
span { border-color: #AA8D16; }
span { border-color: rgb(170,141,22); }
td.TdClassName
{
border-color: #AA8D16;
}
.TagClassName
{
border-color: #AA8D16;
}
</style>