Shades of Lucky #AAA013
Tints of Lucky #AAA013
RGB
CMYK
RGB Variations
Color information
#AAA013 (or 0xAAA013) is known color: Lucky. HEX triplet: AA, A0 and 13. RGB value is (170,160,19). Sum of RGB (Red+Green+Blue) = 170+160+19=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA013 is #555FEC. Grayscale: #939393. Windows color (decimal): -5595117 or 1286314. OLE color: 1286314.
HSL color Cylindrical-coordinate representation of color #AAA013: hue angle of 56.03º 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 #AAA013 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 19 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.33 |
| HSL | 56.03º | 0.8% | 0.37% | - |
| HSV(B) | 56.03º | 0.89% | 0.67% | - |
| XYZ | 29.27 | 33.73 | 5.59 | - |
| YUV | 146.92 | 55.81 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 19 | 0 | 0.06 | 0.89 | 0.33 | 56.03 | 0.8 | 0.37 |
| Hex | AA | A0 | 13 | 0 | 6 | 59 | 21 | 38 | 50 | 25 |
| Octal | 252 | 240 | 23 | 0 | 6 | 131 | 41 | 70 | 120 | 45 |
| Binary | 10101010 | 10100000 | 10011 | 0 | 110 | 1011001 | 100001 | 111000 | 1010000 | 100101 |
Color Harmonies of #AAA013
Complementary color
Monochromatic Colors of #AAA013
Black with #AAA013
Text Example
Text Example
White with #AAA013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA013; }
p { color: rgb(170,160,19); }
H1.HeaderClassName
{
color: #AAA013;
}
.AnyTagClassName
{
color: #AAA013;
}
</style>
background-color css
<style>
a { background-color: #AAA013; }
a { background-color: rgb(170,160,19); }
div.DivClassName
{
background-color: #AAA013;
}
.BgClassName
{
background-color: #AAA013;
}
</style>
border-color css
<style>
span { border-color: #AAA013; }
span { border-color: rgb(170,160,19); }
td.TdClassName
{
border-color: #AAA013;
}
.TagClassName
{
border-color: #AAA013;
}
</style>