Shades of Lucky #AD950C
Tints of Lucky #AD950C
RGB
CMYK
RGB Variations
Color information
#AD950C (or 0xAD950C) is known color: Lucky. HEX triplet: AD, 95 and 0C. RGB value is (173,149,12). Sum of RGB (Red+Green+Blue) = 173+149+12=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD950C is #526AF3. Grayscale: #8D8D8D. Windows color (decimal): -5401332 or 824749. OLE color: 824749.
HSL color Cylindrical-coordinate representation of color #AD950C: hue angle of 51.06º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD950C is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 12 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.32 |
| HSL | 51.06º | 0.87% | 0.36% | - |
| HSV(B) | 51.06º | 0.93% | 0.68% | - |
| XYZ | 28.05 | 30.41 | 4.74 | - |
| YUV | 140.56 | 55.45 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 12 | 0 | 0.14 | 0.93 | 0.32 | 51.06 | 0.87 | 0.36 |
| Hex | AD | 95 | C | 0 | E | 5D | 20 | 33 | 57 | 24 |
| Octal | 255 | 225 | 14 | 0 | 16 | 135 | 40 | 63 | 127 | 44 |
| Binary | 10101101 | 10010101 | 1100 | 0 | 1110 | 1011101 | 100000 | 110011 | 1010111 | 100100 |
Color Harmonies of #AD950C
Complementary color
Monochromatic Colors of #AD950C
Black with #AD950C
Text Example
Text Example
White with #AD950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD950C; }
p { color: rgb(173,149,12); }
H1.HeaderClassName
{
color: #AD950C;
}
.AnyTagClassName
{
color: #AD950C;
}
</style>
background-color css
<style>
a { background-color: #AD950C; }
a { background-color: rgb(173,149,12); }
div.DivClassName
{
background-color: #AD950C;
}
.BgClassName
{
background-color: #AD950C;
}
</style>
border-color css
<style>
span { border-color: #AD950C; }
span { border-color: rgb(173,149,12); }
td.TdClassName
{
border-color: #AD950C;
}
.TagClassName
{
border-color: #AD950C;
}
</style>