Shades of Lucky #AE9F1E
Tints of Lucky #AE9F1E
RGB
CMYK
RGB Variations
Color information
#AE9F1E (or 0xAE9F1E) is known color: Lucky. HEX triplet: AE, 9F and 1E. RGB value is (174,159,30). Sum of RGB (Red+Green+Blue) = 174+159+30=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9F1E is #5160E1. Grayscale: #959595. Windows color (decimal): -5333218 or 2006958. OLE color: 2006958.
HSL color Cylindrical-coordinate representation of color #AE9F1E: hue angle of 53.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE9F1E is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 159 | 30 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.32 |
| HSL | 53.75º | 0.71% | 0.4% | - |
| HSV(B) | 53.75º | 0.83% | 0.68% | - |
| XYZ | 30.09 | 33.89 | 6.18 | - |
| YUV | 148.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 159 | 30 | 0 | 0.09 | 0.83 | 0.32 | 53.75 | 0.71 | 0.4 |
| Hex | AE | 9F | 1E | 0 | 9 | 53 | 20 | 36 | 47 | 28 |
| Octal | 256 | 237 | 36 | 0 | 11 | 123 | 40 | 66 | 107 | 50 |
| Binary | 10101110 | 10011111 | 11110 | 0 | 1001 | 1010011 | 100000 | 110110 | 1000111 | 101000 |
Color Harmonies of #AE9F1E
Complementary color
Monochromatic Colors of #AE9F1E
Black with #AE9F1E
Text Example
Text Example
White with #AE9F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9F1E; }
p { color: rgb(174,159,30); }
H1.HeaderClassName
{
color: #AE9F1E;
}
.AnyTagClassName
{
color: #AE9F1E;
}
</style>
background-color css
<style>
a { background-color: #AE9F1E; }
a { background-color: rgb(174,159,30); }
div.DivClassName
{
background-color: #AE9F1E;
}
.BgClassName
{
background-color: #AE9F1E;
}
</style>
border-color css
<style>
span { border-color: #AE9F1E; }
span { border-color: rgb(174,159,30); }
td.TdClassName
{
border-color: #AE9F1E;
}
.TagClassName
{
border-color: #AE9F1E;
}
</style>