Shades of Lucky #AE9411
Tints of Lucky #AE9411
RGB
CMYK
RGB Variations
Color information
#AE9411 (or 0xAE9411) is known color: Lucky. HEX triplet: AE, 94 and 11. RGB value is (174,148,17). Sum of RGB (Red+Green+Blue) = 174+148+17=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9411 is #516BEE. Grayscale: #8D8D8D. Windows color (decimal): -5336047 or 1152174. OLE color: 1152174.
HSL color Cylindrical-coordinate representation of color #AE9411: hue angle of 50.06º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE9411 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 148 | 17 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.32 |
| HSL | 50.06º | 0.82% | 0.37% | - |
| HSV(B) | 50.06º | 0.9% | 0.68% | - |
| XYZ | 28.15 | 30.22 | 4.88 | - |
| YUV | 140.84 | 58.11 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 148 | 17 | 0 | 0.15 | 0.90 | 0.32 | 50.06 | 0.82 | 0.37 |
| Hex | AE | 94 | 11 | 0 | F | 5A | 20 | 32 | 52 | 25 |
| Octal | 256 | 224 | 21 | 0 | 17 | 132 | 40 | 62 | 122 | 45 |
| Binary | 10101110 | 10010100 | 10001 | 0 | 1111 | 1011010 | 100000 | 110010 | 1010010 | 100101 |
Color Harmonies of #AE9411
Complementary color
Monochromatic Colors of #AE9411
Black with #AE9411
Text Example
Text Example
White with #AE9411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9411; }
p { color: rgb(174,148,17); }
H1.HeaderClassName
{
color: #AE9411;
}
.AnyTagClassName
{
color: #AE9411;
}
</style>
background-color css
<style>
a { background-color: #AE9411; }
a { background-color: rgb(174,148,17); }
div.DivClassName
{
background-color: #AE9411;
}
.BgClassName
{
background-color: #AE9411;
}
</style>
border-color css
<style>
span { border-color: #AE9411; }
span { border-color: rgb(174,148,17); }
td.TdClassName
{
border-color: #AE9411;
}
.TagClassName
{
border-color: #AE9411;
}
</style>