Shades of Lucky #AA9913
Tints of Lucky #AA9913
RGB
CMYK
RGB Variations
Color information
#AA9913 (or 0xAA9913) is known color: Lucky. HEX triplet: AA, 99 and 13. RGB value is (170,153,19). Sum of RGB (Red+Green+Blue) = 170+153+19=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9913 is #5566EC. Grayscale: #8F8F8F. Windows color (decimal): -5596909 or 1284522. OLE color: 1284522.
HSL color Cylindrical-coordinate representation of color #AA9913: hue angle of 53.25º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA9913 is Cyan = 0, Magento = 0.1, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 19 | - |
| CMYK | 0 | 0.1 | 0.89 | 0.33 |
| HSL | 53.25º | 0.8% | 0.37% | - |
| HSV(B) | 53.25º | 0.89% | 0.67% | - |
| XYZ | 28.09 | 31.38 | 5.19 | - |
| YUV | 142.81 | 58.13 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 19 | 0 | 0.1 | 0.89 | 0.33 | 53.25 | 0.8 | 0.37 |
| Hex | AA | 99 | 13 | 0 | A | 59 | 21 | 35 | 50 | 25 |
| Octal | 252 | 231 | 23 | 0 | 12 | 131 | 41 | 65 | 120 | 45 |
| Binary | 10101010 | 10011001 | 10011 | 0 | 1010 | 1011001 | 100001 | 110101 | 1010000 | 100101 |
Color Harmonies of #AA9913
Complementary color
Monochromatic Colors of #AA9913
Black with #AA9913
Text Example
Text Example
White with #AA9913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9913; }
p { color: rgb(170,153,19); }
H1.HeaderClassName
{
color: #AA9913;
}
.AnyTagClassName
{
color: #AA9913;
}
</style>
background-color css
<style>
a { background-color: #AA9913; }
a { background-color: rgb(170,153,19); }
div.DivClassName
{
background-color: #AA9913;
}
.BgClassName
{
background-color: #AA9913;
}
</style>
border-color css
<style>
span { border-color: #AA9913; }
span { border-color: rgb(170,153,19); }
td.TdClassName
{
border-color: #AA9913;
}
.TagClassName
{
border-color: #AA9913;
}
</style>