Shades of Lucky #AA9721
Tints of Lucky #AA9721
RGB
CMYK
RGB Variations
Color information
#AA9721 (or 0xAA9721) is known color: Lucky. HEX triplet: AA, 97 and 21. RGB value is (170,151,33). Sum of RGB (Red+Green+Blue) = 170+151+33=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9721 is #5568DE. Grayscale: #8F8F8F. Windows color (decimal): -5597407 or 2201514. OLE color: 2201514.
HSL color Cylindrical-coordinate representation of color #AA9721: hue angle of 51.68º 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 #AA9721 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 33 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.33 |
| HSL | 51.68º | 0.67% | 0.4% | - |
| HSV(B) | 51.68º | 0.81% | 0.67% | - |
| XYZ | 27.92 | 30.79 | 5.91 | - |
| YUV | 143.23 | 65.79 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 33 | 0 | 0.11 | 0.81 | 0.33 | 51.68 | 0.67 | 0.4 |
| Hex | AA | 97 | 21 | 0 | B | 51 | 21 | 34 | 43 | 28 |
| Octal | 252 | 227 | 41 | 0 | 13 | 121 | 41 | 64 | 103 | 50 |
| Binary | 10101010 | 10010111 | 100001 | 0 | 1011 | 1010001 | 100001 | 110100 | 1000011 | 101000 |
Color Harmonies of #AA9721
Complementary color
Monochromatic Colors of #AA9721
Black with #AA9721
Text Example
Text Example
White with #AA9721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9721; }
p { color: rgb(170,151,33); }
H1.HeaderClassName
{
color: #AA9721;
}
.AnyTagClassName
{
color: #AA9721;
}
</style>
background-color css
<style>
a { background-color: #AA9721; }
a { background-color: rgb(170,151,33); }
div.DivClassName
{
background-color: #AA9721;
}
.BgClassName
{
background-color: #AA9721;
}
</style>
border-color css
<style>
span { border-color: #AA9721; }
span { border-color: rgb(170,151,33); }
td.TdClassName
{
border-color: #AA9721;
}
.TagClassName
{
border-color: #AA9721;
}
</style>