Shades of Lucky #AD990D
Tints of Lucky #AD990D
RGB
CMYK
RGB Variations
Color information
#AD990D (or 0xAD990D) is known color: Lucky. HEX triplet: AD, 99 and 0D. RGB value is (173,153,13). Sum of RGB (Red+Green+Blue) = 173+153+13=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD990D is #5266F2. Grayscale: #8F8F8F. Windows color (decimal): -5400307 or 891309. OLE color: 891309.
HSL color Cylindrical-coordinate representation of color #AD990D: hue angle of 52.5º 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 #AD990D is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 13 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.32 |
| HSL | 52.5º | 0.86% | 0.36% | - |
| HSV(B) | 52.5º | 0.92% | 0.68% | - |
| XYZ | 28.7 | 31.7 | 4.99 | - |
| YUV | 143.02 | 54.63 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 13 | 0 | 0.12 | 0.92 | 0.32 | 52.5 | 0.86 | 0.36 |
| Hex | AD | 99 | D | 0 | C | 5C | 20 | 34 | 56 | 24 |
| Octal | 255 | 231 | 15 | 0 | 14 | 134 | 40 | 64 | 126 | 44 |
| Binary | 10101101 | 10011001 | 1101 | 0 | 1100 | 1011100 | 100000 | 110100 | 1010110 | 100100 |
Color Harmonies of #AD990D
Complementary color
Monochromatic Colors of #AD990D
Black with #AD990D
Text Example
Text Example
White with #AD990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD990D; }
p { color: rgb(173,153,13); }
H1.HeaderClassName
{
color: #AD990D;
}
.AnyTagClassName
{
color: #AD990D;
}
</style>
background-color css
<style>
a { background-color: #AD990D; }
a { background-color: rgb(173,153,13); }
div.DivClassName
{
background-color: #AD990D;
}
.BgClassName
{
background-color: #AD990D;
}
</style>
border-color css
<style>
span { border-color: #AD990D; }
span { border-color: rgb(173,153,13); }
td.TdClassName
{
border-color: #AD990D;
}
.TagClassName
{
border-color: #AD990D;
}
</style>