Shades of Lucky #AAA005
Tints of Lucky #AAA005
RGB
CMYK
RGB Variations
Color information
#AAA005 (or 0xAAA005) is known color: Lucky. HEX triplet: AA, A0 and 05. RGB value is (170,160,5). Sum of RGB (Red+Green+Blue) = 170+160+5=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA005 is #555FFA. Grayscale: #919191. Windows color (decimal): -5595131 or 368810. OLE color: 368810.
HSL color Cylindrical-coordinate representation of color #AAA005: hue angle of 56.36º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAA005 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 5 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.33 |
| HSL | 56.36º | 0.94% | 0.34% | - |
| HSV(B) | 56.36º | 0.97% | 0.67% | - |
| XYZ | 29.18 | 33.7 | 5.11 | - |
| YUV | 145.32 | 48.81 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 5 | 0 | 0.06 | 0.97 | 0.33 | 56.36 | 0.94 | 0.34 |
| Hex | AA | A0 | 5 | 0 | 6 | 61 | 21 | 38 | 5E | 22 |
| Octal | 252 | 240 | 5 | 0 | 6 | 141 | 41 | 70 | 136 | 42 |
| Binary | 10101010 | 10100000 | 101 | 0 | 110 | 1100001 | 100001 | 111000 | 1011110 | 100010 |
Color Harmonies of #AAA005
Complementary color
Monochromatic Colors of #AAA005
Black with #AAA005
Text Example
Text Example
White with #AAA005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA005; }
p { color: rgb(170,160,5); }
H1.HeaderClassName
{
color: #AAA005;
}
.AnyTagClassName
{
color: #AAA005;
}
</style>
background-color css
<style>
a { background-color: #AAA005; }
a { background-color: rgb(170,160,5); }
div.DivClassName
{
background-color: #AAA005;
}
.BgClassName
{
background-color: #AAA005;
}
</style>
border-color css
<style>
span { border-color: #AAA005; }
span { border-color: rgb(170,160,5); }
td.TdClassName
{
border-color: #AAA005;
}
.TagClassName
{
border-color: #AAA005;
}
</style>