Shades of Lucky #A8AA19
Tints of Lucky #A8AA19
RGB
CMYK
RGB Variations
Color information
#A8AA19 (or 0xA8AA19) is known color: Lucky. HEX triplet: A8, AA and 19. RGB value is (168,170,25). Sum of RGB (Red+Green+Blue) = 168+170+25=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AA19 is #5755E6. Grayscale: #999999. Windows color (decimal): -5723623 or 1682088. OLE color: 1682088.
HSL color Cylindrical-coordinate representation of color #A8AA19: hue angle of 60.83º 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 #A8AA19 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 25 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.33 |
| HSL | 60.83º | 0.74% | 0.38% | - |
| HSV(B) | 60.83º | 0.85% | 0.67% | - |
| XYZ | 30.7 | 37.14 | 6.47 | - |
| YUV | 152.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 25 | 0.01 | 0 | 0.85 | 0.33 | 60.83 | 0.74 | 0.38 |
| Hex | A8 | AA | 19 | 1 | 0 | 55 | 21 | 3D | 4A | 26 |
| Octal | 250 | 252 | 31 | 1 | 0 | 125 | 41 | 75 | 112 | 46 |
| Binary | 10101000 | 10101010 | 11001 | 1 | 0 | 1010101 | 100001 | 111101 | 1001010 | 100110 |
Color Harmonies of #A8AA19
Complementary color
Monochromatic Colors of #A8AA19
Black with #A8AA19
Text Example
Text Example
White with #A8AA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA19; }
p { color: rgb(168,170,25); }
H1.HeaderClassName
{
color: #A8AA19;
}
.AnyTagClassName
{
color: #A8AA19;
}
</style>
background-color css
<style>
a { background-color: #A8AA19; }
a { background-color: rgb(168,170,25); }
div.DivClassName
{
background-color: #A8AA19;
}
.BgClassName
{
background-color: #A8AA19;
}
</style>
border-color css
<style>
span { border-color: #A8AA19; }
span { border-color: rgb(168,170,25); }
td.TdClassName
{
border-color: #A8AA19;
}
.TagClassName
{
border-color: #A8AA19;
}
</style>