Shades of Lucky #AD9B24
Tints of Lucky #AD9B24
RGB
CMYK
RGB Variations
Color information
#AD9B24 (or 0xAD9B24) is known color: Lucky. HEX triplet: AD, 9B and 24. RGB value is (173,155,36). Sum of RGB (Red+Green+Blue) = 173+155+36=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9B24 is #5264DB. Grayscale: #939393. Windows color (decimal): -5399772 or 2399149. OLE color: 2399149.
HSL color Cylindrical-coordinate representation of color #AD9B24: hue angle of 52.12º 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 #AD9B24 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 36 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.32 |
| HSL | 52.12º | 0.66% | 0.41% | - |
| HSV(B) | 52.12º | 0.79% | 0.68% | - |
| XYZ | 29.27 | 32.45 | 6.39 | - |
| YUV | 146.82 | 65.46 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 36 | 0 | 0.10 | 0.79 | 0.32 | 52.12 | 0.66 | 0.41 |
| Hex | AD | 9B | 24 | 0 | A | 4F | 20 | 34 | 42 | 29 |
| Octal | 255 | 233 | 44 | 0 | 12 | 117 | 40 | 64 | 102 | 51 |
| Binary | 10101101 | 10011011 | 100100 | 0 | 1010 | 1001111 | 100000 | 110100 | 1000010 | 101001 |
Color Harmonies of #AD9B24
Complementary color
Monochromatic Colors of #AD9B24
Black with #AD9B24
Text Example
Text Example
White with #AD9B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9B24; }
p { color: rgb(173,155,36); }
H1.HeaderClassName
{
color: #AD9B24;
}
.AnyTagClassName
{
color: #AD9B24;
}
</style>
background-color css
<style>
a { background-color: #AD9B24; }
a { background-color: rgb(173,155,36); }
div.DivClassName
{
background-color: #AD9B24;
}
.BgClassName
{
background-color: #AD9B24;
}
</style>
border-color css
<style>
span { border-color: #AD9B24; }
span { border-color: rgb(173,155,36); }
td.TdClassName
{
border-color: #AD9B24;
}
.TagClassName
{
border-color: #AD9B24;
}
</style>