Shades of Lucky #AD960E
Tints of Lucky #AD960E
RGB
CMYK
RGB Variations
Color information
#AD960E (or 0xAD960E) is known color: Lucky. HEX triplet: AD, 96 and 0E. RGB value is (173,150,14). Sum of RGB (Red+Green+Blue) = 173+150+14=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD960E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD960E is #5269F1. Grayscale: #8D8D8D. Windows color (decimal): -5401074 or 956077. OLE color: 956077.
HSL color Cylindrical-coordinate representation of color #AD960E: hue angle of 51.32º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD960E is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 14 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.32 |
| HSL | 51.32º | 0.85% | 0.37% | - |
| HSV(B) | 51.32º | 0.92% | 0.68% | - |
| XYZ | 28.22 | 30.73 | 4.86 | - |
| YUV | 141.37 | 56.12 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 14 | 0 | 0.13 | 0.92 | 0.32 | 51.32 | 0.85 | 0.37 |
| Hex | AD | 96 | E | 0 | D | 5C | 20 | 33 | 55 | 25 |
| Octal | 255 | 226 | 16 | 0 | 15 | 134 | 40 | 63 | 125 | 45 |
| Binary | 10101101 | 10010110 | 1110 | 0 | 1101 | 1011100 | 100000 | 110011 | 1010101 | 100101 |
Color Harmonies of #AD960E
Complementary color
Monochromatic Colors of #AD960E
Black with #AD960E
Text Example
Text Example
White with #AD960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD960E; }
p { color: rgb(173,150,14); }
H1.HeaderClassName
{
color: #AD960E;
}
.AnyTagClassName
{
color: #AD960E;
}
</style>
background-color css
<style>
a { background-color: #AD960E; }
a { background-color: rgb(173,150,14); }
div.DivClassName
{
background-color: #AD960E;
}
.BgClassName
{
background-color: #AD960E;
}
</style>
border-color css
<style>
span { border-color: #AD960E; }
span { border-color: rgb(173,150,14); }
td.TdClassName
{
border-color: #AD960E;
}
.TagClassName
{
border-color: #AD960E;
}
</style>