Shades of Lucky #AD9620
Tints of Lucky #AD9620
RGB
CMYK
RGB Variations
Color information
#AD9620 (or 0xAD9620) is known color: Lucky. HEX triplet: AD, 96 and 20. RGB value is (173,150,32). Sum of RGB (Red+Green+Blue) = 173+150+32=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9620 is #5269DF. Grayscale: #8F8F8F. Windows color (decimal): -5401056 or 2135725. OLE color: 2135725.
HSL color Cylindrical-coordinate representation of color #AD9620: hue angle of 50.21º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD9620 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 32 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.32 |
| HSL | 50.21º | 0.69% | 0.4% | - |
| HSV(B) | 50.21º | 0.82% | 0.68% | - |
| XYZ | 28.4 | 30.8 | 5.81 | - |
| YUV | 143.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 32 | 0 | 0.13 | 0.82 | 0.32 | 50.21 | 0.69 | 0.4 |
| Hex | AD | 96 | 20 | 0 | D | 52 | 20 | 32 | 45 | 28 |
| Octal | 255 | 226 | 40 | 0 | 15 | 122 | 40 | 62 | 105 | 50 |
| Binary | 10101101 | 10010110 | 100000 | 0 | 1101 | 1010010 | 100000 | 110010 | 1000101 | 101000 |
Color Harmonies of #AD9620
Complementary color
Monochromatic Colors of #AD9620
Black with #AD9620
Text Example
Text Example
White with #AD9620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9620; }
p { color: rgb(173,150,32); }
H1.HeaderClassName
{
color: #AD9620;
}
.AnyTagClassName
{
color: #AD9620;
}
</style>
background-color css
<style>
a { background-color: #AD9620; }
a { background-color: rgb(173,150,32); }
div.DivClassName
{
background-color: #AD9620;
}
.BgClassName
{
background-color: #AD9620;
}
</style>
border-color css
<style>
span { border-color: #AD9620; }
span { border-color: rgb(173,150,32); }
td.TdClassName
{
border-color: #AD9620;
}
.TagClassName
{
border-color: #AD9620;
}
</style>