Shades of Lucky #AA9524
Tints of Lucky #AA9524
RGB
CMYK
RGB Variations
Color information
#AA9524 (or 0xAA9524) is known color: Lucky. HEX triplet: AA, 95 and 24. RGB value is (170,149,36). Sum of RGB (Red+Green+Blue) = 170+149+36=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9524 is #556ADB. Grayscale: #8E8E8E. Windows color (decimal): -5597916 or 2397610. OLE color: 2397610.
HSL color Cylindrical-coordinate representation of color #AA9524: hue angle of 50.6º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA9524 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 36 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.33 |
| HSL | 50.6º | 0.65% | 0.4% | - |
| HSV(B) | 50.6º | 0.79% | 0.67% | - |
| XYZ | 27.64 | 30.17 | 6.04 | - |
| YUV | 142.4 | 67.96 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 36 | 0 | 0.12 | 0.79 | 0.33 | 50.6 | 0.65 | 0.4 |
| Hex | AA | 95 | 24 | 0 | C | 4F | 21 | 33 | 41 | 28 |
| Octal | 252 | 225 | 44 | 0 | 14 | 117 | 41 | 63 | 101 | 50 |
| Binary | 10101010 | 10010101 | 100100 | 0 | 1100 | 1001111 | 100001 | 110011 | 1000001 | 101000 |
Color Harmonies of #AA9524
Complementary color
Monochromatic Colors of #AA9524
Black with #AA9524
Text Example
Text Example
White with #AA9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9524; }
p { color: rgb(170,149,36); }
H1.HeaderClassName
{
color: #AA9524;
}
.AnyTagClassName
{
color: #AA9524;
}
</style>
background-color css
<style>
a { background-color: #AA9524; }
a { background-color: rgb(170,149,36); }
div.DivClassName
{
background-color: #AA9524;
}
.BgClassName
{
background-color: #AA9524;
}
</style>
border-color css
<style>
span { border-color: #AA9524; }
span { border-color: rgb(170,149,36); }
td.TdClassName
{
border-color: #AA9524;
}
.TagClassName
{
border-color: #AA9524;
}
</style>