Shades of Lucky #AA9D21
Tints of Lucky #AA9D21
RGB
CMYK
RGB Variations
Color information
#AA9D21 (or 0xAA9D21) is known color: Lucky. HEX triplet: AA, 9D and 21. RGB value is (170,157,33). Sum of RGB (Red+Green+Blue) = 170+157+33=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9D21 is #5562DE. Grayscale: #939393. Windows color (decimal): -5595871 or 2203050. OLE color: 2203050.
HSL color Cylindrical-coordinate representation of color #AA9D21: hue angle of 54.31º degrees, saturation: 0.67, 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 #AA9D21 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 33 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.33 |
| HSL | 54.31º | 0.67% | 0.4% | - |
| HSV(B) | 54.31º | 0.81% | 0.67% | - |
| XYZ | 28.91 | 32.77 | 6.24 | - |
| YUV | 146.75 | 63.81 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 33 | 0 | 0.08 | 0.81 | 0.33 | 54.31 | 0.67 | 0.4 |
| Hex | AA | 9D | 21 | 0 | 8 | 51 | 21 | 36 | 43 | 28 |
| Octal | 252 | 235 | 41 | 0 | 10 | 121 | 41 | 66 | 103 | 50 |
| Binary | 10101010 | 10011101 | 100001 | 0 | 1000 | 1010001 | 100001 | 110110 | 1000011 | 101000 |
Color Harmonies of #AA9D21
Complementary color
Monochromatic Colors of #AA9D21
Black with #AA9D21
Text Example
Text Example
White with #AA9D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D21; }
p { color: rgb(170,157,33); }
H1.HeaderClassName
{
color: #AA9D21;
}
.AnyTagClassName
{
color: #AA9D21;
}
</style>
background-color css
<style>
a { background-color: #AA9D21; }
a { background-color: rgb(170,157,33); }
div.DivClassName
{
background-color: #AA9D21;
}
.BgClassName
{
background-color: #AA9D21;
}
</style>
border-color css
<style>
span { border-color: #AA9D21; }
span { border-color: rgb(170,157,33); }
td.TdClassName
{
border-color: #AA9D21;
}
.TagClassName
{
border-color: #AA9D21;
}
</style>