Shades of Lucky #AD9215
Tints of Lucky #AD9215
RGB
CMYK
RGB Variations
Color information
#AD9215 (or 0xAD9215) is known color: Lucky. HEX triplet: AD, 92 and 15. RGB value is (173,146,21). Sum of RGB (Red+Green+Blue) = 173+146+21=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9215 is #526DEA. Grayscale: #8C8C8C. Windows color (decimal): -5402091 or 1413805. OLE color: 1413805.
HSL color Cylindrical-coordinate representation of color #AD9215: hue angle of 49.34º degrees, saturation: 0.78, 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 #AD9215 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 21 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.32 |
| HSL | 49.34º | 0.78% | 0.38% | - |
| HSV(B) | 49.34º | 0.88% | 0.68% | - |
| XYZ | 27.65 | 29.5 | 4.95 | - |
| YUV | 139.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 21 | 0 | 0.16 | 0.88 | 0.32 | 49.34 | 0.78 | 0.38 |
| Hex | AD | 92 | 15 | 0 | 10 | 58 | 20 | 31 | 4E | 26 |
| Octal | 255 | 222 | 25 | 0 | 20 | 130 | 40 | 61 | 116 | 46 |
| Binary | 10101101 | 10010010 | 10101 | 0 | 10000 | 1011000 | 100000 | 110001 | 1001110 | 100110 |
Color Harmonies of #AD9215
Complementary color
Monochromatic Colors of #AD9215
Black with #AD9215
Text Example
Text Example
White with #AD9215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9215; }
p { color: rgb(173,146,21); }
H1.HeaderClassName
{
color: #AD9215;
}
.AnyTagClassName
{
color: #AD9215;
}
</style>
background-color css
<style>
a { background-color: #AD9215; }
a { background-color: rgb(173,146,21); }
div.DivClassName
{
background-color: #AD9215;
}
.BgClassName
{
background-color: #AD9215;
}
</style>
border-color css
<style>
span { border-color: #AD9215; }
span { border-color: rgb(173,146,21); }
td.TdClassName
{
border-color: #AD9215;
}
.TagClassName
{
border-color: #AD9215;
}
</style>