Shades of Lucky #AD9524
Tints of Lucky #AD9524
RGB
CMYK
RGB Variations
Color information
#AD9524 (or 0xAD9524) is known color: Lucky. HEX triplet: AD, 95 and 24. RGB value is (173,149,36). Sum of RGB (Red+Green+Blue) = 173+149+36=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9524 is #526ADB. Grayscale: #8F8F8F. Windows color (decimal): -5401308 or 2397613. OLE color: 2397613.
HSL color Cylindrical-coordinate representation of color #AD9524: hue angle of 49.49º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD9524 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 36 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.32 |
| HSL | 49.49º | 0.66% | 0.41% | - |
| HSV(B) | 49.49º | 0.79% | 0.68% | - |
| XYZ | 28.3 | 30.51 | 6.07 | - |
| YUV | 143.29 | 67.45 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 36 | 0 | 0.14 | 0.79 | 0.32 | 49.49 | 0.66 | 0.41 |
| Hex | AD | 95 | 24 | 0 | E | 4F | 20 | 31 | 42 | 29 |
| Octal | 255 | 225 | 44 | 0 | 16 | 117 | 40 | 61 | 102 | 51 |
| Binary | 10101101 | 10010101 | 100100 | 0 | 1110 | 1001111 | 100000 | 110001 | 1000010 | 101001 |
Color Harmonies of #AD9524
Complementary color
Monochromatic Colors of #AD9524
Black with #AD9524
Text Example
Text Example
White with #AD9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9524; }
p { color: rgb(173,149,36); }
H1.HeaderClassName
{
color: #AD9524;
}
.AnyTagClassName
{
color: #AD9524;
}
</style>
background-color css
<style>
a { background-color: #AD9524; }
a { background-color: rgb(173,149,36); }
div.DivClassName
{
background-color: #AD9524;
}
.BgClassName
{
background-color: #AD9524;
}
</style>
border-color css
<style>
span { border-color: #AD9524; }
span { border-color: rgb(173,149,36); }
td.TdClassName
{
border-color: #AD9524;
}
.TagClassName
{
border-color: #AD9524;
}
</style>