Shades of Lucky #AAA413
Tints of Lucky #AAA413
RGB
CMYK
RGB Variations
Color information
#AAA413 (or 0xAAA413) is known color: Lucky. HEX triplet: AA, A4 and 13. RGB value is (170,164,19). Sum of RGB (Red+Green+Blue) = 170+164+19=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA413 is #555BEC. Grayscale: #959595. Windows color (decimal): -5594093 or 1287338. OLE color: 1287338.
HSL color Cylindrical-coordinate representation of color #AAA413: hue angle of 57.62º 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 #AAA413 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 19 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.33 |
| HSL | 57.62º | 0.8% | 0.37% | - |
| HSV(B) | 57.62º | 0.89% | 0.67% | - |
| XYZ | 29.97 | 35.14 | 5.82 | - |
| YUV | 149.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 19 | 0 | 0.04 | 0.89 | 0.33 | 57.62 | 0.8 | 0.37 |
| Hex | AA | A4 | 13 | 0 | 4 | 59 | 21 | 3A | 50 | 25 |
| Octal | 252 | 244 | 23 | 0 | 4 | 131 | 41 | 72 | 120 | 45 |
| Binary | 10101010 | 10100100 | 10011 | 0 | 100 | 1011001 | 100001 | 111010 | 1010000 | 100101 |
Color Harmonies of #AAA413
Complementary color
Monochromatic Colors of #AAA413
Black with #AAA413
Text Example
Text Example
White with #AAA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA413; }
p { color: rgb(170,164,19); }
H1.HeaderClassName
{
color: #AAA413;
}
.AnyTagClassName
{
color: #AAA413;
}
</style>
background-color css
<style>
a { background-color: #AAA413; }
a { background-color: rgb(170,164,19); }
div.DivClassName
{
background-color: #AAA413;
}
.BgClassName
{
background-color: #AAA413;
}
</style>
border-color css
<style>
span { border-color: #AAA413; }
span { border-color: rgb(170,164,19); }
td.TdClassName
{
border-color: #AAA413;
}
.TagClassName
{
border-color: #AAA413;
}
</style>