Shades of Lucky #AD9E26
Tints of Lucky #AD9E26
RGB
CMYK
RGB Variations
Color information
#AD9E26 (or 0xAD9E26) is known color: Lucky. HEX triplet: AD, 9E and 26. RGB value is (173,158,38). Sum of RGB (Red+Green+Blue) = 173+158+38=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9E26 is #5261D9. Grayscale: #959595. Windows color (decimal): -5399002 or 2530989. OLE color: 2530989.
HSL color Cylindrical-coordinate representation of color #AD9E26: hue angle of 53.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD9E26 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 38 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.32 |
| HSL | 53.33º | 0.64% | 0.41% | - |
| HSV(B) | 53.33º | 0.78% | 0.68% | - |
| XYZ | 29.81 | 33.48 | 6.72 | - |
| YUV | 148.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 38 | 0 | 0.09 | 0.78 | 0.32 | 53.33 | 0.64 | 0.41 |
| Hex | AD | 9E | 26 | 0 | 9 | 4E | 20 | 35 | 40 | 29 |
| Octal | 255 | 236 | 46 | 0 | 11 | 116 | 40 | 65 | 100 | 51 |
| Binary | 10101101 | 10011110 | 100110 | 0 | 1001 | 1001110 | 100000 | 110101 | 1000000 | 101001 |
Color Harmonies of #AD9E26
Complementary color
Monochromatic Colors of #AD9E26
Black with #AD9E26
Text Example
Text Example
White with #AD9E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E26; }
p { color: rgb(173,158,38); }
H1.HeaderClassName
{
color: #AD9E26;
}
.AnyTagClassName
{
color: #AD9E26;
}
</style>
background-color css
<style>
a { background-color: #AD9E26; }
a { background-color: rgb(173,158,38); }
div.DivClassName
{
background-color: #AD9E26;
}
.BgClassName
{
background-color: #AD9E26;
}
</style>
border-color css
<style>
span { border-color: #AD9E26; }
span { border-color: rgb(173,158,38); }
td.TdClassName
{
border-color: #AD9E26;
}
.TagClassName
{
border-color: #AD9E26;
}
</style>