Shades of Lucky #AEA008
Tints of Lucky #AEA008
RGB
CMYK
RGB Variations
Color information
#AEA008 (or 0xAEA008) is known color: Lucky. HEX triplet: AE, A0 and 08. RGB value is (174,160,8). Sum of RGB (Red+Green+Blue) = 174+160+8=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA008 is #515FF7. Grayscale: #939393. Windows color (decimal): -5332984 or 565422. OLE color: 565422.
HSL color Cylindrical-coordinate representation of color #AEA008: hue angle of 54.94º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEA008 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 8 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.32 |
| HSL | 54.94º | 0.91% | 0.36% | - |
| HSV(B) | 54.94º | 0.95% | 0.68% | - |
| XYZ | 30.07 | 34.16 | 5.24 | - |
| YUV | 146.86 | 49.64 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 8 | 0 | 0.08 | 0.95 | 0.32 | 54.94 | 0.91 | 0.36 |
| Hex | AE | A0 | 8 | 0 | 8 | 5F | 20 | 37 | 5B | 24 |
| Octal | 256 | 240 | 10 | 0 | 10 | 137 | 40 | 67 | 133 | 44 |
| Binary | 10101110 | 10100000 | 1000 | 0 | 1000 | 1011111 | 100000 | 110111 | 1011011 | 100100 |
Color Harmonies of #AEA008
Complementary color
Monochromatic Colors of #AEA008
Black with #AEA008
Text Example
Text Example
White with #AEA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA008; }
p { color: rgb(174,160,8); }
H1.HeaderClassName
{
color: #AEA008;
}
.AnyTagClassName
{
color: #AEA008;
}
</style>
background-color css
<style>
a { background-color: #AEA008; }
a { background-color: rgb(174,160,8); }
div.DivClassName
{
background-color: #AEA008;
}
.BgClassName
{
background-color: #AEA008;
}
</style>
border-color css
<style>
span { border-color: #AEA008; }
span { border-color: rgb(174,160,8); }
td.TdClassName
{
border-color: #AEA008;
}
.TagClassName
{
border-color: #AEA008;
}
</style>