Shades of Lucky #AA9404
Tints of Lucky #AA9404
RGB
CMYK
RGB Variations
Color information
#AA9404 (or 0xAA9404) is known color: Lucky. HEX triplet: AA, 94 and 04. RGB value is (170,148,4). Sum of RGB (Red+Green+Blue) = 170+148+4=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9404 is #556BFB. Grayscale: #8A8A8A. Windows color (decimal): -5598204 or 300202. OLE color: 300202.
HSL color Cylindrical-coordinate representation of color #AA9404: hue angle of 52.05º 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 #AA9404 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 4 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.33 |
| HSL | 52.05º | 0.95% | 0.34% | - |
| HSV(B) | 52.05º | 0.98% | 0.67% | - |
| XYZ | 27.19 | 29.73 | 4.42 | - |
| YUV | 138.16 | 52.29 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 4 | 0 | 0.13 | 0.98 | 0.33 | 52.05 | 0.95 | 0.34 |
| Hex | AA | 94 | 4 | 0 | D | 62 | 21 | 34 | 5F | 22 |
| Octal | 252 | 224 | 4 | 0 | 15 | 142 | 41 | 64 | 137 | 42 |
| Binary | 10101010 | 10010100 | 100 | 0 | 1101 | 1100010 | 100001 | 110100 | 1011111 | 100010 |
Color Harmonies of #AA9404
Complementary color
Monochromatic Colors of #AA9404
Black with #AA9404
Text Example
Text Example
White with #AA9404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9404; }
p { color: rgb(170,148,4); }
H1.HeaderClassName
{
color: #AA9404;
}
.AnyTagClassName
{
color: #AA9404;
}
</style>
background-color css
<style>
a { background-color: #AA9404; }
a { background-color: rgb(170,148,4); }
div.DivClassName
{
background-color: #AA9404;
}
.BgClassName
{
background-color: #AA9404;
}
</style>
border-color css
<style>
span { border-color: #AA9404; }
span { border-color: rgb(170,148,4); }
td.TdClassName
{
border-color: #AA9404;
}
.TagClassName
{
border-color: #AA9404;
}
</style>