Shades of Lucky #AEA301
Tints of Lucky #AEA301
RGB
CMYK
RGB Variations
Color information
#AEA301 (or 0xAEA301) is known color: Lucky. HEX triplet: AE, A3 and 01. RGB value is (174,163,1). Sum of RGB (Red+Green+Blue) = 174+163+1=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA301 is #515CFE. Grayscale: #949494. Windows color (decimal): -5332223 or 107438. OLE color: 107438.
HSL color Cylindrical-coordinate representation of color #AEA301: hue angle of 56.18º 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 #AEA301 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 163 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.32 |
| HSL | 56.18º | 0.99% | 0.34% | - |
| HSV(B) | 56.18º | 0.99% | 0.68% | - |
| XYZ | 30.56 | 35.2 | 5.21 | - |
| YUV | 147.82 | 45.14 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 163 | 1 | 0 | 0.06 | 0.99 | 0.32 | 56.18 | 0.99 | 0.34 |
| Hex | AE | A3 | 1 | 0 | 6 | 63 | 20 | 38 | 63 | 22 |
| Octal | 256 | 243 | 1 | 0 | 6 | 143 | 40 | 70 | 143 | 42 |
| Binary | 10101110 | 10100011 | 1 | 0 | 110 | 1100011 | 100000 | 111000 | 1100011 | 100010 |
Color Harmonies of #AEA301
Complementary color
Monochromatic Colors of #AEA301
Black with #AEA301
Text Example
Text Example
White with #AEA301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA301; }
p { color: rgb(174,163,1); }
H1.HeaderClassName
{
color: #AEA301;
}
.AnyTagClassName
{
color: #AEA301;
}
</style>
background-color css
<style>
a { background-color: #AEA301; }
a { background-color: rgb(174,163,1); }
div.DivClassName
{
background-color: #AEA301;
}
.BgClassName
{
background-color: #AEA301;
}
</style>
border-color css
<style>
span { border-color: #AEA301; }
span { border-color: rgb(174,163,1); }
td.TdClassName
{
border-color: #AEA301;
}
.TagClassName
{
border-color: #AEA301;
}
</style>