Shades of Lucky #AA9C06
Tints of Lucky #AA9C06
RGB
CMYK
RGB Variations
Color information
#AA9C06 (or 0xAA9C06) is known color: Lucky. HEX triplet: AA, 9C and 06. RGB value is (170,156,6). Sum of RGB (Red+Green+Blue) = 170+156+6=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C06 is #5563F9. Grayscale: #8F8F8F. Windows color (decimal): -5596154 or 433322. OLE color: 433322.
HSL color Cylindrical-coordinate representation of color #AA9C06: hue angle of 54.88º degrees, saturation: 0.93, 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 #AA9C06 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 6 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.33 |
| HSL | 54.88º | 0.93% | 0.35% | - |
| HSV(B) | 54.88º | 0.96% | 0.67% | - |
| XYZ | 28.5 | 32.34 | 4.91 | - |
| YUV | 143.09 | 50.64 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 6 | 0 | 0.08 | 0.96 | 0.33 | 54.88 | 0.93 | 0.35 |
| Hex | AA | 9C | 6 | 0 | 8 | 60 | 21 | 37 | 5D | 23 |
| Octal | 252 | 234 | 6 | 0 | 10 | 140 | 41 | 67 | 135 | 43 |
| Binary | 10101010 | 10011100 | 110 | 0 | 1000 | 1100000 | 100001 | 110111 | 1011101 | 100011 |
Color Harmonies of #AA9C06
Complementary color
Monochromatic Colors of #AA9C06
Black with #AA9C06
Text Example
Text Example
White with #AA9C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C06; }
p { color: rgb(170,156,6); }
H1.HeaderClassName
{
color: #AA9C06;
}
.AnyTagClassName
{
color: #AA9C06;
}
</style>
background-color css
<style>
a { background-color: #AA9C06; }
a { background-color: rgb(170,156,6); }
div.DivClassName
{
background-color: #AA9C06;
}
.BgClassName
{
background-color: #AA9C06;
}
</style>
border-color css
<style>
span { border-color: #AA9C06; }
span { border-color: rgb(170,156,6); }
td.TdClassName
{
border-color: #AA9C06;
}
.TagClassName
{
border-color: #AA9C06;
}
</style>