Shades of Lucky #AA9804
Tints of Lucky #AA9804
RGB
CMYK
RGB Variations
Color information
#AA9804 (or 0xAA9804) is known color: Lucky. HEX triplet: AA, 98 and 04. RGB value is (170,152,4). Sum of RGB (Red+Green+Blue) = 170+152+4=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9804 is #5567FB. Grayscale: #8D8D8D. Windows color (decimal): -5597180 or 301226. OLE color: 301226.
HSL color Cylindrical-coordinate representation of color #AA9804: hue angle of 53.49º degrees, saturation: 0.95, 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 #AA9804 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.33 |
| HSL | 53.49º | 0.95% | 0.34% | - |
| HSV(B) | 53.49º | 0.98% | 0.67% | - |
| XYZ | 27.83 | 31.01 | 4.63 | - |
| YUV | 140.51 | 50.96 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 4 | 0 | 0.11 | 0.98 | 0.33 | 53.49 | 0.95 | 0.34 |
| Hex | AA | 98 | 4 | 0 | B | 62 | 21 | 35 | 5F | 22 |
| Octal | 252 | 230 | 4 | 0 | 13 | 142 | 41 | 65 | 137 | 42 |
| Binary | 10101010 | 10011000 | 100 | 0 | 1011 | 1100010 | 100001 | 110101 | 1011111 | 100010 |
Color Harmonies of #AA9804
Complementary color
Monochromatic Colors of #AA9804
Black with #AA9804
Text Example
Text Example
White with #AA9804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9804; }
p { color: rgb(170,152,4); }
H1.HeaderClassName
{
color: #AA9804;
}
.AnyTagClassName
{
color: #AA9804;
}
</style>
background-color css
<style>
a { background-color: #AA9804; }
a { background-color: rgb(170,152,4); }
div.DivClassName
{
background-color: #AA9804;
}
.BgClassName
{
background-color: #AA9804;
}
</style>
border-color css
<style>
span { border-color: #AA9804; }
span { border-color: rgb(170,152,4); }
td.TdClassName
{
border-color: #AA9804;
}
.TagClassName
{
border-color: #AA9804;
}
</style>