Shades of Lucky #AEA20C
Tints of Lucky #AEA20C
RGB
CMYK
RGB Variations
Color information
#AEA20C (or 0xAEA20C) is known color: Lucky. HEX triplet: AE, A2 and 0C. RGB value is (174,162,12). Sum of RGB (Red+Green+Blue) = 174+162+12=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA20C is #515DF3. Grayscale: #959595. Windows color (decimal): -5332468 or 828078. OLE color: 828078.
HSL color Cylindrical-coordinate representation of color #AEA20C: hue angle of 55.56º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEA20C is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 12 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.32 |
| HSL | 55.56º | 0.87% | 0.36% | - |
| HSV(B) | 55.56º | 0.93% | 0.68% | - |
| XYZ | 30.44 | 34.87 | 5.47 | - |
| YUV | 148.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 12 | 0 | 0.07 | 0.93 | 0.32 | 55.56 | 0.87 | 0.36 |
| Hex | AE | A2 | C | 0 | 7 | 5D | 20 | 38 | 57 | 24 |
| Octal | 256 | 242 | 14 | 0 | 7 | 135 | 40 | 70 | 127 | 44 |
| Binary | 10101110 | 10100010 | 1100 | 0 | 111 | 1011101 | 100000 | 111000 | 1010111 | 100100 |
Color Harmonies of #AEA20C
Complementary color
Monochromatic Colors of #AEA20C
Black with #AEA20C
Text Example
Text Example
White with #AEA20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA20C; }
p { color: rgb(174,162,12); }
H1.HeaderClassName
{
color: #AEA20C;
}
.AnyTagClassName
{
color: #AEA20C;
}
</style>
background-color css
<style>
a { background-color: #AEA20C; }
a { background-color: rgb(174,162,12); }
div.DivClassName
{
background-color: #AEA20C;
}
.BgClassName
{
background-color: #AEA20C;
}
</style>
border-color css
<style>
span { border-color: #AEA20C; }
span { border-color: rgb(174,162,12); }
td.TdClassName
{
border-color: #AEA20C;
}
.TagClassName
{
border-color: #AEA20C;
}
</style>