Shades of Lucky #AAA511
Tints of Lucky #AAA511
RGB
CMYK
RGB Variations
Color information
#AAA511 (or 0xAAA511) is known color: Lucky. HEX triplet: AA, A5 and 11. RGB value is (170,165,17). Sum of RGB (Red+Green+Blue) = 170+165+17=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA511 is #555AEE. Grayscale: #969696. Windows color (decimal): -5593839 or 1156522. OLE color: 1156522.
HSL color Cylindrical-coordinate representation of color #AAA511: hue angle of 58.04º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAA511 is Cyan = 0, Magento = 0.03, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 17 | - |
| CMYK | 0 | 0.03 | 0.9 | 0.33 |
| HSL | 58.04º | 0.82% | 0.37% | - |
| HSV(B) | 58.04º | 0.9% | 0.67% | - |
| XYZ | 30.13 | 35.5 | 5.79 | - |
| YUV | 149.62 | 53.16 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 17 | 0 | 0.03 | 0.9 | 0.33 | 58.04 | 0.82 | 0.37 |
| Hex | AA | A5 | 11 | 0 | 3 | 5A | 21 | 3A | 52 | 25 |
| Octal | 252 | 245 | 21 | 0 | 3 | 132 | 41 | 72 | 122 | 45 |
| Binary | 10101010 | 10100101 | 10001 | 0 | 11 | 1011010 | 100001 | 111010 | 1010010 | 100101 |
Color Harmonies of #AAA511
Complementary color
Monochromatic Colors of #AAA511
Black with #AAA511
Text Example
Text Example
White with #AAA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA511; }
p { color: rgb(170,165,17); }
H1.HeaderClassName
{
color: #AAA511;
}
.AnyTagClassName
{
color: #AAA511;
}
</style>
background-color css
<style>
a { background-color: #AAA511; }
a { background-color: rgb(170,165,17); }
div.DivClassName
{
background-color: #AAA511;
}
.BgClassName
{
background-color: #AAA511;
}
</style>
border-color css
<style>
span { border-color: #AAA511; }
span { border-color: rgb(170,165,17); }
td.TdClassName
{
border-color: #AAA511;
}
.TagClassName
{
border-color: #AAA511;
}
</style>