Shades of Lucky #AAA30E
Tints of Lucky #AAA30E
RGB
CMYK
RGB Variations
Color information
#AAA30E (or 0xAAA30E) is known color: Lucky. HEX triplet: AA, A3 and 0E. RGB value is (170,163,14). Sum of RGB (Red+Green+Blue) = 170+163+14=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA30E is #555CF1. Grayscale: #949494. Windows color (decimal): -5594354 or 959402. OLE color: 959402.
HSL color Cylindrical-coordinate representation of color #AAA30E: hue angle of 57.31º degrees, saturation: 0.85, 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 #AAA30E is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 14 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.33 |
| HSL | 57.31º | 0.85% | 0.36% | - |
| HSV(B) | 57.31º | 0.92% | 0.67% | - |
| XYZ | 29.75 | 34.77 | 5.56 | - |
| YUV | 148.11 | 52.32 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 14 | 0 | 0.04 | 0.92 | 0.33 | 57.31 | 0.85 | 0.36 |
| Hex | AA | A3 | E | 0 | 4 | 5C | 21 | 39 | 55 | 24 |
| Octal | 252 | 243 | 16 | 0 | 4 | 134 | 41 | 71 | 125 | 44 |
| Binary | 10101010 | 10100011 | 1110 | 0 | 100 | 1011100 | 100001 | 111001 | 1010101 | 100100 |
Color Harmonies of #AAA30E
Complementary color
Monochromatic Colors of #AAA30E
Black with #AAA30E
Text Example
Text Example
White with #AAA30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA30E; }
p { color: rgb(170,163,14); }
H1.HeaderClassName
{
color: #AAA30E;
}
.AnyTagClassName
{
color: #AAA30E;
}
</style>
background-color css
<style>
a { background-color: #AAA30E; }
a { background-color: rgb(170,163,14); }
div.DivClassName
{
background-color: #AAA30E;
}
.BgClassName
{
background-color: #AAA30E;
}
</style>
border-color css
<style>
span { border-color: #AAA30E; }
span { border-color: rgb(170,163,14); }
td.TdClassName
{
border-color: #AAA30E;
}
.TagClassName
{
border-color: #AAA30E;
}
</style>