Shades of Lucky #AEA40E
Tints of Lucky #AEA40E
RGB
CMYK
RGB Variations
Color information
#AEA40E (or 0xAEA40E) is known color: Lucky. HEX triplet: AE, A4 and 0E. RGB value is (174,164,14). Sum of RGB (Red+Green+Blue) = 174+164+14=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA40E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA40E is #515BF1. Grayscale: #969696. Windows color (decimal): -5331954 or 959662. OLE color: 959662.
HSL color Cylindrical-coordinate representation of color #AEA40E: hue angle of 56.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEA40E is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 164 | 14 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.32 |
| HSL | 56.25º | 0.85% | 0.37% | - |
| HSV(B) | 56.25º | 0.92% | 0.68% | - |
| XYZ | 30.81 | 35.58 | 5.66 | - |
| YUV | 149.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 164 | 14 | 0 | 0.06 | 0.92 | 0.32 | 56.25 | 0.85 | 0.37 |
| Hex | AE | A4 | E | 0 | 6 | 5C | 20 | 38 | 55 | 25 |
| Octal | 256 | 244 | 16 | 0 | 6 | 134 | 40 | 70 | 125 | 45 |
| Binary | 10101110 | 10100100 | 1110 | 0 | 110 | 1011100 | 100000 | 111000 | 1010101 | 100101 |
Color Harmonies of #AEA40E
Complementary color
Monochromatic Colors of #AEA40E
Black with #AEA40E
Text Example
Text Example
White with #AEA40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA40E; }
p { color: rgb(174,164,14); }
H1.HeaderClassName
{
color: #AEA40E;
}
.AnyTagClassName
{
color: #AEA40E;
}
</style>
background-color css
<style>
a { background-color: #AEA40E; }
a { background-color: rgb(174,164,14); }
div.DivClassName
{
background-color: #AEA40E;
}
.BgClassName
{
background-color: #AEA40E;
}
</style>
border-color css
<style>
span { border-color: #AEA40E; }
span { border-color: rgb(174,164,14); }
td.TdClassName
{
border-color: #AEA40E;
}
.TagClassName
{
border-color: #AEA40E;
}
</style>