Shades of Lucky #AEA401
Tints of Lucky #AEA401
RGB
CMYK
RGB Variations
Color information
#AEA401 (or 0xAEA401) is known color: Lucky. HEX triplet: AE, A4 and 01. RGB value is (174,164,1). Sum of RGB (Red+Green+Blue) = 174+164+1=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA401 is #515BFE. Grayscale: #959595. Windows color (decimal): -5331967 or 107694. OLE color: 107694.
HSL color Cylindrical-coordinate representation of color #AEA401: hue angle of 56.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEA401 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 164 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.32 |
| HSL | 56.53º | 0.99% | 0.34% | - |
| HSV(B) | 56.53º | 0.99% | 0.68% | - |
| XYZ | 30.74 | 35.55 | 5.27 | - |
| YUV | 148.41 | 44.81 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 164 | 1 | 0 | 0.06 | 0.99 | 0.32 | 56.53 | 0.99 | 0.34 |
| Hex | AE | A4 | 1 | 0 | 6 | 63 | 20 | 39 | 63 | 22 |
| Octal | 256 | 244 | 1 | 0 | 6 | 143 | 40 | 71 | 143 | 42 |
| Binary | 10101110 | 10100100 | 1 | 0 | 110 | 1100011 | 100000 | 111001 | 1100011 | 100010 |
Color Harmonies of #AEA401
Complementary color
Monochromatic Colors of #AEA401
Black with #AEA401
Text Example
Text Example
White with #AEA401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA401; }
p { color: rgb(174,164,1); }
H1.HeaderClassName
{
color: #AEA401;
}
.AnyTagClassName
{
color: #AEA401;
}
</style>
background-color css
<style>
a { background-color: #AEA401; }
a { background-color: rgb(174,164,1); }
div.DivClassName
{
background-color: #AEA401;
}
.BgClassName
{
background-color: #AEA401;
}
</style>
border-color css
<style>
span { border-color: #AEA401; }
span { border-color: rgb(174,164,1); }
td.TdClassName
{
border-color: #AEA401;
}
.TagClassName
{
border-color: #AEA401;
}
</style>