Shades of Lucky #AAA51E
Tints of Lucky #AAA51E
RGB
CMYK
RGB Variations
Color information
#AAA51E (or 0xAAA51E) is known color: Lucky. HEX triplet: AA, A5 and 1E. RGB value is (170,165,30). Sum of RGB (Red+Green+Blue) = 170+165+30=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA51E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA51E is #555AE1. Grayscale: #979797. Windows color (decimal): -5593826 or 2008490. OLE color: 2008490.
HSL color Cylindrical-coordinate representation of color #AAA51E: hue angle of 57.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAA51E is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 30 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.33 |
| HSL | 57.86º | 0.7% | 0.39% | - |
| HSV(B) | 57.86º | 0.82% | 0.67% | - |
| XYZ | 30.27 | 35.55 | 6.49 | - |
| YUV | 151.11 | 59.66 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 30 | 0 | 0.03 | 0.82 | 0.33 | 57.86 | 0.7 | 0.39 |
| Hex | AA | A5 | 1E | 0 | 3 | 52 | 21 | 3A | 46 | 27 |
| Octal | 252 | 245 | 36 | 0 | 3 | 122 | 41 | 72 | 106 | 47 |
| Binary | 10101010 | 10100101 | 11110 | 0 | 11 | 1010010 | 100001 | 111010 | 1000110 | 100111 |
Color Harmonies of #AAA51E
Complementary color
Monochromatic Colors of #AAA51E
Black with #AAA51E
Text Example
Text Example
White with #AAA51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA51E; }
p { color: rgb(170,165,30); }
H1.HeaderClassName
{
color: #AAA51E;
}
.AnyTagClassName
{
color: #AAA51E;
}
</style>
background-color css
<style>
a { background-color: #AAA51E; }
a { background-color: rgb(170,165,30); }
div.DivClassName
{
background-color: #AAA51E;
}
.BgClassName
{
background-color: #AAA51E;
}
</style>
border-color css
<style>
span { border-color: #AAA51E; }
span { border-color: rgb(170,165,30); }
td.TdClassName
{
border-color: #AAA51E;
}
.TagClassName
{
border-color: #AAA51E;
}
</style>