Shades of Lucky #AD950D
Tints of Lucky #AD950D
RGB
CMYK
RGB Variations
Color information
#AD950D (or 0xAD950D) is known color: Lucky. HEX triplet: AD, 95 and 0D. RGB value is (173,149,13). Sum of RGB (Red+Green+Blue) = 173+149+13=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD950D is #526AF2. Grayscale: #8D8D8D. Windows color (decimal): -5401331 or 890285. OLE color: 890285.
HSL color Cylindrical-coordinate representation of color #AD950D: hue angle of 51º 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 #AD950D is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 13 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.32 |
| HSL | 51º | 0.86% | 0.36% | - |
| HSV(B) | 51º | 0.92% | 0.68% | - |
| XYZ | 28.05 | 30.41 | 4.77 | - |
| YUV | 140.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 13 | 0 | 0.14 | 0.92 | 0.32 | 51 | 0.86 | 0.36 |
| Hex | AD | 95 | D | 0 | E | 5C | 20 | 33 | 56 | 24 |
| Octal | 255 | 225 | 15 | 0 | 16 | 134 | 40 | 63 | 126 | 44 |
| Binary | 10101101 | 10010101 | 1101 | 0 | 1110 | 1011100 | 100000 | 110011 | 1010110 | 100100 |
Color Harmonies of #AD950D
Complementary color
Monochromatic Colors of #AD950D
Black with #AD950D
Text Example
Text Example
White with #AD950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD950D; }
p { color: rgb(173,149,13); }
H1.HeaderClassName
{
color: #AD950D;
}
.AnyTagClassName
{
color: #AD950D;
}
</style>
background-color css
<style>
a { background-color: #AD950D; }
a { background-color: rgb(173,149,13); }
div.DivClassName
{
background-color: #AD950D;
}
.BgClassName
{
background-color: #AD950D;
}
</style>
border-color css
<style>
span { border-color: #AD950D; }
span { border-color: rgb(173,149,13); }
td.TdClassName
{
border-color: #AD950D;
}
.TagClassName
{
border-color: #AD950D;
}
</style>