Shades of Lucky #AA9816
Tints of Lucky #AA9816
RGB
CMYK
RGB Variations
Color information
#AA9816 (or 0xAA9816) is known color: Lucky. HEX triplet: AA, 98 and 16. RGB value is (170,152,22). Sum of RGB (Red+Green+Blue) = 170+152+22=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9816 is #5567E9. Grayscale: #8F8F8F. Windows color (decimal): -5597162 or 1480874. OLE color: 1480874.
HSL color Cylindrical-coordinate representation of color #AA9816: hue angle of 52.7º 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 #AA9816 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 22 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.33 |
| HSL | 52.7º | 0.77% | 0.38% | - |
| HSV(B) | 52.7º | 0.87% | 0.67% | - |
| XYZ | 27.95 | 31.06 | 5.28 | - |
| YUV | 142.56 | 59.96 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 22 | 0 | 0.11 | 0.87 | 0.33 | 52.7 | 0.77 | 0.38 |
| Hex | AA | 98 | 16 | 0 | B | 57 | 21 | 35 | 4D | 26 |
| Octal | 252 | 230 | 26 | 0 | 13 | 127 | 41 | 65 | 115 | 46 |
| Binary | 10101010 | 10011000 | 10110 | 0 | 1011 | 1010111 | 100001 | 110101 | 1001101 | 100110 |
Color Harmonies of #AA9816
Complementary color
Monochromatic Colors of #AA9816
Black with #AA9816
Text Example
Text Example
White with #AA9816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9816; }
p { color: rgb(170,152,22); }
H1.HeaderClassName
{
color: #AA9816;
}
.AnyTagClassName
{
color: #AA9816;
}
</style>
background-color css
<style>
a { background-color: #AA9816; }
a { background-color: rgb(170,152,22); }
div.DivClassName
{
background-color: #AA9816;
}
.BgClassName
{
background-color: #AA9816;
}
</style>
border-color css
<style>
span { border-color: #AA9816; }
span { border-color: rgb(170,152,22); }
td.TdClassName
{
border-color: #AA9816;
}
.TagClassName
{
border-color: #AA9816;
}
</style>