Shades of Lucky #AAA205
Tints of Lucky #AAA205
RGB
CMYK
RGB Variations
Color information
#AAA205 (or 0xAAA205) is known color: Lucky. HEX triplet: AA, A2 and 05. RGB value is (170,162,5). Sum of RGB (Red+Green+Blue) = 170+162+5=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA205 is #555DFA. Grayscale: #939393. Windows color (decimal): -5594619 or 369322. OLE color: 369322.
HSL color Cylindrical-coordinate representation of color #AAA205: hue angle of 57.09º 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 #AAA205 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 5 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.33 |
| HSL | 57.09º | 0.94% | 0.34% | - |
| HSV(B) | 57.09º | 0.97% | 0.67% | - |
| XYZ | 29.53 | 34.4 | 5.23 | - |
| YUV | 146.49 | 48.15 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 5 | 0 | 0.05 | 0.97 | 0.33 | 57.09 | 0.94 | 0.34 |
| Hex | AA | A2 | 5 | 0 | 5 | 61 | 21 | 39 | 5E | 22 |
| Octal | 252 | 242 | 5 | 0 | 5 | 141 | 41 | 71 | 136 | 42 |
| Binary | 10101010 | 10100010 | 101 | 0 | 101 | 1100001 | 100001 | 111001 | 1011110 | 100010 |
Color Harmonies of #AAA205
Complementary color
Monochromatic Colors of #AAA205
Black with #AAA205
Text Example
Text Example
White with #AAA205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA205; }
p { color: rgb(170,162,5); }
H1.HeaderClassName
{
color: #AAA205;
}
.AnyTagClassName
{
color: #AAA205;
}
</style>
background-color css
<style>
a { background-color: #AAA205; }
a { background-color: rgb(170,162,5); }
div.DivClassName
{
background-color: #AAA205;
}
.BgClassName
{
background-color: #AAA205;
}
</style>
border-color css
<style>
span { border-color: #AAA205; }
span { border-color: rgb(170,162,5); }
td.TdClassName
{
border-color: #AAA205;
}
.TagClassName
{
border-color: #AAA205;
}
</style>