Shades of Lucky #AA9919
Tints of Lucky #AA9919
RGB
CMYK
RGB Variations
Color information
#AA9919 (or 0xAA9919) is known color: Lucky. HEX triplet: AA, 99 and 19. RGB value is (170,153,25). Sum of RGB (Red+Green+Blue) = 170+153+25=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9919 is #5566E6. Grayscale: #909090. Windows color (decimal): -5596903 or 1677738. OLE color: 1677738.
HSL color Cylindrical-coordinate representation of color #AA9919: hue angle of 52.97º 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 #AA9919 is Cyan = 0, Magento = 0.1, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 25 | - |
| CMYK | 0 | 0.1 | 0.85 | 0.33 |
| HSL | 52.97º | 0.74% | 0.38% | - |
| HSV(B) | 52.97º | 0.85% | 0.67% | - |
| XYZ | 28.14 | 31.4 | 5.5 | - |
| YUV | 143.49 | 61.13 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 25 | 0 | 0.1 | 0.85 | 0.33 | 52.97 | 0.74 | 0.38 |
| Hex | AA | 99 | 19 | 0 | A | 55 | 21 | 35 | 4A | 26 |
| Octal | 252 | 231 | 31 | 0 | 12 | 125 | 41 | 65 | 112 | 46 |
| Binary | 10101010 | 10011001 | 11001 | 0 | 1010 | 1010101 | 100001 | 110101 | 1001010 | 100110 |
Color Harmonies of #AA9919
Complementary color
Monochromatic Colors of #AA9919
Black with #AA9919
Text Example
Text Example
White with #AA9919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9919; }
p { color: rgb(170,153,25); }
H1.HeaderClassName
{
color: #AA9919;
}
.AnyTagClassName
{
color: #AA9919;
}
</style>
background-color css
<style>
a { background-color: #AA9919; }
a { background-color: rgb(170,153,25); }
div.DivClassName
{
background-color: #AA9919;
}
.BgClassName
{
background-color: #AA9919;
}
</style>
border-color css
<style>
span { border-color: #AA9919; }
span { border-color: rgb(170,153,25); }
td.TdClassName
{
border-color: #AA9919;
}
.TagClassName
{
border-color: #AA9919;
}
</style>