Shades of Lucky #AAA105
Tints of Lucky #AAA105
RGB
CMYK
RGB Variations
Color information
#AAA105 (or 0xAAA105) is known color: Lucky. HEX triplet: AA, A1 and 05. RGB value is (170,161,5). Sum of RGB (Red+Green+Blue) = 170+161+5=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA105 is #555EFA. Grayscale: #929292. Windows color (decimal): -5594875 or 369066. OLE color: 369066.
HSL color Cylindrical-coordinate representation of color #AAA105: hue angle of 56.73º 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 #AAA105 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 5 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.33 |
| HSL | 56.73º | 0.94% | 0.34% | - |
| HSV(B) | 56.73º | 0.97% | 0.67% | - |
| XYZ | 29.35 | 34.05 | 5.17 | - |
| YUV | 145.91 | 48.48 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 5 | 0 | 0.05 | 0.97 | 0.33 | 56.73 | 0.94 | 0.34 |
| Hex | AA | A1 | 5 | 0 | 5 | 61 | 21 | 39 | 5E | 22 |
| Octal | 252 | 241 | 5 | 0 | 5 | 141 | 41 | 71 | 136 | 42 |
| Binary | 10101010 | 10100001 | 101 | 0 | 101 | 1100001 | 100001 | 111001 | 1011110 | 100010 |
Color Harmonies of #AAA105
Complementary color
Monochromatic Colors of #AAA105
Black with #AAA105
Text Example
Text Example
White with #AAA105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA105; }
p { color: rgb(170,161,5); }
H1.HeaderClassName
{
color: #AAA105;
}
.AnyTagClassName
{
color: #AAA105;
}
</style>
background-color css
<style>
a { background-color: #AAA105; }
a { background-color: rgb(170,161,5); }
div.DivClassName
{
background-color: #AAA105;
}
.BgClassName
{
background-color: #AAA105;
}
</style>
border-color css
<style>
span { border-color: #AAA105; }
span { border-color: rgb(170,161,5); }
td.TdClassName
{
border-color: #AAA105;
}
.TagClassName
{
border-color: #AAA105;
}
</style>