Shades of Lucky #AEA90F
Tints of Lucky #AEA90F
RGB
CMYK
RGB Variations
Color information
#AEA90F (or 0xAEA90F) is known color: Lucky. HEX triplet: AE, A9 and 0F. RGB value is (174,169,15). Sum of RGB (Red+Green+Blue) = 174+169+15=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA90F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA90F is #5156F0. Grayscale: #999999. Windows color (decimal): -5330673 or 1026478. OLE color: 1026478.
HSL color Cylindrical-coordinate representation of color #AEA90F: hue angle of 58.11º 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 #AEA90F is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 169 | 15 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.32 |
| HSL | 58.11º | 0.84% | 0.37% | - |
| HSV(B) | 58.11º | 0.91% | 0.68% | - |
| XYZ | 31.73 | 37.41 | 6 | - |
| YUV | 152.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 169 | 15 | 0 | 0.03 | 0.91 | 0.32 | 58.11 | 0.84 | 0.37 |
| Hex | AE | A9 | F | 0 | 3 | 5B | 20 | 3A | 54 | 25 |
| Octal | 256 | 251 | 17 | 0 | 3 | 133 | 40 | 72 | 124 | 45 |
| Binary | 10101110 | 10101001 | 1111 | 0 | 11 | 1011011 | 100000 | 111010 | 1010100 | 100101 |
Color Harmonies of #AEA90F
Complementary color
Monochromatic Colors of #AEA90F
Black with #AEA90F
Text Example
Text Example
White with #AEA90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA90F; }
p { color: rgb(174,169,15); }
H1.HeaderClassName
{
color: #AEA90F;
}
.AnyTagClassName
{
color: #AEA90F;
}
</style>
background-color css
<style>
a { background-color: #AEA90F; }
a { background-color: rgb(174,169,15); }
div.DivClassName
{
background-color: #AEA90F;
}
.BgClassName
{
background-color: #AEA90F;
}
</style>
border-color css
<style>
span { border-color: #AEA90F; }
span { border-color: rgb(174,169,15); }
td.TdClassName
{
border-color: #AEA90F;
}
.TagClassName
{
border-color: #AEA90F;
}
</style>