Shades of Lucky #AE9901
Tints of Lucky #AE9901
RGB
CMYK
RGB Variations
Color information
#AE9901 (or 0xAE9901) is known color: Lucky. HEX triplet: AE, 99 and 01. RGB value is (174,153,1). Sum of RGB (Red+Green+Blue) = 174+153+1=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9901 is #5166FE. Grayscale: #8E8E8E. Windows color (decimal): -5334783 or 104878. OLE color: 104878.
HSL color Cylindrical-coordinate representation of color #AE9901: hue angle of 52.72º 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 #AE9901 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 153 | 1 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.32 |
| HSL | 52.72º | 0.99% | 0.34% | - |
| HSV(B) | 52.72º | 0.99% | 0.68% | - |
| XYZ | 28.85 | 31.78 | 4.64 | - |
| YUV | 141.95 | 48.46 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 153 | 1 | 0 | 0.12 | 0.99 | 0.32 | 52.72 | 0.99 | 0.34 |
| Hex | AE | 99 | 1 | 0 | C | 63 | 20 | 35 | 63 | 22 |
| Octal | 256 | 231 | 1 | 0 | 14 | 143 | 40 | 65 | 143 | 42 |
| Binary | 10101110 | 10011001 | 1 | 0 | 1100 | 1100011 | 100000 | 110101 | 1100011 | 100010 |
Color Harmonies of #AE9901
Complementary color
Monochromatic Colors of #AE9901
Black with #AE9901
Text Example
Text Example
White with #AE9901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9901; }
p { color: rgb(174,153,1); }
H1.HeaderClassName
{
color: #AE9901;
}
.AnyTagClassName
{
color: #AE9901;
}
</style>
background-color css
<style>
a { background-color: #AE9901; }
a { background-color: rgb(174,153,1); }
div.DivClassName
{
background-color: #AE9901;
}
.BgClassName
{
background-color: #AE9901;
}
</style>
border-color css
<style>
span { border-color: #AE9901; }
span { border-color: rgb(174,153,1); }
td.TdClassName
{
border-color: #AE9901;
}
.TagClassName
{
border-color: #AE9901;
}
</style>