Shades of Lucky #AE9E0F
Tints of Lucky #AE9E0F
RGB
CMYK
RGB Variations
Color information
#AE9E0F (or 0xAE9E0F) is known color: Lucky. HEX triplet: AE, 9E and 0F. RGB value is (174,158,15). Sum of RGB (Red+Green+Blue) = 174+158+15=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9E0F is #5161F0. Grayscale: #939393. Windows color (decimal): -5333489 or 1023662. OLE color: 1023662.
HSL color Cylindrical-coordinate representation of color #AE9E0F: hue angle of 53.96º degrees, saturation: 0.84, 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 #AE9E0F is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 158 | 15 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.32 |
| HSL | 53.96º | 0.84% | 0.37% | - |
| HSV(B) | 53.96º | 0.91% | 0.68% | - |
| XYZ | 29.77 | 33.49 | 5.35 | - |
| YUV | 146.48 | 53.8 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 158 | 15 | 0 | 0.09 | 0.91 | 0.32 | 53.96 | 0.84 | 0.37 |
| Hex | AE | 9E | F | 0 | 9 | 5B | 20 | 36 | 54 | 25 |
| Octal | 256 | 236 | 17 | 0 | 11 | 133 | 40 | 66 | 124 | 45 |
| Binary | 10101110 | 10011110 | 1111 | 0 | 1001 | 1011011 | 100000 | 110110 | 1010100 | 100101 |
Color Harmonies of #AE9E0F
Complementary color
Monochromatic Colors of #AE9E0F
Black with #AE9E0F
Text Example
Text Example
White with #AE9E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9E0F; }
p { color: rgb(174,158,15); }
H1.HeaderClassName
{
color: #AE9E0F;
}
.AnyTagClassName
{
color: #AE9E0F;
}
</style>
background-color css
<style>
a { background-color: #AE9E0F; }
a { background-color: rgb(174,158,15); }
div.DivClassName
{
background-color: #AE9E0F;
}
.BgClassName
{
background-color: #AE9E0F;
}
</style>
border-color css
<style>
span { border-color: #AE9E0F; }
span { border-color: rgb(174,158,15); }
td.TdClassName
{
border-color: #AE9E0F;
}
.TagClassName
{
border-color: #AE9E0F;
}
</style>