Shades of Lucky #AEA80B
Tints of Lucky #AEA80B
RGB
CMYK
RGB Variations
Color information
#AEA80B (or 0xAEA80B) is known color: Lucky. HEX triplet: AE, A8 and 0B. RGB value is (174,168,11). Sum of RGB (Red+Green+Blue) = 174+168+11=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA80B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA80B is #5157F4. Grayscale: #989898. Windows color (decimal): -5330933 or 764078. OLE color: 764078.
HSL color Cylindrical-coordinate representation of color #AEA80B: hue angle of 57.79º degrees, saturation: 0.88, 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 #AEA80B is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 11 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.32 |
| HSL | 57.79º | 0.88% | 0.36% | - |
| HSV(B) | 57.79º | 0.94% | 0.68% | - |
| XYZ | 31.52 | 37.03 | 5.8 | - |
| YUV | 151.9 | 48.49 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 11 | 0 | 0.03 | 0.94 | 0.32 | 57.79 | 0.88 | 0.36 |
| Hex | AE | A8 | B | 0 | 3 | 5E | 20 | 3A | 58 | 24 |
| Octal | 256 | 250 | 13 | 0 | 3 | 136 | 40 | 72 | 130 | 44 |
| Binary | 10101110 | 10101000 | 1011 | 0 | 11 | 1011110 | 100000 | 111010 | 1011000 | 100100 |
Color Harmonies of #AEA80B
Complementary color
Monochromatic Colors of #AEA80B
Black with #AEA80B
Text Example
Text Example
White with #AEA80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA80B; }
p { color: rgb(174,168,11); }
H1.HeaderClassName
{
color: #AEA80B;
}
.AnyTagClassName
{
color: #AEA80B;
}
</style>
background-color css
<style>
a { background-color: #AEA80B; }
a { background-color: rgb(174,168,11); }
div.DivClassName
{
background-color: #AEA80B;
}
.BgClassName
{
background-color: #AEA80B;
}
</style>
border-color css
<style>
span { border-color: #AEA80B; }
span { border-color: rgb(174,168,11); }
td.TdClassName
{
border-color: #AEA80B;
}
.TagClassName
{
border-color: #AEA80B;
}
</style>