Shades of Lucky #AEA01C
Tints of Lucky #AEA01C
RGB
CMYK
RGB Variations
Color information
#AEA01C (or 0xAEA01C) is known color: Lucky. HEX triplet: AE, A0 and 1C. RGB value is (174,160,28). Sum of RGB (Red+Green+Blue) = 174+160+28=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA01C is #515FE3. Grayscale: #959595. Windows color (decimal): -5332964 or 1876142. OLE color: 1876142.
HSL color Cylindrical-coordinate representation of color #AEA01C: hue angle of 54.25º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEA01C is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 28 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.32 |
| HSL | 54.25º | 0.72% | 0.4% | - |
| HSV(B) | 54.25º | 0.84% | 0.68% | - |
| XYZ | 30.24 | 34.22 | 6.11 | - |
| YUV | 149.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 28 | 0 | 0.08 | 0.84 | 0.32 | 54.25 | 0.72 | 0.4 |
| Hex | AE | A0 | 1C | 0 | 8 | 54 | 20 | 36 | 48 | 28 |
| Octal | 256 | 240 | 34 | 0 | 10 | 124 | 40 | 66 | 110 | 50 |
| Binary | 10101110 | 10100000 | 11100 | 0 | 1000 | 1010100 | 100000 | 110110 | 1001000 | 101000 |
Color Harmonies of #AEA01C
Complementary color
Monochromatic Colors of #AEA01C
Black with #AEA01C
Text Example
Text Example
White with #AEA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA01C; }
p { color: rgb(174,160,28); }
H1.HeaderClassName
{
color: #AEA01C;
}
.AnyTagClassName
{
color: #AEA01C;
}
</style>
background-color css
<style>
a { background-color: #AEA01C; }
a { background-color: rgb(174,160,28); }
div.DivClassName
{
background-color: #AEA01C;
}
.BgClassName
{
background-color: #AEA01C;
}
</style>
border-color css
<style>
span { border-color: #AEA01C; }
span { border-color: rgb(174,160,28); }
td.TdClassName
{
border-color: #AEA01C;
}
.TagClassName
{
border-color: #AEA01C;
}
</style>