Shades of Lucky #AD8F14
Tints of Lucky #AD8F14
RGB
CMYK
RGB Variations
Color information
#AD8F14 (or 0xAD8F14) is known color: Lucky. HEX triplet: AD, 8F and 14. RGB value is (173,143,20). Sum of RGB (Red+Green+Blue) = 173+143+20=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8F14 is #5270EB. Grayscale: #8A8A8A. Windows color (decimal): -5402860 or 1347501. OLE color: 1347501.
HSL color Cylindrical-coordinate representation of color #AD8F14: hue angle of 48.24º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD8F14 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 20 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.32 |
| HSL | 48.24º | 0.79% | 0.38% | - |
| HSV(B) | 48.24º | 0.88% | 0.68% | - |
| XYZ | 27.18 | 28.58 | 4.75 | - |
| YUV | 137.95 | 61.44 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 20 | 0 | 0.17 | 0.88 | 0.32 | 48.24 | 0.79 | 0.38 |
| Hex | AD | 8F | 14 | 0 | 11 | 58 | 20 | 30 | 4F | 26 |
| Octal | 255 | 217 | 24 | 0 | 21 | 130 | 40 | 60 | 117 | 46 |
| Binary | 10101101 | 10001111 | 10100 | 0 | 10001 | 1011000 | 100000 | 110000 | 1001111 | 100110 |
Color Harmonies of #AD8F14
Complementary color
Monochromatic Colors of #AD8F14
Black with #AD8F14
Text Example
Text Example
White with #AD8F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F14; }
p { color: rgb(173,143,20); }
H1.HeaderClassName
{
color: #AD8F14;
}
.AnyTagClassName
{
color: #AD8F14;
}
</style>
background-color css
<style>
a { background-color: #AD8F14; }
a { background-color: rgb(173,143,20); }
div.DivClassName
{
background-color: #AD8F14;
}
.BgClassName
{
background-color: #AD8F14;
}
</style>
border-color css
<style>
span { border-color: #AD8F14; }
span { border-color: rgb(173,143,20); }
td.TdClassName
{
border-color: #AD8F14;
}
.TagClassName
{
border-color: #AD8F14;
}
</style>