Shades of Lucky #AE9210
Tints of Lucky #AE9210
RGB
CMYK
RGB Variations
Color information
#AE9210 (or 0xAE9210) is known color: Lucky. HEX triplet: AE, 92 and 10. RGB value is (174,146,16). Sum of RGB (Red+Green+Blue) = 174+146+16=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9210 is #516DEF. Grayscale: #8C8C8C. Windows color (decimal): -5336560 or 1086126. OLE color: 1086126.
HSL color Cylindrical-coordinate representation of color #AE9210: hue angle of 49.37º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE9210 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 146 | 16 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.32 |
| HSL | 49.37º | 0.83% | 0.37% | - |
| HSV(B) | 49.37º | 0.91% | 0.68% | - |
| XYZ | 27.83 | 29.59 | 4.74 | - |
| YUV | 139.55 | 58.28 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 146 | 16 | 0 | 0.16 | 0.91 | 0.32 | 49.37 | 0.83 | 0.37 |
| Hex | AE | 92 | 10 | 0 | 10 | 5B | 20 | 31 | 53 | 25 |
| Octal | 256 | 222 | 20 | 0 | 20 | 133 | 40 | 61 | 123 | 45 |
| Binary | 10101110 | 10010010 | 10000 | 0 | 10000 | 1011011 | 100000 | 110001 | 1010011 | 100101 |
Color Harmonies of #AE9210
Complementary color
Monochromatic Colors of #AE9210
Black with #AE9210
Text Example
Text Example
White with #AE9210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9210; }
p { color: rgb(174,146,16); }
H1.HeaderClassName
{
color: #AE9210;
}
.AnyTagClassName
{
color: #AE9210;
}
</style>
background-color css
<style>
a { background-color: #AE9210; }
a { background-color: rgb(174,146,16); }
div.DivClassName
{
background-color: #AE9210;
}
.BgClassName
{
background-color: #AE9210;
}
</style>
border-color css
<style>
span { border-color: #AE9210; }
span { border-color: rgb(174,146,16); }
td.TdClassName
{
border-color: #AE9210;
}
.TagClassName
{
border-color: #AE9210;
}
</style>