Shades of Lucky #AA9C09
Tints of Lucky #AA9C09
RGB
CMYK
RGB Variations
Color information
#AA9C09 (or 0xAA9C09) is known color: Lucky. HEX triplet: AA, 9C and 09. RGB value is (170,156,9). Sum of RGB (Red+Green+Blue) = 170+156+9=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C09 is #5563F6. Grayscale: #909090. Windows color (decimal): -5596151 or 629930. OLE color: 629930.
HSL color Cylindrical-coordinate representation of color #AA9C09: hue angle of 54.78º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA9C09 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 9 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.33 |
| HSL | 54.78º | 0.9% | 0.35% | - |
| HSV(B) | 54.78º | 0.95% | 0.67% | - |
| XYZ | 28.52 | 32.34 | 5 | - |
| YUV | 143.43 | 52.14 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 9 | 0 | 0.08 | 0.95 | 0.33 | 54.78 | 0.9 | 0.35 |
| Hex | AA | 9C | 9 | 0 | 8 | 5F | 21 | 37 | 5A | 23 |
| Octal | 252 | 234 | 11 | 0 | 10 | 137 | 41 | 67 | 132 | 43 |
| Binary | 10101010 | 10011100 | 1001 | 0 | 1000 | 1011111 | 100001 | 110111 | 1011010 | 100011 |
Color Harmonies of #AA9C09
Complementary color
Monochromatic Colors of #AA9C09
Black with #AA9C09
Text Example
Text Example
White with #AA9C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C09; }
p { color: rgb(170,156,9); }
H1.HeaderClassName
{
color: #AA9C09;
}
.AnyTagClassName
{
color: #AA9C09;
}
</style>
background-color css
<style>
a { background-color: #AA9C09; }
a { background-color: rgb(170,156,9); }
div.DivClassName
{
background-color: #AA9C09;
}
.BgClassName
{
background-color: #AA9C09;
}
</style>
border-color css
<style>
span { border-color: #AA9C09; }
span { border-color: rgb(170,156,9); }
td.TdClassName
{
border-color: #AA9C09;
}
.TagClassName
{
border-color: #AA9C09;
}
</style>