Shades of Lucky #AA9D04
Tints of Lucky #AA9D04
RGB
CMYK
RGB Variations
Color information
#AA9D04 (or 0xAA9D04) is known color: Lucky. HEX triplet: AA, 9D and 04. RGB value is (170,157,4). Sum of RGB (Red+Green+Blue) = 170+157+4=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9D04 is #5562FB. Grayscale: #909090. Windows color (decimal): -5595900 or 302506. OLE color: 302506.
HSL color Cylindrical-coordinate representation of color #AA9D04: hue angle of 55.3º 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 #AA9D04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.33 |
| HSL | 55.3º | 0.95% | 0.34% | - |
| HSV(B) | 55.3º | 0.98% | 0.67% | - |
| XYZ | 28.66 | 32.67 | 4.91 | - |
| YUV | 143.45 | 49.31 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 4 | 0 | 0.08 | 0.98 | 0.33 | 55.3 | 0.95 | 0.34 |
| Hex | AA | 9D | 4 | 0 | 8 | 62 | 21 | 37 | 5F | 22 |
| Octal | 252 | 235 | 4 | 0 | 10 | 142 | 41 | 67 | 137 | 42 |
| Binary | 10101010 | 10011101 | 100 | 0 | 1000 | 1100010 | 100001 | 110111 | 1011111 | 100010 |
Color Harmonies of #AA9D04
Complementary color
Monochromatic Colors of #AA9D04
Black with #AA9D04
Text Example
Text Example
White with #AA9D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D04; }
p { color: rgb(170,157,4); }
H1.HeaderClassName
{
color: #AA9D04;
}
.AnyTagClassName
{
color: #AA9D04;
}
</style>
background-color css
<style>
a { background-color: #AA9D04; }
a { background-color: rgb(170,157,4); }
div.DivClassName
{
background-color: #AA9D04;
}
.BgClassName
{
background-color: #AA9D04;
}
</style>
border-color css
<style>
span { border-color: #AA9D04; }
span { border-color: rgb(170,157,4); }
td.TdClassName
{
border-color: #AA9D04;
}
.TagClassName
{
border-color: #AA9D04;
}
</style>