Shades of Lucky #AAA50D
Tints of Lucky #AAA50D
RGB
CMYK
RGB Variations
Color information
#AAA50D (or 0xAAA50D) is known color: Lucky. HEX triplet: AA, A5 and 0D. RGB value is (170,165,13). Sum of RGB (Red+Green+Blue) = 170+165+13=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 165 (64.84% from 255 or 47.41% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA50D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA50D is #555AF2. Grayscale: #959595. Windows color (decimal): -5593843 or 894378. OLE color: 894378.
HSL color Cylindrical-coordinate representation of color #AAA50D: hue angle of 58.09º 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 #AAA50D is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 13 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.33 |
| HSL | 58.09º | 0.86% | 0.36% | - |
| HSV(B) | 58.09º | 0.92% | 0.67% | - |
| XYZ | 30.11 | 35.49 | 5.64 | - |
| YUV | 149.17 | 51.16 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 13 | 0 | 0.03 | 0.92 | 0.33 | 58.09 | 0.86 | 0.36 |
| Hex | AA | A5 | D | 0 | 3 | 5C | 21 | 3A | 56 | 24 |
| Octal | 252 | 245 | 15 | 0 | 3 | 134 | 41 | 72 | 126 | 44 |
| Binary | 10101010 | 10100101 | 1101 | 0 | 11 | 1011100 | 100001 | 111010 | 1010110 | 100100 |
Color Harmonies of #AAA50D
Complementary color
Monochromatic Colors of #AAA50D
Black with #AAA50D
Text Example
Text Example
White with #AAA50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA50D; }
p { color: rgb(170,165,13); }
H1.HeaderClassName
{
color: #AAA50D;
}
.AnyTagClassName
{
color: #AAA50D;
}
</style>
background-color css
<style>
a { background-color: #AAA50D; }
a { background-color: rgb(170,165,13); }
div.DivClassName
{
background-color: #AAA50D;
}
.BgClassName
{
background-color: #AAA50D;
}
</style>
border-color css
<style>
span { border-color: #AAA50D; }
span { border-color: rgb(170,165,13); }
td.TdClassName
{
border-color: #AAA50D;
}
.TagClassName
{
border-color: #AAA50D;
}
</style>