Shades of Lucky #AA9A01
Tints of Lucky #AA9A01
RGB
CMYK
RGB Variations
Color information
#AA9A01 (or 0xAA9A01) is known color: Lucky. HEX triplet: AA, 9A and 01. RGB value is (170,154,1). Sum of RGB (Red+Green+Blue) = 170+154+1=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A01 is #5565FE. Grayscale: #8D8D8D. Windows color (decimal): -5596671 or 105130. OLE color: 105130.
HSL color Cylindrical-coordinate representation of color #AA9A01: hue angle of 54.32º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA9A01 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.33 |
| HSL | 54.32º | 0.99% | 0.34% | - |
| HSV(B) | 54.32º | 0.99% | 0.67% | - |
| XYZ | 28.14 | 31.66 | 4.66 | - |
| YUV | 141.34 | 48.8 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 1 | 0 | 0.09 | 0.99 | 0.33 | 54.32 | 0.99 | 0.34 |
| Hex | AA | 9A | 1 | 0 | 9 | 63 | 21 | 36 | 63 | 22 |
| Octal | 252 | 232 | 1 | 0 | 11 | 143 | 41 | 66 | 143 | 42 |
| Binary | 10101010 | 10011010 | 1 | 0 | 1001 | 1100011 | 100001 | 110110 | 1100011 | 100010 |
Color Harmonies of #AA9A01
Complementary color
Monochromatic Colors of #AA9A01
Black with #AA9A01
Text Example
Text Example
White with #AA9A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A01; }
p { color: rgb(170,154,1); }
H1.HeaderClassName
{
color: #AA9A01;
}
.AnyTagClassName
{
color: #AA9A01;
}
</style>
background-color css
<style>
a { background-color: #AA9A01; }
a { background-color: rgb(170,154,1); }
div.DivClassName
{
background-color: #AA9A01;
}
.BgClassName
{
background-color: #AA9A01;
}
</style>
border-color css
<style>
span { border-color: #AA9A01; }
span { border-color: rgb(170,154,1); }
td.TdClassName
{
border-color: #AA9A01;
}
.TagClassName
{
border-color: #AA9A01;
}
</style>