Shades of Lucky #AEA11C
Tints of Lucky #AEA11C
RGB
CMYK
RGB Variations
Color information
#AEA11C (or 0xAEA11C) is known color: Lucky. HEX triplet: AE, A1 and 1C. RGB value is (174,161,28). Sum of RGB (Red+Green+Blue) = 174+161+28=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA11C is #515EE3. Grayscale: #969696. Windows color (decimal): -5332708 or 1876398. OLE color: 1876398.
HSL color Cylindrical-coordinate representation of color #AEA11C: hue angle of 54.66º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEA11C is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 28 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.32 |
| HSL | 54.66º | 0.72% | 0.4% | - |
| HSV(B) | 54.66º | 0.84% | 0.68% | - |
| XYZ | 30.41 | 34.57 | 6.17 | - |
| YUV | 149.73 | 59.31 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 28 | 0 | 0.07 | 0.84 | 0.32 | 54.66 | 0.72 | 0.4 |
| Hex | AE | A1 | 1C | 0 | 7 | 54 | 20 | 37 | 48 | 28 |
| Octal | 256 | 241 | 34 | 0 | 7 | 124 | 40 | 67 | 110 | 50 |
| Binary | 10101110 | 10100001 | 11100 | 0 | 111 | 1010100 | 100000 | 110111 | 1001000 | 101000 |
Color Harmonies of #AEA11C
Complementary color
Monochromatic Colors of #AEA11C
Black with #AEA11C
Text Example
Text Example
White with #AEA11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA11C; }
p { color: rgb(174,161,28); }
H1.HeaderClassName
{
color: #AEA11C;
}
.AnyTagClassName
{
color: #AEA11C;
}
</style>
background-color css
<style>
a { background-color: #AEA11C; }
a { background-color: rgb(174,161,28); }
div.DivClassName
{
background-color: #AEA11C;
}
.BgClassName
{
background-color: #AEA11C;
}
</style>
border-color css
<style>
span { border-color: #AEA11C; }
span { border-color: rgb(174,161,28); }
td.TdClassName
{
border-color: #AEA11C;
}
.TagClassName
{
border-color: #AEA11C;
}
</style>