Shades of Lucky #AA8D15
Tints of Lucky #AA8D15
RGB
CMYK
RGB Variations
Color information
#AA8D15 (or 0xAA8D15) is known color: Lucky. HEX triplet: AA, 8D and 15. RGB value is (170,141,21). Sum of RGB (Red+Green+Blue) = 170+141+21=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8D15 is #5572EA. Grayscale: #888888. Windows color (decimal): -5599979 or 1412522. OLE color: 1412522.
HSL color Cylindrical-coordinate representation of color #AA8D15: hue angle of 48.32º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA8D15 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 21 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.33 |
| HSL | 48.32º | 0.78% | 0.37% | - |
| HSV(B) | 48.32º | 0.88% | 0.67% | - |
| XYZ | 26.24 | 27.65 | 4.66 | - |
| YUV | 135.99 | 63.11 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 21 | 0 | 0.17 | 0.88 | 0.33 | 48.32 | 0.78 | 0.37 |
| Hex | AA | 8D | 15 | 0 | 11 | 58 | 21 | 30 | 4E | 25 |
| Octal | 252 | 215 | 25 | 0 | 21 | 130 | 41 | 60 | 116 | 45 |
| Binary | 10101010 | 10001101 | 10101 | 0 | 10001 | 1011000 | 100001 | 110000 | 1001110 | 100101 |
Color Harmonies of #AA8D15
Complementary color
Monochromatic Colors of #AA8D15
Black with #AA8D15
Text Example
Text Example
White with #AA8D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D15; }
p { color: rgb(170,141,21); }
H1.HeaderClassName
{
color: #AA8D15;
}
.AnyTagClassName
{
color: #AA8D15;
}
</style>
background-color css
<style>
a { background-color: #AA8D15; }
a { background-color: rgb(170,141,21); }
div.DivClassName
{
background-color: #AA8D15;
}
.BgClassName
{
background-color: #AA8D15;
}
</style>
border-color css
<style>
span { border-color: #AA8D15; }
span { border-color: rgb(170,141,21); }
td.TdClassName
{
border-color: #AA8D15;
}
.TagClassName
{
border-color: #AA8D15;
}
</style>