Shades of Lucky #AEA022
Tints of Lucky #AEA022
RGB
CMYK
RGB Variations
Color information
#AEA022 (or 0xAEA022) is known color: Lucky. HEX triplet: AE, A0 and 22. RGB value is (174,160,34). Sum of RGB (Red+Green+Blue) = 174+160+34=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA022 is #515FDD. Grayscale: #969696. Windows color (decimal): -5332958 or 2269358. OLE color: 2269358.
HSL color Cylindrical-coordinate representation of color #AEA022: hue angle of 54º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEA022 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 34 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.32 |
| HSL | 54º | 0.67% | 0.41% | - |
| HSV(B) | 54º | 0.8% | 0.68% | - |
| XYZ | 30.32 | 34.26 | 6.53 | - |
| YUV | 149.82 | 62.64 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 34 | 0 | 0.08 | 0.80 | 0.32 | 54 | 0.67 | 0.41 |
| Hex | AE | A0 | 22 | 0 | 8 | 50 | 20 | 36 | 43 | 29 |
| Octal | 256 | 240 | 42 | 0 | 10 | 120 | 40 | 66 | 103 | 51 |
| Binary | 10101110 | 10100000 | 100010 | 0 | 1000 | 1010000 | 100000 | 110110 | 1000011 | 101001 |
Color Harmonies of #AEA022
Complementary color
Monochromatic Colors of #AEA022
Black with #AEA022
Text Example
Text Example
White with #AEA022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA022; }
p { color: rgb(174,160,34); }
H1.HeaderClassName
{
color: #AEA022;
}
.AnyTagClassName
{
color: #AEA022;
}
</style>
background-color css
<style>
a { background-color: #AEA022; }
a { background-color: rgb(174,160,34); }
div.DivClassName
{
background-color: #AEA022;
}
.BgClassName
{
background-color: #AEA022;
}
</style>
border-color css
<style>
span { border-color: #AEA022; }
span { border-color: rgb(174,160,34); }
td.TdClassName
{
border-color: #AEA022;
}
.TagClassName
{
border-color: #AEA022;
}
</style>