Shades of Lucky #AAA519
Tints of Lucky #AAA519
RGB
CMYK
RGB Variations
Color information
#AAA519 (or 0xAAA519) is known color: Lucky. HEX triplet: AA, A5 and 19. RGB value is (170,165,25). Sum of RGB (Red+Green+Blue) = 170+165+25=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA519 is #555AE6. Grayscale: #979797. Windows color (decimal): -5593831 or 1680810. OLE color: 1680810.
HSL color Cylindrical-coordinate representation of color #AAA519: hue angle of 57.93º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAA519 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 25 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.33 |
| HSL | 57.93º | 0.74% | 0.38% | - |
| HSV(B) | 57.93º | 0.85% | 0.67% | - |
| XYZ | 30.21 | 35.53 | 6.18 | - |
| YUV | 150.54 | 57.16 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 25 | 0 | 0.03 | 0.85 | 0.33 | 57.93 | 0.74 | 0.38 |
| Hex | AA | A5 | 19 | 0 | 3 | 55 | 21 | 3A | 4A | 26 |
| Octal | 252 | 245 | 31 | 0 | 3 | 125 | 41 | 72 | 112 | 46 |
| Binary | 10101010 | 10100101 | 11001 | 0 | 11 | 1010101 | 100001 | 111010 | 1001010 | 100110 |
Color Harmonies of #AAA519
Complementary color
Monochromatic Colors of #AAA519
Black with #AAA519
Text Example
Text Example
White with #AAA519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA519; }
p { color: rgb(170,165,25); }
H1.HeaderClassName
{
color: #AAA519;
}
.AnyTagClassName
{
color: #AAA519;
}
</style>
background-color css
<style>
a { background-color: #AAA519; }
a { background-color: rgb(170,165,25); }
div.DivClassName
{
background-color: #AAA519;
}
.BgClassName
{
background-color: #AAA519;
}
</style>
border-color css
<style>
span { border-color: #AAA519; }
span { border-color: rgb(170,165,25); }
td.TdClassName
{
border-color: #AAA519;
}
.TagClassName
{
border-color: #AAA519;
}
</style>