Shades of Lucky #AA9A00
Tints of Lucky #AA9A00
RGB
CMYK
RGB Variations
Color information
#AA9A00 (or 0xAA9A00) is known color: Lucky. HEX triplet: AA, 9A and 00. RGB value is (170,154,0). Sum of RGB (Red+Green+Blue) = 170+154+0=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A00 is #5565FF. Grayscale: #8D8D8D. Windows color (decimal): -5596672 or 39594. OLE color: 39594.
HSL color Cylindrical-coordinate representation of color #AA9A00: hue angle of 54.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA9A00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.33 |
| HSL | 54.35º | 1% | 0.33% | - |
| HSV(B) | 54.35º | 1% | 0.67% | - |
| XYZ | 28.13 | 31.66 | 4.63 | - |
| YUV | 141.23 | 48.3 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 0 | 0 | 0.09 | 1 | 0.33 | 54.35 | 1 | 0.33 |
| Hex | AA | 9A | 0 | 0 | 9 | 64 | 21 | 36 | 64 | 21 |
| Octal | 252 | 232 | 0 | 0 | 11 | 144 | 41 | 66 | 144 | 41 |
| Binary | 10101010 | 10011010 | 0 | 0 | 1001 | 1100100 | 100001 | 110110 | 1100100 | 100001 |
Color Harmonies of #AA9A00
Complementary color
Monochromatic Colors of #AA9A00
Black with #AA9A00
Text Example
Text Example
White with #AA9A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A00; }
p { color: rgb(170,154,0); }
H1.HeaderClassName
{
color: #AA9A00;
}
.AnyTagClassName
{
color: #AA9A00;
}
</style>
background-color css
<style>
a { background-color: #AA9A00; }
a { background-color: rgb(170,154,0); }
div.DivClassName
{
background-color: #AA9A00;
}
.BgClassName
{
background-color: #AA9A00;
}
</style>
border-color css
<style>
span { border-color: #AA9A00; }
span { border-color: rgb(170,154,0); }
td.TdClassName
{
border-color: #AA9A00;
}
.TagClassName
{
border-color: #AA9A00;
}
</style>