Shades of Lucky #AD9210
Tints of Lucky #AD9210
RGB
CMYK
RGB Variations
Color information
#AD9210 (or 0xAD9210) is known color: Lucky. HEX triplet: AD, 92 and 10. RGB value is (173,146,16). Sum of RGB (Red+Green+Blue) = 173+146+16=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9210 is #526DEF. Grayscale: #8B8B8B. Windows color (decimal): -5402096 or 1086125. OLE color: 1086125.
HSL color Cylindrical-coordinate representation of color #AD9210: hue angle of 49.68º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD9210 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 16 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.32 |
| HSL | 49.68º | 0.83% | 0.37% | - |
| HSV(B) | 49.68º | 0.91% | 0.68% | - |
| XYZ | 27.61 | 29.48 | 4.73 | - |
| YUV | 139.25 | 58.45 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 16 | 0 | 0.16 | 0.91 | 0.32 | 49.68 | 0.83 | 0.37 |
| Hex | AD | 92 | 10 | 0 | 10 | 5B | 20 | 32 | 53 | 25 |
| Octal | 255 | 222 | 20 | 0 | 20 | 133 | 40 | 62 | 123 | 45 |
| Binary | 10101101 | 10010010 | 10000 | 0 | 10000 | 1011011 | 100000 | 110010 | 1010011 | 100101 |
Color Harmonies of #AD9210
Complementary color
Monochromatic Colors of #AD9210
Black with #AD9210
Text Example
Text Example
White with #AD9210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9210; }
p { color: rgb(173,146,16); }
H1.HeaderClassName
{
color: #AD9210;
}
.AnyTagClassName
{
color: #AD9210;
}
</style>
background-color css
<style>
a { background-color: #AD9210; }
a { background-color: rgb(173,146,16); }
div.DivClassName
{
background-color: #AD9210;
}
.BgClassName
{
background-color: #AD9210;
}
</style>
border-color css
<style>
span { border-color: #AD9210; }
span { border-color: rgb(173,146,16); }
td.TdClassName
{
border-color: #AD9210;
}
.TagClassName
{
border-color: #AD9210;
}
</style>