Shades of Lucky #AE9F0E
Tints of Lucky #AE9F0E
RGB
CMYK
RGB Variations
Color information
#AE9F0E (or 0xAE9F0E) is known color: Lucky. HEX triplet: AE, 9F and 0E. RGB value is (174,159,14). Sum of RGB (Red+Green+Blue) = 174+159+14=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9F0E is #5160F1. Grayscale: #939393. Windows color (decimal): -5333234 or 958382. OLE color: 958382.
HSL color Cylindrical-coordinate representation of color #AE9F0E: hue angle of 54.38º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE9F0E is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 159 | 14 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.32 |
| HSL | 54.38º | 0.85% | 0.37% | - |
| HSV(B) | 54.38º | 0.92% | 0.68% | - |
| XYZ | 29.93 | 33.83 | 5.37 | - |
| YUV | 146.96 | 52.97 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 159 | 14 | 0 | 0.09 | 0.92 | 0.32 | 54.38 | 0.85 | 0.37 |
| Hex | AE | 9F | E | 0 | 9 | 5C | 20 | 36 | 55 | 25 |
| Octal | 256 | 237 | 16 | 0 | 11 | 134 | 40 | 66 | 125 | 45 |
| Binary | 10101110 | 10011111 | 1110 | 0 | 1001 | 1011100 | 100000 | 110110 | 1010101 | 100101 |
Color Harmonies of #AE9F0E
Complementary color
Monochromatic Colors of #AE9F0E
Black with #AE9F0E
Text Example
Text Example
White with #AE9F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9F0E; }
p { color: rgb(174,159,14); }
H1.HeaderClassName
{
color: #AE9F0E;
}
.AnyTagClassName
{
color: #AE9F0E;
}
</style>
background-color css
<style>
a { background-color: #AE9F0E; }
a { background-color: rgb(174,159,14); }
div.DivClassName
{
background-color: #AE9F0E;
}
.BgClassName
{
background-color: #AE9F0E;
}
</style>
border-color css
<style>
span { border-color: #AE9F0E; }
span { border-color: rgb(174,159,14); }
td.TdClassName
{
border-color: #AE9F0E;
}
.TagClassName
{
border-color: #AE9F0E;
}
</style>