Shades of Lucky #AAA11E
Tints of Lucky #AAA11E
RGB
CMYK
RGB Variations
Color information
#AAA11E (or 0xAAA11E) is known color: Lucky. HEX triplet: AA, A1 and 1E. RGB value is (170,161,30). Sum of RGB (Red+Green+Blue) = 170+161+30=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA11E is #555EE1. Grayscale: #959595. Windows color (decimal): -5594850 or 2007466. OLE color: 2007466.
HSL color Cylindrical-coordinate representation of color #AAA11E: hue angle of 56.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAA11E is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 30 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.33 |
| HSL | 56.14º | 0.7% | 0.39% | - |
| HSV(B) | 56.14º | 0.82% | 0.67% | - |
| XYZ | 29.56 | 34.13 | 6.26 | - |
| YUV | 148.76 | 60.98 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 30 | 0 | 0.05 | 0.82 | 0.33 | 56.14 | 0.7 | 0.39 |
| Hex | AA | A1 | 1E | 0 | 5 | 52 | 21 | 38 | 46 | 27 |
| Octal | 252 | 241 | 36 | 0 | 5 | 122 | 41 | 70 | 106 | 47 |
| Binary | 10101010 | 10100001 | 11110 | 0 | 101 | 1010010 | 100001 | 111000 | 1000110 | 100111 |
Color Harmonies of #AAA11E
Complementary color
Monochromatic Colors of #AAA11E
Black with #AAA11E
Text Example
Text Example
White with #AAA11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA11E; }
p { color: rgb(170,161,30); }
H1.HeaderClassName
{
color: #AAA11E;
}
.AnyTagClassName
{
color: #AAA11E;
}
</style>
background-color css
<style>
a { background-color: #AAA11E; }
a { background-color: rgb(170,161,30); }
div.DivClassName
{
background-color: #AAA11E;
}
.BgClassName
{
background-color: #AAA11E;
}
</style>
border-color css
<style>
span { border-color: #AAA11E; }
span { border-color: rgb(170,161,30); }
td.TdClassName
{
border-color: #AAA11E;
}
.TagClassName
{
border-color: #AAA11E;
}
</style>