Shades of Lucky #AA9C07
Tints of Lucky #AA9C07
RGB
CMYK
RGB Variations
Color information
#AA9C07 (or 0xAA9C07) is known color: Lucky. HEX triplet: AA, 9C and 07. RGB value is (170,156,7). Sum of RGB (Red+Green+Blue) = 170+156+7=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C07 is #5563F8. Grayscale: #8F8F8F. Windows color (decimal): -5596153 or 498858. OLE color: 498858.
HSL color Cylindrical-coordinate representation of color #AA9C07: hue angle of 54.85º 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 #AA9C07 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 7 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.33 |
| HSL | 54.85º | 0.92% | 0.35% | - |
| HSV(B) | 54.85º | 0.96% | 0.67% | - |
| XYZ | 28.5 | 32.34 | 4.94 | - |
| YUV | 143.2 | 51.14 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 7 | 0 | 0.08 | 0.96 | 0.33 | 54.85 | 0.92 | 0.35 |
| Hex | AA | 9C | 7 | 0 | 8 | 60 | 21 | 37 | 5C | 23 |
| Octal | 252 | 234 | 7 | 0 | 10 | 140 | 41 | 67 | 134 | 43 |
| Binary | 10101010 | 10011100 | 111 | 0 | 1000 | 1100000 | 100001 | 110111 | 1011100 | 100011 |
Color Harmonies of #AA9C07
Complementary color
Monochromatic Colors of #AA9C07
Black with #AA9C07
Text Example
Text Example
White with #AA9C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C07; }
p { color: rgb(170,156,7); }
H1.HeaderClassName
{
color: #AA9C07;
}
.AnyTagClassName
{
color: #AA9C07;
}
</style>
background-color css
<style>
a { background-color: #AA9C07; }
a { background-color: rgb(170,156,7); }
div.DivClassName
{
background-color: #AA9C07;
}
.BgClassName
{
background-color: #AA9C07;
}
</style>
border-color css
<style>
span { border-color: #AA9C07; }
span { border-color: rgb(170,156,7); }
td.TdClassName
{
border-color: #AA9C07;
}
.TagClassName
{
border-color: #AA9C07;
}
</style>