Shades of Lucky #AE9010
Tints of Lucky #AE9010
RGB
CMYK
RGB Variations
Color information
#AE9010 (or 0xAE9010) is known color: Lucky. HEX triplet: AE, 90 and 10. RGB value is (174,144,16). Sum of RGB (Red+Green+Blue) = 174+144+16=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9010 is #516FEF. Grayscale: #8A8A8A. Windows color (decimal): -5337072 or 1085614. OLE color: 1085614.
HSL color Cylindrical-coordinate representation of color #AE9010: hue angle of 48.61º 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 #AE9010 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 144 | 16 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.32 |
| HSL | 48.61º | 0.83% | 0.37% | - |
| HSV(B) | 48.61º | 0.91% | 0.68% | - |
| XYZ | 27.52 | 28.98 | 4.63 | - |
| YUV | 138.38 | 58.94 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 16 | 0 | 0.17 | 0.91 | 0.32 | 48.61 | 0.83 | 0.37 |
| Hex | AE | 90 | 10 | 0 | 11 | 5B | 20 | 31 | 53 | 25 |
| Octal | 256 | 220 | 20 | 0 | 21 | 133 | 40 | 61 | 123 | 45 |
| Binary | 10101110 | 10010000 | 10000 | 0 | 10001 | 1011011 | 100000 | 110001 | 1010011 | 100101 |
Color Harmonies of #AE9010
Complementary color
Monochromatic Colors of #AE9010
Black with #AE9010
Text Example
Text Example
White with #AE9010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9010; }
p { color: rgb(174,144,16); }
H1.HeaderClassName
{
color: #AE9010;
}
.AnyTagClassName
{
color: #AE9010;
}
</style>
background-color css
<style>
a { background-color: #AE9010; }
a { background-color: rgb(174,144,16); }
div.DivClassName
{
background-color: #AE9010;
}
.BgClassName
{
background-color: #AE9010;
}
</style>
border-color css
<style>
span { border-color: #AE9010; }
span { border-color: rgb(174,144,16); }
td.TdClassName
{
border-color: #AE9010;
}
.TagClassName
{
border-color: #AE9010;
}
</style>