Shades of Lucky #AAA00D
Tints of Lucky #AAA00D
RGB
CMYK
RGB Variations
Color information
#AAA00D (or 0xAAA00D) is known color: Lucky. HEX triplet: AA, A0 and 0D. RGB value is (170,160,13). Sum of RGB (Red+Green+Blue) = 170+160+13=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA00D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA00D is #555FF2. Grayscale: #929292. Windows color (decimal): -5595123 or 893098. OLE color: 893098.
HSL color Cylindrical-coordinate representation of color #AAA00D: hue angle of 56.18º 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 #AAA00D is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 13 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.33 |
| HSL | 56.18º | 0.86% | 0.36% | - |
| HSV(B) | 56.18º | 0.92% | 0.67% | - |
| XYZ | 29.22 | 33.72 | 5.35 | - |
| YUV | 146.23 | 52.81 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 13 | 0 | 0.06 | 0.92 | 0.33 | 56.18 | 0.86 | 0.36 |
| Hex | AA | A0 | D | 0 | 6 | 5C | 21 | 38 | 56 | 24 |
| Octal | 252 | 240 | 15 | 0 | 6 | 134 | 41 | 70 | 126 | 44 |
| Binary | 10101010 | 10100000 | 1101 | 0 | 110 | 1011100 | 100001 | 111000 | 1010110 | 100100 |
Color Harmonies of #AAA00D
Complementary color
Monochromatic Colors of #AAA00D
Black with #AAA00D
Text Example
Text Example
White with #AAA00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA00D; }
p { color: rgb(170,160,13); }
H1.HeaderClassName
{
color: #AAA00D;
}
.AnyTagClassName
{
color: #AAA00D;
}
</style>
background-color css
<style>
a { background-color: #AAA00D; }
a { background-color: rgb(170,160,13); }
div.DivClassName
{
background-color: #AAA00D;
}
.BgClassName
{
background-color: #AAA00D;
}
</style>
border-color css
<style>
span { border-color: #AAA00D; }
span { border-color: rgb(170,160,13); }
td.TdClassName
{
border-color: #AAA00D;
}
.TagClassName
{
border-color: #AAA00D;
}
</style>