Shades of Lucky #AEAA0F
Tints of Lucky #AEAA0F
RGB
CMYK
RGB Variations
Color information
#AEAA0F (or 0xAEAA0F) is known color: Lucky. HEX triplet: AE, AA and 0F. RGB value is (174,170,15). Sum of RGB (Red+Green+Blue) = 174+170+15=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAA0F is #5155F0. Grayscale: #9A9A9A. Windows color (decimal): -5330417 or 1026734. OLE color: 1026734.
HSL color Cylindrical-coordinate representation of color #AEAA0F: hue angle of 58.49º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEAA0F is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 15 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.32 |
| HSL | 58.49º | 0.84% | 0.37% | - |
| HSV(B) | 58.49º | 0.91% | 0.68% | - |
| XYZ | 31.92 | 37.78 | 6.06 | - |
| YUV | 153.53 | 49.83 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 15 | 0 | 0.02 | 0.91 | 0.32 | 58.49 | 0.84 | 0.37 |
| Hex | AE | AA | F | 0 | 2 | 5B | 20 | 3A | 54 | 25 |
| Octal | 256 | 252 | 17 | 0 | 2 | 133 | 40 | 72 | 124 | 45 |
| Binary | 10101110 | 10101010 | 1111 | 0 | 10 | 1011011 | 100000 | 111010 | 1010100 | 100101 |
Color Harmonies of #AEAA0F
Complementary color
Monochromatic Colors of #AEAA0F
Black with #AEAA0F
Text Example
Text Example
White with #AEAA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA0F; }
p { color: rgb(174,170,15); }
H1.HeaderClassName
{
color: #AEAA0F;
}
.AnyTagClassName
{
color: #AEAA0F;
}
</style>
background-color css
<style>
a { background-color: #AEAA0F; }
a { background-color: rgb(174,170,15); }
div.DivClassName
{
background-color: #AEAA0F;
}
.BgClassName
{
background-color: #AEAA0F;
}
</style>
border-color css
<style>
span { border-color: #AEAA0F; }
span { border-color: rgb(174,170,15); }
td.TdClassName
{
border-color: #AEAA0F;
}
.TagClassName
{
border-color: #AEAA0F;
}
</style>