Shades of Lucky #AE9E01
Tints of Lucky #AE9E01
RGB
CMYK
RGB Variations
Color information
#AE9E01 (or 0xAE9E01) is known color: Lucky. HEX triplet: AE, 9E and 01. RGB value is (174,158,1). Sum of RGB (Red+Green+Blue) = 174+158+1=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9E01 is #5161FE. Grayscale: #919191. Windows color (decimal): -5333503 or 106158. OLE color: 106158.
HSL color Cylindrical-coordinate representation of color #AE9E01: hue angle of 54.45º 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 #AE9E01 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 158 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.32 |
| HSL | 54.45º | 0.99% | 0.34% | - |
| HSV(B) | 54.45º | 0.99% | 0.68% | - |
| XYZ | 29.69 | 33.45 | 4.92 | - |
| YUV | 144.89 | 46.8 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 158 | 1 | 0 | 0.09 | 0.99 | 0.32 | 54.45 | 0.99 | 0.34 |
| Hex | AE | 9E | 1 | 0 | 9 | 63 | 20 | 36 | 63 | 22 |
| Octal | 256 | 236 | 1 | 0 | 11 | 143 | 40 | 66 | 143 | 42 |
| Binary | 10101110 | 10011110 | 1 | 0 | 1001 | 1100011 | 100000 | 110110 | 1100011 | 100010 |
Color Harmonies of #AE9E01
Complementary color
Monochromatic Colors of #AE9E01
Black with #AE9E01
Text Example
Text Example
White with #AE9E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9E01; }
p { color: rgb(174,158,1); }
H1.HeaderClassName
{
color: #AE9E01;
}
.AnyTagClassName
{
color: #AE9E01;
}
</style>
background-color css
<style>
a { background-color: #AE9E01; }
a { background-color: rgb(174,158,1); }
div.DivClassName
{
background-color: #AE9E01;
}
.BgClassName
{
background-color: #AE9E01;
}
</style>
border-color css
<style>
span { border-color: #AE9E01; }
span { border-color: rgb(174,158,1); }
td.TdClassName
{
border-color: #AE9E01;
}
.TagClassName
{
border-color: #AE9E01;
}
</style>