Shades of Lucky #AA9A03
Tints of Lucky #AA9A03
RGB
CMYK
RGB Variations
Color information
#AA9A03 (or 0xAA9A03) is known color: Lucky. HEX triplet: AA, 9A and 03. RGB value is (170,154,3). Sum of RGB (Red+Green+Blue) = 170+154+3=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A03 is #5565FC. Grayscale: #8E8E8E. Windows color (decimal): -5596669 or 236202. OLE color: 236202.
HSL color Cylindrical-coordinate representation of color #AA9A03: hue angle of 54.25º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA9A03 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 3 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.33 |
| HSL | 54.25º | 0.97% | 0.34% | - |
| HSV(B) | 54.25º | 0.98% | 0.67% | - |
| XYZ | 28.15 | 31.66 | 4.71 | - |
| YUV | 141.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 3 | 0 | 0.09 | 0.98 | 0.33 | 54.25 | 0.97 | 0.34 |
| Hex | AA | 9A | 3 | 0 | 9 | 62 | 21 | 36 | 61 | 22 |
| Octal | 252 | 232 | 3 | 0 | 11 | 142 | 41 | 66 | 141 | 42 |
| Binary | 10101010 | 10011010 | 11 | 0 | 1001 | 1100010 | 100001 | 110110 | 1100001 | 100010 |
Color Harmonies of #AA9A03
Complementary color
Monochromatic Colors of #AA9A03
Black with #AA9A03
Text Example
Text Example
White with #AA9A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A03; }
p { color: rgb(170,154,3); }
H1.HeaderClassName
{
color: #AA9A03;
}
.AnyTagClassName
{
color: #AA9A03;
}
</style>
background-color css
<style>
a { background-color: #AA9A03; }
a { background-color: rgb(170,154,3); }
div.DivClassName
{
background-color: #AA9A03;
}
.BgClassName
{
background-color: #AA9A03;
}
</style>
border-color css
<style>
span { border-color: #AA9A03; }
span { border-color: rgb(170,154,3); }
td.TdClassName
{
border-color: #AA9A03;
}
.TagClassName
{
border-color: #AA9A03;
}
</style>