Shades of Lucky #AEAA10
Tints of Lucky #AEAA10
RGB
CMYK
RGB Variations
Color information
#AEAA10 (or 0xAEAA10) is known color: Lucky. HEX triplet: AE, AA and 10. RGB value is (174,170,16). Sum of RGB (Red+Green+Blue) = 174+170+16=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAA10 is #5155EF. Grayscale: #9A9A9A. Windows color (decimal): -5330416 or 1092270. OLE color: 1092270.
HSL color Cylindrical-coordinate representation of color #AEAA10: hue angle of 58.48º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEAA10 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 16 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.32 |
| HSL | 58.48º | 0.83% | 0.37% | - |
| HSV(B) | 58.48º | 0.91% | 0.68% | - |
| XYZ | 31.92 | 37.79 | 6.1 | - |
| YUV | 153.64 | 50.33 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 16 | 0 | 0.02 | 0.91 | 0.32 | 58.48 | 0.83 | 0.37 |
| Hex | AE | AA | 10 | 0 | 2 | 5B | 20 | 3A | 53 | 25 |
| Octal | 256 | 252 | 20 | 0 | 2 | 133 | 40 | 72 | 123 | 45 |
| Binary | 10101110 | 10101010 | 10000 | 0 | 10 | 1011011 | 100000 | 111010 | 1010011 | 100101 |
Color Harmonies of #AEAA10
Complementary color
Monochromatic Colors of #AEAA10
Black with #AEAA10
Text Example
Text Example
White with #AEAA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA10; }
p { color: rgb(174,170,16); }
H1.HeaderClassName
{
color: #AEAA10;
}
.AnyTagClassName
{
color: #AEAA10;
}
</style>
background-color css
<style>
a { background-color: #AEAA10; }
a { background-color: rgb(174,170,16); }
div.DivClassName
{
background-color: #AEAA10;
}
.BgClassName
{
background-color: #AEAA10;
}
</style>
border-color css
<style>
span { border-color: #AEAA10; }
span { border-color: rgb(174,170,16); }
td.TdClassName
{
border-color: #AEAA10;
}
.TagClassName
{
border-color: #AEAA10;
}
</style>