Shades of Lucky #AD9D0D
Tints of Lucky #AD9D0D
RGB
CMYK
RGB Variations
Color information
#AD9D0D (or 0xAD9D0D) is known color: Lucky. HEX triplet: AD, 9D and 0D. RGB value is (173,157,13). Sum of RGB (Red+Green+Blue) = 173+157+13=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9D0D is #5262F2. Grayscale: #919191. Windows color (decimal): -5399283 or 892333. OLE color: 892333.
HSL color Cylindrical-coordinate representation of color #AD9D0D: hue angle of 54º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD9D0D is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 13 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.32 |
| HSL | 54º | 0.86% | 0.36% | - |
| HSV(B) | 54º | 0.92% | 0.68% | - |
| XYZ | 29.36 | 33.03 | 5.21 | - |
| YUV | 145.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 13 | 0 | 0.09 | 0.92 | 0.32 | 54 | 0.86 | 0.36 |
| Hex | AD | 9D | D | 0 | 9 | 5C | 20 | 36 | 56 | 24 |
| Octal | 255 | 235 | 15 | 0 | 11 | 134 | 40 | 66 | 126 | 44 |
| Binary | 10101101 | 10011101 | 1101 | 0 | 1001 | 1011100 | 100000 | 110110 | 1010110 | 100100 |
Color Harmonies of #AD9D0D
Complementary color
Monochromatic Colors of #AD9D0D
Black with #AD9D0D
Text Example
Text Example
White with #AD9D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D0D; }
p { color: rgb(173,157,13); }
H1.HeaderClassName
{
color: #AD9D0D;
}
.AnyTagClassName
{
color: #AD9D0D;
}
</style>
background-color css
<style>
a { background-color: #AD9D0D; }
a { background-color: rgb(173,157,13); }
div.DivClassName
{
background-color: #AD9D0D;
}
.BgClassName
{
background-color: #AD9D0D;
}
</style>
border-color css
<style>
span { border-color: #AD9D0D; }
span { border-color: rgb(173,157,13); }
td.TdClassName
{
border-color: #AD9D0D;
}
.TagClassName
{
border-color: #AD9D0D;
}
</style>