Shades of Lucky #AA8F19
Tints of Lucky #AA8F19
RGB
CMYK
RGB Variations
Color information
#AA8F19 (or 0xAA8F19) is known color: Lucky. HEX triplet: AA, 8F and 19. RGB value is (170,143,25). Sum of RGB (Red+Green+Blue) = 170+143+25=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8F19 is #5570E6. Grayscale: #8A8A8A. Windows color (decimal): -5599463 or 1675178. OLE color: 1675178.
HSL color Cylindrical-coordinate representation of color #AA8F19: hue angle of 48.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 #AA8F19 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 25 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.33 |
| HSL | 48.83º | 0.74% | 0.38% | - |
| HSV(B) | 48.83º | 0.85% | 0.67% | - |
| XYZ | 26.58 | 28.26 | 4.97 | - |
| YUV | 137.62 | 64.45 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 25 | 0 | 0.16 | 0.85 | 0.33 | 48.83 | 0.74 | 0.38 |
| Hex | AA | 8F | 19 | 0 | 10 | 55 | 21 | 31 | 4A | 26 |
| Octal | 252 | 217 | 31 | 0 | 20 | 125 | 41 | 61 | 112 | 46 |
| Binary | 10101010 | 10001111 | 11001 | 0 | 10000 | 1010101 | 100001 | 110001 | 1001010 | 100110 |
Color Harmonies of #AA8F19
Complementary color
Monochromatic Colors of #AA8F19
Black with #AA8F19
Text Example
Text Example
White with #AA8F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F19; }
p { color: rgb(170,143,25); }
H1.HeaderClassName
{
color: #AA8F19;
}
.AnyTagClassName
{
color: #AA8F19;
}
</style>
background-color css
<style>
a { background-color: #AA8F19; }
a { background-color: rgb(170,143,25); }
div.DivClassName
{
background-color: #AA8F19;
}
.BgClassName
{
background-color: #AA8F19;
}
</style>
border-color css
<style>
span { border-color: #AA8F19; }
span { border-color: rgb(170,143,25); }
td.TdClassName
{
border-color: #AA8F19;
}
.TagClassName
{
border-color: #AA8F19;
}
</style>