Shades of Lucky #AEA314
Tints of Lucky #AEA314
RGB
CMYK
RGB Variations
Color information
#AEA314 (or 0xAEA314) is known color: Lucky. HEX triplet: AE, A3 and 14. RGB value is (174,163,20). Sum of RGB (Red+Green+Blue) = 174+163+20=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA314 is #515CEB. Grayscale: #969696. Windows color (decimal): -5332204 or 1352622. OLE color: 1352622.
HSL color Cylindrical-coordinate representation of color #AEA314: hue angle of 55.71º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AEA314 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 163 | 20 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.32 |
| HSL | 55.71º | 0.79% | 0.38% | - |
| HSV(B) | 55.71º | 0.89% | 0.68% | - |
| XYZ | 30.68 | 35.24 | 5.85 | - |
| YUV | 149.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 163 | 20 | 0 | 0.06 | 0.89 | 0.32 | 55.71 | 0.79 | 0.38 |
| Hex | AE | A3 | 14 | 0 | 6 | 59 | 20 | 38 | 4F | 26 |
| Octal | 256 | 243 | 24 | 0 | 6 | 131 | 40 | 70 | 117 | 46 |
| Binary | 10101110 | 10100011 | 10100 | 0 | 110 | 1011001 | 100000 | 111000 | 1001111 | 100110 |
Color Harmonies of #AEA314
Complementary color
Monochromatic Colors of #AEA314
Black with #AEA314
Text Example
Text Example
White with #AEA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA314; }
p { color: rgb(174,163,20); }
H1.HeaderClassName
{
color: #AEA314;
}
.AnyTagClassName
{
color: #AEA314;
}
</style>
background-color css
<style>
a { background-color: #AEA314; }
a { background-color: rgb(174,163,20); }
div.DivClassName
{
background-color: #AEA314;
}
.BgClassName
{
background-color: #AEA314;
}
</style>
border-color css
<style>
span { border-color: #AEA314; }
span { border-color: rgb(174,163,20); }
td.TdClassName
{
border-color: #AEA314;
}
.TagClassName
{
border-color: #AEA314;
}
</style>