Shades of Lucky #AD9D26
Tints of Lucky #AD9D26
RGB
CMYK
RGB Variations
Color information
#AD9D26 (or 0xAD9D26) is known color: Lucky. HEX triplet: AD, 9D and 26. RGB value is (173,157,38). Sum of RGB (Red+Green+Blue) = 173+157+38=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9D26 is #5262D9. Grayscale: #949494. Windows color (decimal): -5399258 or 2530733. OLE color: 2530733.
HSL color Cylindrical-coordinate representation of color #AD9D26: hue angle of 52.89º 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 #AD9D26 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 38 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.32 |
| HSL | 52.89º | 0.64% | 0.41% | - |
| HSV(B) | 52.89º | 0.78% | 0.68% | - |
| XYZ | 29.64 | 33.14 | 6.67 | - |
| YUV | 148.22 | 65.8 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 38 | 0 | 0.09 | 0.78 | 0.32 | 52.89 | 0.64 | 0.41 |
| Hex | AD | 9D | 26 | 0 | 9 | 4E | 20 | 35 | 40 | 29 |
| Octal | 255 | 235 | 46 | 0 | 11 | 116 | 40 | 65 | 100 | 51 |
| Binary | 10101101 | 10011101 | 100110 | 0 | 1001 | 1001110 | 100000 | 110101 | 1000000 | 101001 |
Color Harmonies of #AD9D26
Complementary color
Monochromatic Colors of #AD9D26
Black with #AD9D26
Text Example
Text Example
White with #AD9D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D26; }
p { color: rgb(173,157,38); }
H1.HeaderClassName
{
color: #AD9D26;
}
.AnyTagClassName
{
color: #AD9D26;
}
</style>
background-color css
<style>
a { background-color: #AD9D26; }
a { background-color: rgb(173,157,38); }
div.DivClassName
{
background-color: #AD9D26;
}
.BgClassName
{
background-color: #AD9D26;
}
</style>
border-color css
<style>
span { border-color: #AD9D26; }
span { border-color: rgb(173,157,38); }
td.TdClassName
{
border-color: #AD9D26;
}
.TagClassName
{
border-color: #AD9D26;
}
</style>