Shades of Lucky #AA9914
Tints of Lucky #AA9914
RGB
CMYK
RGB Variations
Color information
#AA9914 (or 0xAA9914) is known color: Lucky. HEX triplet: AA, 99 and 14. RGB value is (170,153,20). Sum of RGB (Red+Green+Blue) = 170+153+20=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9914 is #5566EB. Grayscale: #8F8F8F. Windows color (decimal): -5596908 or 1350058. OLE color: 1350058.
HSL color Cylindrical-coordinate representation of color #AA9914: hue angle of 53.2º degrees, saturation: 0.79, 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 #AA9914 is Cyan = 0, Magento = 0.1, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 20 | - |
| CMYK | 0 | 0.1 | 0.88 | 0.33 |
| HSL | 53.2º | 0.79% | 0.37% | - |
| HSV(B) | 53.2º | 0.88% | 0.67% | - |
| XYZ | 28.1 | 31.38 | 5.24 | - |
| YUV | 142.92 | 58.63 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 20 | 0 | 0.1 | 0.88 | 0.33 | 53.2 | 0.79 | 0.37 |
| Hex | AA | 99 | 14 | 0 | A | 58 | 21 | 35 | 4F | 25 |
| Octal | 252 | 231 | 24 | 0 | 12 | 130 | 41 | 65 | 117 | 45 |
| Binary | 10101010 | 10011001 | 10100 | 0 | 1010 | 1011000 | 100001 | 110101 | 1001111 | 100101 |
Color Harmonies of #AA9914
Complementary color
Monochromatic Colors of #AA9914
Black with #AA9914
Text Example
Text Example
White with #AA9914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9914; }
p { color: rgb(170,153,20); }
H1.HeaderClassName
{
color: #AA9914;
}
.AnyTagClassName
{
color: #AA9914;
}
</style>
background-color css
<style>
a { background-color: #AA9914; }
a { background-color: rgb(170,153,20); }
div.DivClassName
{
background-color: #AA9914;
}
.BgClassName
{
background-color: #AA9914;
}
</style>
border-color css
<style>
span { border-color: #AA9914; }
span { border-color: rgb(170,153,20); }
td.TdClassName
{
border-color: #AA9914;
}
.TagClassName
{
border-color: #AA9914;
}
</style>