Shades of Lucky #AD950A
Tints of Lucky #AD950A
RGB
CMYK
RGB Variations
Color information
#AD950A (or 0xAD950A) is known color: Lucky. HEX triplet: AD, 95 and 0A. RGB value is (173,149,10). Sum of RGB (Red+Green+Blue) = 173+149+10=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD950A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD950A is #526AF5. Grayscale: #8C8C8C. Windows color (decimal): -5401334 or 693677. OLE color: 693677.
HSL color Cylindrical-coordinate representation of color #AD950A: hue angle of 51.17º degrees, saturation: 0.89, 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 #AD950A is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 10 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.32 |
| HSL | 51.17º | 0.89% | 0.36% | - |
| HSV(B) | 51.17º | 0.94% | 0.68% | - |
| XYZ | 28.04 | 30.4 | 4.68 | - |
| YUV | 140.33 | 54.45 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 10 | 0 | 0.14 | 0.94 | 0.32 | 51.17 | 0.89 | 0.36 |
| Hex | AD | 95 | A | 0 | E | 5E | 20 | 33 | 59 | 24 |
| Octal | 255 | 225 | 12 | 0 | 16 | 136 | 40 | 63 | 131 | 44 |
| Binary | 10101101 | 10010101 | 1010 | 0 | 1110 | 1011110 | 100000 | 110011 | 1011001 | 100100 |
Color Harmonies of #AD950A
Complementary color
Monochromatic Colors of #AD950A
Black with #AD950A
Text Example
Text Example
White with #AD950A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD950A; }
p { color: rgb(173,149,10); }
H1.HeaderClassName
{
color: #AD950A;
}
.AnyTagClassName
{
color: #AD950A;
}
</style>
background-color css
<style>
a { background-color: #AD950A; }
a { background-color: rgb(173,149,10); }
div.DivClassName
{
background-color: #AD950A;
}
.BgClassName
{
background-color: #AD950A;
}
</style>
border-color css
<style>
span { border-color: #AD950A; }
span { border-color: rgb(173,149,10); }
td.TdClassName
{
border-color: #AD950A;
}
.TagClassName
{
border-color: #AD950A;
}
</style>