Shades of Lucky #AAA114
Tints of Lucky #AAA114
RGB
CMYK
RGB Variations
Color information
#AAA114 (or 0xAAA114) is known color: Lucky. HEX triplet: AA, A1 and 14. RGB value is (170,161,20). Sum of RGB (Red+Green+Blue) = 170+161+20=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA114 is #555EEB. Grayscale: #949494. Windows color (decimal): -5594860 or 1352106. OLE color: 1352106.
HSL color Cylindrical-coordinate representation of color #AAA114: hue angle of 56.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAA114 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 20 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.33 |
| HSL | 56.4º | 0.79% | 0.37% | - |
| HSV(B) | 56.4º | 0.88% | 0.67% | - |
| XYZ | 29.45 | 34.09 | 5.69 | - |
| YUV | 147.62 | 55.98 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 20 | 0 | 0.05 | 0.88 | 0.33 | 56.4 | 0.79 | 0.37 |
| Hex | AA | A1 | 14 | 0 | 5 | 58 | 21 | 38 | 4F | 25 |
| Octal | 252 | 241 | 24 | 0 | 5 | 130 | 41 | 70 | 117 | 45 |
| Binary | 10101010 | 10100001 | 10100 | 0 | 101 | 1011000 | 100001 | 111000 | 1001111 | 100101 |
Color Harmonies of #AAA114
Complementary color
Monochromatic Colors of #AAA114
Black with #AAA114
Text Example
Text Example
White with #AAA114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA114; }
p { color: rgb(170,161,20); }
H1.HeaderClassName
{
color: #AAA114;
}
.AnyTagClassName
{
color: #AAA114;
}
</style>
background-color css
<style>
a { background-color: #AAA114; }
a { background-color: rgb(170,161,20); }
div.DivClassName
{
background-color: #AAA114;
}
.BgClassName
{
background-color: #AAA114;
}
</style>
border-color css
<style>
span { border-color: #AAA114; }
span { border-color: rgb(170,161,20); }
td.TdClassName
{
border-color: #AAA114;
}
.TagClassName
{
border-color: #AAA114;
}
</style>