Shades of Lucky #AD8F11
Tints of Lucky #AD8F11
RGB
CMYK
RGB Variations
Color information
#AD8F11 (or 0xAD8F11) is known color: Lucky. HEX triplet: AD, 8F and 11. RGB value is (173,143,17). Sum of RGB (Red+Green+Blue) = 173+143+17=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8F11 is #5270EE. Grayscale: #8A8A8A. Windows color (decimal): -5402863 or 1150893. OLE color: 1150893.
HSL color Cylindrical-coordinate representation of color #AD8F11: hue angle of 48.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD8F11 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 17 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.32 |
| HSL | 48.46º | 0.82% | 0.37% | - |
| HSV(B) | 48.46º | 0.9% | 0.68% | - |
| XYZ | 27.16 | 28.57 | 4.61 | - |
| YUV | 137.61 | 59.94 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 17 | 0 | 0.17 | 0.90 | 0.32 | 48.46 | 0.82 | 0.37 |
| Hex | AD | 8F | 11 | 0 | 11 | 5A | 20 | 30 | 52 | 25 |
| Octal | 255 | 217 | 21 | 0 | 21 | 132 | 40 | 60 | 122 | 45 |
| Binary | 10101101 | 10001111 | 10001 | 0 | 10001 | 1011010 | 100000 | 110000 | 1010010 | 100101 |
Color Harmonies of #AD8F11
Complementary color
Monochromatic Colors of #AD8F11
Black with #AD8F11
Text Example
Text Example
White with #AD8F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F11; }
p { color: rgb(173,143,17); }
H1.HeaderClassName
{
color: #AD8F11;
}
.AnyTagClassName
{
color: #AD8F11;
}
</style>
background-color css
<style>
a { background-color: #AD8F11; }
a { background-color: rgb(173,143,17); }
div.DivClassName
{
background-color: #AD8F11;
}
.BgClassName
{
background-color: #AD8F11;
}
</style>
border-color css
<style>
span { border-color: #AD8F11; }
span { border-color: rgb(173,143,17); }
td.TdClassName
{
border-color: #AD8F11;
}
.TagClassName
{
border-color: #AD8F11;
}
</style>