Shades of Lucky #AD960B
Tints of Lucky #AD960B
RGB
CMYK
RGB Variations
Color information
#AD960B (or 0xAD960B) is known color: Lucky. HEX triplet: AD, 96 and 0B. RGB value is (173,150,11). Sum of RGB (Red+Green+Blue) = 173+150+11=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD960B is #5269F4. Grayscale: #8D8D8D. Windows color (decimal): -5401077 or 759469. OLE color: 759469.
HSL color Cylindrical-coordinate representation of color #AD960B: hue angle of 51.48º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD960B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 11 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.32 |
| HSL | 51.48º | 0.88% | 0.36% | - |
| HSV(B) | 51.48º | 0.94% | 0.68% | - |
| XYZ | 28.2 | 30.72 | 4.76 | - |
| YUV | 141.03 | 54.62 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 11 | 0 | 0.13 | 0.94 | 0.32 | 51.48 | 0.88 | 0.36 |
| Hex | AD | 96 | B | 0 | D | 5E | 20 | 33 | 58 | 24 |
| Octal | 255 | 226 | 13 | 0 | 15 | 136 | 40 | 63 | 130 | 44 |
| Binary | 10101101 | 10010110 | 1011 | 0 | 1101 | 1011110 | 100000 | 110011 | 1011000 | 100100 |
Color Harmonies of #AD960B
Complementary color
Monochromatic Colors of #AD960B
Black with #AD960B
Text Example
Text Example
White with #AD960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD960B; }
p { color: rgb(173,150,11); }
H1.HeaderClassName
{
color: #AD960B;
}
.AnyTagClassName
{
color: #AD960B;
}
</style>
background-color css
<style>
a { background-color: #AD960B; }
a { background-color: rgb(173,150,11); }
div.DivClassName
{
background-color: #AD960B;
}
.BgClassName
{
background-color: #AD960B;
}
</style>
border-color css
<style>
span { border-color: #AD960B; }
span { border-color: rgb(173,150,11); }
td.TdClassName
{
border-color: #AD960B;
}
.TagClassName
{
border-color: #AD960B;
}
</style>