Shades of Lucky #AE990A
Tints of Lucky #AE990A
RGB
CMYK
RGB Variations
Color information
#AE990A (or 0xAE990A) is known color: Lucky. HEX triplet: AE, 99 and 0A. RGB value is (174,153,10). Sum of RGB (Red+Green+Blue) = 174+153+10=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE990A is #5166F5. Grayscale: #8F8F8F. Windows color (decimal): -5334774 or 694702. OLE color: 694702.
HSL color Cylindrical-coordinate representation of color #AE990A: hue angle of 52.32º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE990A is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 153 | 10 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.32 |
| HSL | 52.32º | 0.89% | 0.36% | - |
| HSV(B) | 52.32º | 0.94% | 0.68% | - |
| XYZ | 28.9 | 31.8 | 4.9 | - |
| YUV | 142.98 | 52.96 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 153 | 10 | 0 | 0.12 | 0.94 | 0.32 | 52.32 | 0.89 | 0.36 |
| Hex | AE | 99 | A | 0 | C | 5E | 20 | 34 | 59 | 24 |
| Octal | 256 | 231 | 12 | 0 | 14 | 136 | 40 | 64 | 131 | 44 |
| Binary | 10101110 | 10011001 | 1010 | 0 | 1100 | 1011110 | 100000 | 110100 | 1011001 | 100100 |
Color Harmonies of #AE990A
Complementary color
Monochromatic Colors of #AE990A
Black with #AE990A
Text Example
Text Example
White with #AE990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE990A; }
p { color: rgb(174,153,10); }
H1.HeaderClassName
{
color: #AE990A;
}
.AnyTagClassName
{
color: #AE990A;
}
</style>
background-color css
<style>
a { background-color: #AE990A; }
a { background-color: rgb(174,153,10); }
div.DivClassName
{
background-color: #AE990A;
}
.BgClassName
{
background-color: #AE990A;
}
</style>
border-color css
<style>
span { border-color: #AE990A; }
span { border-color: rgb(174,153,10); }
td.TdClassName
{
border-color: #AE990A;
}
.TagClassName
{
border-color: #AE990A;
}
</style>