Shades of Lucky #AA9E07
Tints of Lucky #AA9E07
RGB
CMYK
RGB Variations
Color information
#AA9E07 (or 0xAA9E07) is known color: Lucky. HEX triplet: AA, 9E and 07. RGB value is (170,158,7). Sum of RGB (Red+Green+Blue) = 170+158+7=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9E07 is #5561F8. Grayscale: #909090. Windows color (decimal): -5595641 or 499370. OLE color: 499370.
HSL color Cylindrical-coordinate representation of color #AA9E07: hue angle of 55.58º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA9E07 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 7 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.33 |
| HSL | 55.58º | 0.92% | 0.35% | - |
| HSV(B) | 55.58º | 0.96% | 0.67% | - |
| XYZ | 28.84 | 33.02 | 5.05 | - |
| YUV | 144.37 | 50.48 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 7 | 0 | 0.07 | 0.96 | 0.33 | 55.58 | 0.92 | 0.35 |
| Hex | AA | 9E | 7 | 0 | 7 | 60 | 21 | 38 | 5C | 23 |
| Octal | 252 | 236 | 7 | 0 | 7 | 140 | 41 | 70 | 134 | 43 |
| Binary | 10101010 | 10011110 | 111 | 0 | 111 | 1100000 | 100001 | 111000 | 1011100 | 100011 |
Color Harmonies of #AA9E07
Complementary color
Monochromatic Colors of #AA9E07
Black with #AA9E07
Text Example
Text Example
White with #AA9E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E07; }
p { color: rgb(170,158,7); }
H1.HeaderClassName
{
color: #AA9E07;
}
.AnyTagClassName
{
color: #AA9E07;
}
</style>
background-color css
<style>
a { background-color: #AA9E07; }
a { background-color: rgb(170,158,7); }
div.DivClassName
{
background-color: #AA9E07;
}
.BgClassName
{
background-color: #AA9E07;
}
</style>
border-color css
<style>
span { border-color: #AA9E07; }
span { border-color: rgb(170,158,7); }
td.TdClassName
{
border-color: #AA9E07;
}
.TagClassName
{
border-color: #AA9E07;
}
</style>