Shades of Lucky #AE9213
Tints of Lucky #AE9213
RGB
CMYK
RGB Variations
Color information
#AE9213 (or 0xAE9213) is known color: Lucky. HEX triplet: AE, 92 and 13. RGB value is (174,146,19). Sum of RGB (Red+Green+Blue) = 174+146+19=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9213 is #516DEC. Grayscale: #8C8C8C. Windows color (decimal): -5336557 or 1282734. OLE color: 1282734.
HSL color Cylindrical-coordinate representation of color #AE9213: hue angle of 49.16º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE9213 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 146 | 19 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.32 |
| HSL | 49.16º | 0.8% | 0.38% | - |
| HSV(B) | 49.16º | 0.89% | 0.68% | - |
| XYZ | 27.85 | 29.6 | 4.86 | - |
| YUV | 139.89 | 59.78 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 146 | 19 | 0 | 0.16 | 0.89 | 0.32 | 49.16 | 0.8 | 0.38 |
| Hex | AE | 92 | 13 | 0 | 10 | 59 | 20 | 31 | 50 | 26 |
| Octal | 256 | 222 | 23 | 0 | 20 | 131 | 40 | 61 | 120 | 46 |
| Binary | 10101110 | 10010010 | 10011 | 0 | 10000 | 1011001 | 100000 | 110001 | 1010000 | 100110 |
Color Harmonies of #AE9213
Complementary color
Monochromatic Colors of #AE9213
Black with #AE9213
Text Example
Text Example
White with #AE9213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9213; }
p { color: rgb(174,146,19); }
H1.HeaderClassName
{
color: #AE9213;
}
.AnyTagClassName
{
color: #AE9213;
}
</style>
background-color css
<style>
a { background-color: #AE9213; }
a { background-color: rgb(174,146,19); }
div.DivClassName
{
background-color: #AE9213;
}
.BgClassName
{
background-color: #AE9213;
}
</style>
border-color css
<style>
span { border-color: #AE9213; }
span { border-color: rgb(174,146,19); }
td.TdClassName
{
border-color: #AE9213;
}
.TagClassName
{
border-color: #AE9213;
}
</style>