Shades of Lucky #AAA319
Tints of Lucky #AAA319
RGB
CMYK
RGB Variations
Color information
#AAA319 (or 0xAAA319) is known color: Lucky. HEX triplet: AA, A3 and 19. RGB value is (170,163,25). Sum of RGB (Red+Green+Blue) = 170+163+25=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA319 is #555CE6. Grayscale: #959595. Windows color (decimal): -5594343 or 1680298. OLE color: 1680298.
HSL color Cylindrical-coordinate representation of color #AAA319: hue angle of 57.1º 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 #AAA319 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 25 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.33 |
| HSL | 57.1º | 0.74% | 0.38% | - |
| HSV(B) | 57.1º | 0.85% | 0.67% | - |
| XYZ | 29.85 | 34.81 | 6.07 | - |
| YUV | 149.36 | 57.82 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 25 | 0 | 0.04 | 0.85 | 0.33 | 57.1 | 0.74 | 0.38 |
| Hex | AA | A3 | 19 | 0 | 4 | 55 | 21 | 39 | 4A | 26 |
| Octal | 252 | 243 | 31 | 0 | 4 | 125 | 41 | 71 | 112 | 46 |
| Binary | 10101010 | 10100011 | 11001 | 0 | 100 | 1010101 | 100001 | 111001 | 1001010 | 100110 |
Color Harmonies of #AAA319
Complementary color
Monochromatic Colors of #AAA319
Black with #AAA319
Text Example
Text Example
White with #AAA319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA319; }
p { color: rgb(170,163,25); }
H1.HeaderClassName
{
color: #AAA319;
}
.AnyTagClassName
{
color: #AAA319;
}
</style>
background-color css
<style>
a { background-color: #AAA319; }
a { background-color: rgb(170,163,25); }
div.DivClassName
{
background-color: #AAA319;
}
.BgClassName
{
background-color: #AAA319;
}
</style>
border-color css
<style>
span { border-color: #AAA319; }
span { border-color: rgb(170,163,25); }
td.TdClassName
{
border-color: #AAA319;
}
.TagClassName
{
border-color: #AAA319;
}
</style>