Shades of Lucky #AA9928
Tints of Lucky #AA9928
RGB
CMYK
RGB Variations
Color information
#AA9928 (or 0xAA9928) is known color: Lucky. HEX triplet: AA, 99 and 28. RGB value is (170,153,40). Sum of RGB (Red+Green+Blue) = 170+153+40=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9928 is #5566D7. Grayscale: #919191. Windows color (decimal): -5596888 or 2660778. OLE color: 2660778.
HSL color Cylindrical-coordinate representation of color #AA9928: hue angle of 52.15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA9928 is Cyan = 0, Magento = 0.1, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 40 | - |
| CMYK | 0 | 0.1 | 0.76 | 0.33 |
| HSL | 52.15º | 0.62% | 0.41% | - |
| HSV(B) | 52.15º | 0.76% | 0.67% | - |
| XYZ | 28.35 | 31.48 | 6.59 | - |
| YUV | 145.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 40 | 0 | 0.1 | 0.76 | 0.33 | 52.15 | 0.62 | 0.41 |
| Hex | AA | 99 | 28 | 0 | A | 4C | 21 | 34 | 3E | 29 |
| Octal | 252 | 231 | 50 | 0 | 12 | 114 | 41 | 64 | 76 | 51 |
| Binary | 10101010 | 10011001 | 101000 | 0 | 1010 | 1001100 | 100001 | 110100 | 111110 | 101001 |
Color Harmonies of #AA9928
Complementary color
Monochromatic Colors of #AA9928
Black with #AA9928
Text Example
Text Example
White with #AA9928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9928; }
p { color: rgb(170,153,40); }
H1.HeaderClassName
{
color: #AA9928;
}
.AnyTagClassName
{
color: #AA9928;
}
</style>
background-color css
<style>
a { background-color: #AA9928; }
a { background-color: rgb(170,153,40); }
div.DivClassName
{
background-color: #AA9928;
}
.BgClassName
{
background-color: #AA9928;
}
</style>
border-color css
<style>
span { border-color: #AA9928; }
span { border-color: rgb(170,153,40); }
td.TdClassName
{
border-color: #AA9928;
}
.TagClassName
{
border-color: #AA9928;
}
</style>