Shades of Lucky #AA9A07
Tints of Lucky #AA9A07
RGB
CMYK
RGB Variations
Color information
#AA9A07 (or 0xAA9A07) is known color: Lucky. HEX triplet: AA, 9A and 07. RGB value is (170,154,7). Sum of RGB (Red+Green+Blue) = 170+154+7=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A07 is #5565F8. Grayscale: #8E8E8E. Windows color (decimal): -5596665 or 498346. OLE color: 498346.
HSL color Cylindrical-coordinate representation of color #AA9A07: hue angle of 54.11º 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 #AA9A07 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 7 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.33 |
| HSL | 54.11º | 0.92% | 0.35% | - |
| HSV(B) | 54.11º | 0.96% | 0.67% | - |
| XYZ | 28.17 | 31.67 | 4.83 | - |
| YUV | 142.03 | 51.8 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 7 | 0 | 0.09 | 0.96 | 0.33 | 54.11 | 0.92 | 0.35 |
| Hex | AA | 9A | 7 | 0 | 9 | 60 | 21 | 36 | 5C | 23 |
| Octal | 252 | 232 | 7 | 0 | 11 | 140 | 41 | 66 | 134 | 43 |
| Binary | 10101010 | 10011010 | 111 | 0 | 1001 | 1100000 | 100001 | 110110 | 1011100 | 100011 |
Color Harmonies of #AA9A07
Complementary color
Monochromatic Colors of #AA9A07
Black with #AA9A07
Text Example
Text Example
White with #AA9A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A07; }
p { color: rgb(170,154,7); }
H1.HeaderClassName
{
color: #AA9A07;
}
.AnyTagClassName
{
color: #AA9A07;
}
</style>
background-color css
<style>
a { background-color: #AA9A07; }
a { background-color: rgb(170,154,7); }
div.DivClassName
{
background-color: #AA9A07;
}
.BgClassName
{
background-color: #AA9A07;
}
</style>
border-color css
<style>
span { border-color: #AA9A07; }
span { border-color: rgb(170,154,7); }
td.TdClassName
{
border-color: #AA9A07;
}
.TagClassName
{
border-color: #AA9A07;
}
</style>