Shades of Lucky #AA9520
Tints of Lucky #AA9520
RGB
CMYK
RGB Variations
Color information
#AA9520 (or 0xAA9520) is known color: Lucky. HEX triplet: AA, 95 and 20. RGB value is (170,149,32). Sum of RGB (Red+Green+Blue) = 170+149+32=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9520 is #556ADF. Grayscale: #8E8E8E. Windows color (decimal): -5597920 or 2135466. OLE color: 2135466.
HSL color Cylindrical-coordinate representation of color #AA9520: hue angle of 50.87º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA9520 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 32 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.33 |
| HSL | 50.87º | 0.68% | 0.4% | - |
| HSV(B) | 50.87º | 0.81% | 0.67% | - |
| XYZ | 27.59 | 30.15 | 5.73 | - |
| YUV | 141.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 32 | 0 | 0.12 | 0.81 | 0.33 | 50.87 | 0.68 | 0.4 |
| Hex | AA | 95 | 20 | 0 | C | 51 | 21 | 33 | 44 | 28 |
| Octal | 252 | 225 | 40 | 0 | 14 | 121 | 41 | 63 | 104 | 50 |
| Binary | 10101010 | 10010101 | 100000 | 0 | 1100 | 1010001 | 100001 | 110011 | 1000100 | 101000 |
Color Harmonies of #AA9520
Complementary color
Monochromatic Colors of #AA9520
Black with #AA9520
Text Example
Text Example
White with #AA9520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9520; }
p { color: rgb(170,149,32); }
H1.HeaderClassName
{
color: #AA9520;
}
.AnyTagClassName
{
color: #AA9520;
}
</style>
background-color css
<style>
a { background-color: #AA9520; }
a { background-color: rgb(170,149,32); }
div.DivClassName
{
background-color: #AA9520;
}
.BgClassName
{
background-color: #AA9520;
}
</style>
border-color css
<style>
span { border-color: #AA9520; }
span { border-color: rgb(170,149,32); }
td.TdClassName
{
border-color: #AA9520;
}
.TagClassName
{
border-color: #AA9520;
}
</style>