Shades of Lucky #AE8F14
Tints of Lucky #AE8F14
RGB
CMYK
RGB Variations
Color information
#AE8F14 (or 0xAE8F14) is known color: Lucky. HEX triplet: AE, 8F and 14. RGB value is (174,143,20). Sum of RGB (Red+Green+Blue) = 174+143+20=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8F14 is #5170EB. Grayscale: #8A8A8A. Windows color (decimal): -5337324 or 1347502. OLE color: 1347502.
HSL color Cylindrical-coordinate representation of color #AE8F14: hue angle of 47.92º 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 #AE8F14 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 20 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.32 |
| HSL | 47.92º | 0.79% | 0.38% | - |
| HSV(B) | 47.92º | 0.89% | 0.68% | - |
| XYZ | 27.4 | 28.69 | 4.76 | - |
| YUV | 138.25 | 61.27 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 20 | 0 | 0.18 | 0.89 | 0.32 | 47.92 | 0.79 | 0.38 |
| Hex | AE | 8F | 14 | 0 | 12 | 59 | 20 | 30 | 4F | 26 |
| Octal | 256 | 217 | 24 | 0 | 22 | 131 | 40 | 60 | 117 | 46 |
| Binary | 10101110 | 10001111 | 10100 | 0 | 10010 | 1011001 | 100000 | 110000 | 1001111 | 100110 |
Color Harmonies of #AE8F14
Complementary color
Monochromatic Colors of #AE8F14
Black with #AE8F14
Text Example
Text Example
White with #AE8F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F14; }
p { color: rgb(174,143,20); }
H1.HeaderClassName
{
color: #AE8F14;
}
.AnyTagClassName
{
color: #AE8F14;
}
</style>
background-color css
<style>
a { background-color: #AE8F14; }
a { background-color: rgb(174,143,20); }
div.DivClassName
{
background-color: #AE8F14;
}
.BgClassName
{
background-color: #AE8F14;
}
</style>
border-color css
<style>
span { border-color: #AE8F14; }
span { border-color: rgb(174,143,20); }
td.TdClassName
{
border-color: #AE8F14;
}
.TagClassName
{
border-color: #AE8F14;
}
</style>