Shades of Lucky #AE990C
Tints of Lucky #AE990C
RGB
CMYK
RGB Variations
Color information
#AE990C (or 0xAE990C) is known color: Lucky. HEX triplet: AE, 99 and 0C. RGB value is (174,153,12). Sum of RGB (Red+Green+Blue) = 174+153+12=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE990C is #5166F3. Grayscale: #8F8F8F. Windows color (decimal): -5334772 or 825774. OLE color: 825774.
HSL color Cylindrical-coordinate representation of color #AE990C: hue angle of 52.22º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE990C is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 153 | 12 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.32 |
| HSL | 52.22º | 0.87% | 0.36% | - |
| HSV(B) | 52.22º | 0.93% | 0.68% | - |
| XYZ | 28.91 | 31.81 | 4.96 | - |
| YUV | 143.21 | 53.96 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 153 | 12 | 0 | 0.12 | 0.93 | 0.32 | 52.22 | 0.87 | 0.36 |
| Hex | AE | 99 | C | 0 | C | 5D | 20 | 34 | 57 | 24 |
| Octal | 256 | 231 | 14 | 0 | 14 | 135 | 40 | 64 | 127 | 44 |
| Binary | 10101110 | 10011001 | 1100 | 0 | 1100 | 1011101 | 100000 | 110100 | 1010111 | 100100 |
Color Harmonies of #AE990C
Complementary color
Monochromatic Colors of #AE990C
Black with #AE990C
Text Example
Text Example
White with #AE990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE990C; }
p { color: rgb(174,153,12); }
H1.HeaderClassName
{
color: #AE990C;
}
.AnyTagClassName
{
color: #AE990C;
}
</style>
background-color css
<style>
a { background-color: #AE990C; }
a { background-color: rgb(174,153,12); }
div.DivClassName
{
background-color: #AE990C;
}
.BgClassName
{
background-color: #AE990C;
}
</style>
border-color css
<style>
span { border-color: #AE990C; }
span { border-color: rgb(174,153,12); }
td.TdClassName
{
border-color: #AE990C;
}
.TagClassName
{
border-color: #AE990C;
}
</style>