Shades of Lucky #AAA20D
Tints of Lucky #AAA20D
RGB
CMYK
RGB Variations
Color information
#AAA20D (or 0xAAA20D) is known color: Lucky. HEX triplet: AA, A2 and 0D. RGB value is (170,162,13). Sum of RGB (Red+Green+Blue) = 170+162+13=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA20D is #555DF2. Grayscale: #949494. Windows color (decimal): -5594611 or 893610. OLE color: 893610.
HSL color Cylindrical-coordinate representation of color #AAA20D: hue angle of 56.94º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAA20D is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 13 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.33 |
| HSL | 56.94º | 0.86% | 0.36% | - |
| HSV(B) | 56.94º | 0.92% | 0.67% | - |
| XYZ | 29.57 | 34.42 | 5.47 | - |
| YUV | 147.41 | 52.15 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 13 | 0 | 0.05 | 0.92 | 0.33 | 56.94 | 0.86 | 0.36 |
| Hex | AA | A2 | D | 0 | 5 | 5C | 21 | 39 | 56 | 24 |
| Octal | 252 | 242 | 15 | 0 | 5 | 134 | 41 | 71 | 126 | 44 |
| Binary | 10101010 | 10100010 | 1101 | 0 | 101 | 1011100 | 100001 | 111001 | 1010110 | 100100 |
Color Harmonies of #AAA20D
Complementary color
Monochromatic Colors of #AAA20D
Black with #AAA20D
Text Example
Text Example
White with #AAA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA20D; }
p { color: rgb(170,162,13); }
H1.HeaderClassName
{
color: #AAA20D;
}
.AnyTagClassName
{
color: #AAA20D;
}
</style>
background-color css
<style>
a { background-color: #AAA20D; }
a { background-color: rgb(170,162,13); }
div.DivClassName
{
background-color: #AAA20D;
}
.BgClassName
{
background-color: #AAA20D;
}
</style>
border-color css
<style>
span { border-color: #AAA20D; }
span { border-color: rgb(170,162,13); }
td.TdClassName
{
border-color: #AAA20D;
}
.TagClassName
{
border-color: #AAA20D;
}
</style>