Shades of Lucky #AD8F12
Tints of Lucky #AD8F12
RGB
CMYK
RGB Variations
Color information
#AD8F12 (or 0xAD8F12) is known color: Lucky. HEX triplet: AD, 8F and 12. RGB value is (173,143,18). Sum of RGB (Red+Green+Blue) = 173+143+18=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8F12 is #5270ED. Grayscale: #8A8A8A. Windows color (decimal): -5402862 or 1216429. OLE color: 1216429.
HSL color Cylindrical-coordinate representation of color #AD8F12: hue angle of 48.39º degrees, saturation: 0.81, 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 #AD8F12 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 18 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.32 |
| HSL | 48.39º | 0.81% | 0.37% | - |
| HSV(B) | 48.39º | 0.9% | 0.68% | - |
| XYZ | 27.17 | 28.57 | 4.66 | - |
| YUV | 137.72 | 60.44 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 18 | 0 | 0.17 | 0.90 | 0.32 | 48.39 | 0.81 | 0.37 |
| Hex | AD | 8F | 12 | 0 | 11 | 5A | 20 | 30 | 51 | 25 |
| Octal | 255 | 217 | 22 | 0 | 21 | 132 | 40 | 60 | 121 | 45 |
| Binary | 10101101 | 10001111 | 10010 | 0 | 10001 | 1011010 | 100000 | 110000 | 1010001 | 100101 |
Color Harmonies of #AD8F12
Complementary color
Monochromatic Colors of #AD8F12
Black with #AD8F12
Text Example
Text Example
White with #AD8F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F12; }
p { color: rgb(173,143,18); }
H1.HeaderClassName
{
color: #AD8F12;
}
.AnyTagClassName
{
color: #AD8F12;
}
</style>
background-color css
<style>
a { background-color: #AD8F12; }
a { background-color: rgb(173,143,18); }
div.DivClassName
{
background-color: #AD8F12;
}
.BgClassName
{
background-color: #AD8F12;
}
</style>
border-color css
<style>
span { border-color: #AD8F12; }
span { border-color: rgb(173,143,18); }
td.TdClassName
{
border-color: #AD8F12;
}
.TagClassName
{
border-color: #AD8F12;
}
</style>