Shades of Lucky #AE9212
Tints of Lucky #AE9212
RGB
CMYK
RGB Variations
Color information
#AE9212 (or 0xAE9212) is known color: Lucky. HEX triplet: AE, 92 and 12. RGB value is (174,146,18). Sum of RGB (Red+Green+Blue) = 174+146+18=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9212 is #516DED. Grayscale: #8C8C8C. Windows color (decimal): -5336558 or 1217198. OLE color: 1217198.
HSL color Cylindrical-coordinate representation of color #AE9212: hue angle of 49.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE9212 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 146 | 18 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.32 |
| HSL | 49.23º | 0.81% | 0.38% | - |
| HSV(B) | 49.23º | 0.9% | 0.68% | - |
| XYZ | 27.84 | 29.6 | 4.82 | - |
| YUV | 139.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 146 | 18 | 0 | 0.16 | 0.90 | 0.32 | 49.23 | 0.81 | 0.38 |
| Hex | AE | 92 | 12 | 0 | 10 | 5A | 20 | 31 | 51 | 26 |
| Octal | 256 | 222 | 22 | 0 | 20 | 132 | 40 | 61 | 121 | 46 |
| Binary | 10101110 | 10010010 | 10010 | 0 | 10000 | 1011010 | 100000 | 110001 | 1010001 | 100110 |
Color Harmonies of #AE9212
Complementary color
Monochromatic Colors of #AE9212
Black with #AE9212
Text Example
Text Example
White with #AE9212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9212; }
p { color: rgb(174,146,18); }
H1.HeaderClassName
{
color: #AE9212;
}
.AnyTagClassName
{
color: #AE9212;
}
</style>
background-color css
<style>
a { background-color: #AE9212; }
a { background-color: rgb(174,146,18); }
div.DivClassName
{
background-color: #AE9212;
}
.BgClassName
{
background-color: #AE9212;
}
</style>
border-color css
<style>
span { border-color: #AE9212; }
span { border-color: rgb(174,146,18); }
td.TdClassName
{
border-color: #AE9212;
}
.TagClassName
{
border-color: #AE9212;
}
</style>