Shades of Lucky #AAA110
Tints of Lucky #AAA110
RGB
CMYK
RGB Variations
Color information
#AAA110 (or 0xAAA110) is known color: Lucky. HEX triplet: AA, A1 and 10. RGB value is (170,161,16). Sum of RGB (Red+Green+Blue) = 170+161+16=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA110 is #555EEF. Grayscale: #939393. Windows color (decimal): -5594864 or 1089962. OLE color: 1089962.
HSL color Cylindrical-coordinate representation of color #AAA110: hue angle of 56.49º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAA110 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 16 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.33 |
| HSL | 56.49º | 0.83% | 0.36% | - |
| HSV(B) | 56.49º | 0.91% | 0.67% | - |
| XYZ | 29.42 | 34.07 | 5.52 | - |
| YUV | 147.16 | 53.98 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 16 | 0 | 0.05 | 0.91 | 0.33 | 56.49 | 0.83 | 0.36 |
| Hex | AA | A1 | 10 | 0 | 5 | 5B | 21 | 38 | 53 | 24 |
| Octal | 252 | 241 | 20 | 0 | 5 | 133 | 41 | 70 | 123 | 44 |
| Binary | 10101010 | 10100001 | 10000 | 0 | 101 | 1011011 | 100001 | 111000 | 1010011 | 100100 |
Color Harmonies of #AAA110
Complementary color
Monochromatic Colors of #AAA110
Black with #AAA110
Text Example
Text Example
White with #AAA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA110; }
p { color: rgb(170,161,16); }
H1.HeaderClassName
{
color: #AAA110;
}
.AnyTagClassName
{
color: #AAA110;
}
</style>
background-color css
<style>
a { background-color: #AAA110; }
a { background-color: rgb(170,161,16); }
div.DivClassName
{
background-color: #AAA110;
}
.BgClassName
{
background-color: #AAA110;
}
</style>
border-color css
<style>
span { border-color: #AAA110; }
span { border-color: rgb(170,161,16); }
td.TdClassName
{
border-color: #AAA110;
}
.TagClassName
{
border-color: #AAA110;
}
</style>