Shades of Lucky #AEA200
Tints of Lucky #AEA200
RGB
CMYK
RGB Variations
Color information
#AEA200 (or 0xAEA200) is known color: Lucky. HEX triplet: AE, A2 and 00. RGB value is (174,162,0). Sum of RGB (Red+Green+Blue) = 174+162+0=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA200 is #515DFF. Grayscale: #939393. Windows color (decimal): -5332480 or 41646. OLE color: 41646.
HSL color Cylindrical-coordinate representation of color #AEA200: hue angle of 55.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEA200 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.32 |
| HSL | 55.86º | 1% | 0.34% | - |
| HSV(B) | 55.86º | 1% | 0.68% | - |
| XYZ | 30.38 | 34.84 | 5.12 | - |
| YUV | 147.12 | 44.98 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 0 | 0 | 0.07 | 1 | 0.32 | 55.86 | 1 | 0.34 |
| Hex | AE | A2 | 0 | 0 | 7 | 64 | 20 | 38 | 64 | 22 |
| Octal | 256 | 242 | 0 | 0 | 7 | 144 | 40 | 70 | 144 | 42 |
| Binary | 10101110 | 10100010 | 0 | 0 | 111 | 1100100 | 100000 | 111000 | 1100100 | 100010 |
Color Harmonies of #AEA200
Complementary color
Monochromatic Colors of #AEA200
Black with #AEA200
Text Example
Text Example
White with #AEA200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA200; }
p { color: rgb(174,162,0); }
H1.HeaderClassName
{
color: #AEA200;
}
.AnyTagClassName
{
color: #AEA200;
}
</style>
background-color css
<style>
a { background-color: #AEA200; }
a { background-color: rgb(174,162,0); }
div.DivClassName
{
background-color: #AEA200;
}
.BgClassName
{
background-color: #AEA200;
}
</style>
border-color css
<style>
span { border-color: #AEA200; }
span { border-color: rgb(174,162,0); }
td.TdClassName
{
border-color: #AEA200;
}
.TagClassName
{
border-color: #AEA200;
}
</style>