Shades of Lucky #AAA113
Tints of Lucky #AAA113
RGB
CMYK
RGB Variations
Color information
#AAA113 (or 0xAAA113) is known color: Lucky. HEX triplet: AA, A1 and 13. RGB value is (170,161,19). Sum of RGB (Red+Green+Blue) = 170+161+19=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA113 is #555EEC. Grayscale: #949494. Windows color (decimal): -5594861 or 1286570. OLE color: 1286570.
HSL color Cylindrical-coordinate representation of color #AAA113: hue angle of 56.42º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAA113 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 19 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.33 |
| HSL | 56.42º | 0.8% | 0.37% | - |
| HSV(B) | 56.42º | 0.89% | 0.67% | - |
| XYZ | 29.44 | 34.08 | 5.64 | - |
| YUV | 147.5 | 55.48 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 19 | 0 | 0.05 | 0.89 | 0.33 | 56.42 | 0.8 | 0.37 |
| Hex | AA | A1 | 13 | 0 | 5 | 59 | 21 | 38 | 50 | 25 |
| Octal | 252 | 241 | 23 | 0 | 5 | 131 | 41 | 70 | 120 | 45 |
| Binary | 10101010 | 10100001 | 10011 | 0 | 101 | 1011001 | 100001 | 111000 | 1010000 | 100101 |
Color Harmonies of #AAA113
Complementary color
Monochromatic Colors of #AAA113
Black with #AAA113
Text Example
Text Example
White with #AAA113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA113; }
p { color: rgb(170,161,19); }
H1.HeaderClassName
{
color: #AAA113;
}
.AnyTagClassName
{
color: #AAA113;
}
</style>
background-color css
<style>
a { background-color: #AAA113; }
a { background-color: rgb(170,161,19); }
div.DivClassName
{
background-color: #AAA113;
}
.BgClassName
{
background-color: #AAA113;
}
</style>
border-color css
<style>
span { border-color: #AAA113; }
span { border-color: rgb(170,161,19); }
td.TdClassName
{
border-color: #AAA113;
}
.TagClassName
{
border-color: #AAA113;
}
</style>