Shades of Lucky #AEA00C
Tints of Lucky #AEA00C
RGB
CMYK
RGB Variations
Color information
#AEA00C (or 0xAEA00C) is known color: Lucky. HEX triplet: AE, A0 and 0C. RGB value is (174,160,12). Sum of RGB (Red+Green+Blue) = 174+160+12=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA00C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA00C is #515FF3. Grayscale: #939393. Windows color (decimal): -5332980 or 827566. OLE color: 827566.
HSL color Cylindrical-coordinate representation of color #AEA00C: hue angle of 54.81º 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 #AEA00C is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 12 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.32 |
| HSL | 54.81º | 0.87% | 0.36% | - |
| HSV(B) | 54.81º | 0.93% | 0.68% | - |
| XYZ | 30.09 | 34.17 | 5.36 | - |
| YUV | 147.31 | 51.64 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 12 | 0 | 0.08 | 0.93 | 0.32 | 54.81 | 0.87 | 0.36 |
| Hex | AE | A0 | C | 0 | 8 | 5D | 20 | 37 | 57 | 24 |
| Octal | 256 | 240 | 14 | 0 | 10 | 135 | 40 | 67 | 127 | 44 |
| Binary | 10101110 | 10100000 | 1100 | 0 | 1000 | 1011101 | 100000 | 110111 | 1010111 | 100100 |
Color Harmonies of #AEA00C
Complementary color
Monochromatic Colors of #AEA00C
Black with #AEA00C
Text Example
Text Example
White with #AEA00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA00C; }
p { color: rgb(174,160,12); }
H1.HeaderClassName
{
color: #AEA00C;
}
.AnyTagClassName
{
color: #AEA00C;
}
</style>
background-color css
<style>
a { background-color: #AEA00C; }
a { background-color: rgb(174,160,12); }
div.DivClassName
{
background-color: #AEA00C;
}
.BgClassName
{
background-color: #AEA00C;
}
</style>
border-color css
<style>
span { border-color: #AEA00C; }
span { border-color: rgb(174,160,12); }
td.TdClassName
{
border-color: #AEA00C;
}
.TagClassName
{
border-color: #AEA00C;
}
</style>