Shades of Lucky #AA9D19
Tints of Lucky #AA9D19
RGB
CMYK
RGB Variations
Color information
#AA9D19 (or 0xAA9D19) is known color: Lucky. HEX triplet: AA, 9D and 19. RGB value is (170,157,25). Sum of RGB (Red+Green+Blue) = 170+157+25=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9D19 is #5562E6. Grayscale: #929292. Windows color (decimal): -5595879 or 1678762. OLE color: 1678762.
HSL color Cylindrical-coordinate representation of color #AA9D19: hue angle of 54.62º 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 #AA9D19 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 25 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.33 |
| HSL | 54.62º | 0.74% | 0.38% | - |
| HSV(B) | 54.62º | 0.85% | 0.67% | - |
| XYZ | 28.81 | 32.73 | 5.72 | - |
| YUV | 145.84 | 59.81 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 25 | 0 | 0.08 | 0.85 | 0.33 | 54.62 | 0.74 | 0.38 |
| Hex | AA | 9D | 19 | 0 | 8 | 55 | 21 | 37 | 4A | 26 |
| Octal | 252 | 235 | 31 | 0 | 10 | 125 | 41 | 67 | 112 | 46 |
| Binary | 10101010 | 10011101 | 11001 | 0 | 1000 | 1010101 | 100001 | 110111 | 1001010 | 100110 |
Color Harmonies of #AA9D19
Complementary color
Monochromatic Colors of #AA9D19
Black with #AA9D19
Text Example
Text Example
White with #AA9D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D19; }
p { color: rgb(170,157,25); }
H1.HeaderClassName
{
color: #AA9D19;
}
.AnyTagClassName
{
color: #AA9D19;
}
</style>
background-color css
<style>
a { background-color: #AA9D19; }
a { background-color: rgb(170,157,25); }
div.DivClassName
{
background-color: #AA9D19;
}
.BgClassName
{
background-color: #AA9D19;
}
</style>
border-color css
<style>
span { border-color: #AA9D19; }
span { border-color: rgb(170,157,25); }
td.TdClassName
{
border-color: #AA9D19;
}
.TagClassName
{
border-color: #AA9D19;
}
</style>