Shades of Lucky #AD991E
Tints of Lucky #AD991E
RGB
CMYK
RGB Variations
Color information
#AD991E (or 0xAD991E) is known color: Lucky. HEX triplet: AD, 99 and 1E. RGB value is (173,153,30). Sum of RGB (Red+Green+Blue) = 173+153+30=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD991E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD991E is #5266E1. Grayscale: #919191. Windows color (decimal): -5400290 or 2005421. OLE color: 2005421.
HSL color Cylindrical-coordinate representation of color #AD991E: hue angle of 51.61º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD991E is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 30 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.32 |
| HSL | 51.61º | 0.7% | 0.4% | - |
| HSV(B) | 51.61º | 0.83% | 0.68% | - |
| XYZ | 28.86 | 31.76 | 5.84 | - |
| YUV | 144.96 | 63.13 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 30 | 0 | 0.12 | 0.83 | 0.32 | 51.61 | 0.7 | 0.4 |
| Hex | AD | 99 | 1E | 0 | C | 53 | 20 | 34 | 46 | 28 |
| Octal | 255 | 231 | 36 | 0 | 14 | 123 | 40 | 64 | 106 | 50 |
| Binary | 10101101 | 10011001 | 11110 | 0 | 1100 | 1010011 | 100000 | 110100 | 1000110 | 101000 |
Color Harmonies of #AD991E
Complementary color
Monochromatic Colors of #AD991E
Black with #AD991E
Text Example
Text Example
White with #AD991E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD991E; }
p { color: rgb(173,153,30); }
H1.HeaderClassName
{
color: #AD991E;
}
.AnyTagClassName
{
color: #AD991E;
}
</style>
background-color css
<style>
a { background-color: #AD991E; }
a { background-color: rgb(173,153,30); }
div.DivClassName
{
background-color: #AD991E;
}
.BgClassName
{
background-color: #AD991E;
}
</style>
border-color css
<style>
span { border-color: #AD991E; }
span { border-color: rgb(173,153,30); }
td.TdClassName
{
border-color: #AD991E;
}
.TagClassName
{
border-color: #AD991E;
}
</style>