Shades of Lucky #AA9915
Tints of Lucky #AA9915
RGB
CMYK
RGB Variations
Color information
#AA9915 (or 0xAA9915) is known color: Lucky. HEX triplet: AA, 99 and 15. RGB value is (170,153,21). Sum of RGB (Red+Green+Blue) = 170+153+21=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9915 is #5566EA. Grayscale: #8F8F8F. Windows color (decimal): -5596907 or 1415594. OLE color: 1415594.
HSL color Cylindrical-coordinate representation of color #AA9915: hue angle of 53.15º 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 #AA9915 is Cyan = 0, Magento = 0.1, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 21 | - |
| CMYK | 0 | 0.1 | 0.88 | 0.33 |
| HSL | 53.15º | 0.78% | 0.37% | - |
| HSV(B) | 53.15º | 0.88% | 0.67% | - |
| XYZ | 28.1 | 31.38 | 5.29 | - |
| YUV | 143.04 | 59.13 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 21 | 0 | 0.1 | 0.88 | 0.33 | 53.15 | 0.78 | 0.37 |
| Hex | AA | 99 | 15 | 0 | A | 58 | 21 | 35 | 4E | 25 |
| Octal | 252 | 231 | 25 | 0 | 12 | 130 | 41 | 65 | 116 | 45 |
| Binary | 10101010 | 10011001 | 10101 | 0 | 1010 | 1011000 | 100001 | 110101 | 1001110 | 100101 |
Color Harmonies of #AA9915
Complementary color
Monochromatic Colors of #AA9915
Black with #AA9915
Text Example
Text Example
White with #AA9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9915; }
p { color: rgb(170,153,21); }
H1.HeaderClassName
{
color: #AA9915;
}
.AnyTagClassName
{
color: #AA9915;
}
</style>
background-color css
<style>
a { background-color: #AA9915; }
a { background-color: rgb(170,153,21); }
div.DivClassName
{
background-color: #AA9915;
}
.BgClassName
{
background-color: #AA9915;
}
</style>
border-color css
<style>
span { border-color: #AA9915; }
span { border-color: rgb(170,153,21); }
td.TdClassName
{
border-color: #AA9915;
}
.TagClassName
{
border-color: #AA9915;
}
</style>