Shades of Lucky #AEA20D
Tints of Lucky #AEA20D
RGB
CMYK
RGB Variations
Color information
#AEA20D (or 0xAEA20D) is known color: Lucky. HEX triplet: AE, A2 and 0D. RGB value is (174,162,13). Sum of RGB (Red+Green+Blue) = 174+162+13=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA20D is #515DF2. Grayscale: #959595. Windows color (decimal): -5332467 or 893614. OLE color: 893614.
HSL color Cylindrical-coordinate representation of color #AEA20D: hue angle of 55.53º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEA20D is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 13 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.32 |
| HSL | 55.53º | 0.86% | 0.37% | - |
| HSV(B) | 55.53º | 0.93% | 0.68% | - |
| XYZ | 30.45 | 34.87 | 5.51 | - |
| YUV | 148.6 | 51.48 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 13 | 0 | 0.07 | 0.93 | 0.32 | 55.53 | 0.86 | 0.37 |
| Hex | AE | A2 | D | 0 | 7 | 5D | 20 | 38 | 56 | 25 |
| Octal | 256 | 242 | 15 | 0 | 7 | 135 | 40 | 70 | 126 | 45 |
| Binary | 10101110 | 10100010 | 1101 | 0 | 111 | 1011101 | 100000 | 111000 | 1010110 | 100101 |
Color Harmonies of #AEA20D
Complementary color
Monochromatic Colors of #AEA20D
Black with #AEA20D
Text Example
Text Example
White with #AEA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA20D; }
p { color: rgb(174,162,13); }
H1.HeaderClassName
{
color: #AEA20D;
}
.AnyTagClassName
{
color: #AEA20D;
}
</style>
background-color css
<style>
a { background-color: #AEA20D; }
a { background-color: rgb(174,162,13); }
div.DivClassName
{
background-color: #AEA20D;
}
.BgClassName
{
background-color: #AEA20D;
}
</style>
border-color css
<style>
span { border-color: #AEA20D; }
span { border-color: rgb(174,162,13); }
td.TdClassName
{
border-color: #AEA20D;
}
.TagClassName
{
border-color: #AEA20D;
}
</style>