Shades of Lucky #AA9C04
Tints of Lucky #AA9C04
RGB
CMYK
RGB Variations
Color information
#AA9C04 (or 0xAA9C04) is known color: Lucky. HEX triplet: AA, 9C and 04. RGB value is (170,156,4). Sum of RGB (Red+Green+Blue) = 170+156+4=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C04 is #5563FB. Grayscale: #8F8F8F. Windows color (decimal): -5596156 or 302250. OLE color: 302250.
HSL color Cylindrical-coordinate representation of color #AA9C04: hue angle of 54.94º 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 #AA9C04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.33 |
| HSL | 54.94º | 0.95% | 0.34% | - |
| HSV(B) | 54.94º | 0.98% | 0.67% | - |
| XYZ | 28.49 | 32.33 | 4.85 | - |
| YUV | 142.86 | 49.64 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 4 | 0 | 0.08 | 0.98 | 0.33 | 54.94 | 0.95 | 0.34 |
| Hex | AA | 9C | 4 | 0 | 8 | 62 | 21 | 37 | 5F | 22 |
| Octal | 252 | 234 | 4 | 0 | 10 | 142 | 41 | 67 | 137 | 42 |
| Binary | 10101010 | 10011100 | 100 | 0 | 1000 | 1100010 | 100001 | 110111 | 1011111 | 100010 |
Color Harmonies of #AA9C04
Complementary color
Monochromatic Colors of #AA9C04
Black with #AA9C04
Text Example
Text Example
White with #AA9C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C04; }
p { color: rgb(170,156,4); }
H1.HeaderClassName
{
color: #AA9C04;
}
.AnyTagClassName
{
color: #AA9C04;
}
</style>
background-color css
<style>
a { background-color: #AA9C04; }
a { background-color: rgb(170,156,4); }
div.DivClassName
{
background-color: #AA9C04;
}
.BgClassName
{
background-color: #AA9C04;
}
</style>
border-color css
<style>
span { border-color: #AA9C04; }
span { border-color: rgb(170,156,4); }
td.TdClassName
{
border-color: #AA9C04;
}
.TagClassName
{
border-color: #AA9C04;
}
</style>