Shades of Lucky #AD9521
Tints of Lucky #AD9521
RGB
CMYK
RGB Variations
Color information
#AD9521 (or 0xAD9521) is known color: Lucky. HEX triplet: AD, 95 and 21. RGB value is (173,149,33). Sum of RGB (Red+Green+Blue) = 173+149+33=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9521 is #526ADE. Grayscale: #8F8F8F. Windows color (decimal): -5401311 or 2201005. OLE color: 2201005.
HSL color Cylindrical-coordinate representation of color #AD9521: hue angle of 49.71º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD9521 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 33 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.32 |
| HSL | 49.71º | 0.68% | 0.4% | - |
| HSV(B) | 49.71º | 0.81% | 0.68% | - |
| XYZ | 28.26 | 30.49 | 5.83 | - |
| YUV | 142.95 | 65.95 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 33 | 0 | 0.14 | 0.81 | 0.32 | 49.71 | 0.68 | 0.4 |
| Hex | AD | 95 | 21 | 0 | E | 51 | 20 | 32 | 44 | 28 |
| Octal | 255 | 225 | 41 | 0 | 16 | 121 | 40 | 62 | 104 | 50 |
| Binary | 10101101 | 10010101 | 100001 | 0 | 1110 | 1010001 | 100000 | 110010 | 1000100 | 101000 |
Color Harmonies of #AD9521
Complementary color
Monochromatic Colors of #AD9521
Black with #AD9521
Text Example
Text Example
White with #AD9521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9521; }
p { color: rgb(173,149,33); }
H1.HeaderClassName
{
color: #AD9521;
}
.AnyTagClassName
{
color: #AD9521;
}
</style>
background-color css
<style>
a { background-color: #AD9521; }
a { background-color: rgb(173,149,33); }
div.DivClassName
{
background-color: #AD9521;
}
.BgClassName
{
background-color: #AD9521;
}
</style>
border-color css
<style>
span { border-color: #AD9521; }
span { border-color: rgb(173,149,33); }
td.TdClassName
{
border-color: #AD9521;
}
.TagClassName
{
border-color: #AD9521;
}
</style>