Shades of Lucky #AEA810
Tints of Lucky #AEA810
RGB
CMYK
RGB Variations
Color information
#AEA810 (or 0xAEA810) is known color: Lucky. HEX triplet: AE, A8 and 10. RGB value is (174,168,16). Sum of RGB (Red+Green+Blue) = 174+168+16=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA810 is #5157EF. Grayscale: #999999. Windows color (decimal): -5330928 or 1091758. OLE color: 1091758.
HSL color Cylindrical-coordinate representation of color #AEA810: hue angle of 57.72º 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 #AEA810 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 16 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.32 |
| HSL | 57.72º | 0.83% | 0.37% | - |
| HSV(B) | 57.72º | 0.91% | 0.68% | - |
| XYZ | 31.55 | 37.04 | 5.98 | - |
| YUV | 152.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 16 | 0 | 0.03 | 0.91 | 0.32 | 57.72 | 0.83 | 0.37 |
| Hex | AE | A8 | 10 | 0 | 3 | 5B | 20 | 3A | 53 | 25 |
| Octal | 256 | 250 | 20 | 0 | 3 | 133 | 40 | 72 | 123 | 45 |
| Binary | 10101110 | 10101000 | 10000 | 0 | 11 | 1011011 | 100000 | 111010 | 1010011 | 100101 |
Color Harmonies of #AEA810
Complementary color
Monochromatic Colors of #AEA810
Black with #AEA810
Text Example
Text Example
White with #AEA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA810; }
p { color: rgb(174,168,16); }
H1.HeaderClassName
{
color: #AEA810;
}
.AnyTagClassName
{
color: #AEA810;
}
</style>
background-color css
<style>
a { background-color: #AEA810; }
a { background-color: rgb(174,168,16); }
div.DivClassName
{
background-color: #AEA810;
}
.BgClassName
{
background-color: #AEA810;
}
</style>
border-color css
<style>
span { border-color: #AEA810; }
span { border-color: rgb(174,168,16); }
td.TdClassName
{
border-color: #AEA810;
}
.TagClassName
{
border-color: #AEA810;
}
</style>