Shades of Lucky #AD9F2B
Tints of Lucky #AD9F2B
RGB
CMYK
RGB Variations
Color information
#AD9F2B (or 0xAD9F2B) is known color: Lucky. HEX triplet: AD, 9F and 2B. RGB value is (173,159,43). Sum of RGB (Red+Green+Blue) = 173+159+43=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F2B is #5260D4. Grayscale: #969696. Windows color (decimal): -5398741 or 2858925. OLE color: 2858925.
HSL color Cylindrical-coordinate representation of color #AD9F2B: hue angle of 53.54º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD9F2B is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 43 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.32 |
| HSL | 53.54º | 0.6% | 0.42% | - |
| HSV(B) | 53.54º | 0.75% | 0.68% | - |
| XYZ | 30.07 | 33.85 | 7.24 | - |
| YUV | 149.96 | 67.64 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 43 | 0 | 0.08 | 0.75 | 0.32 | 53.54 | 0.6 | 0.42 |
| Hex | AD | 9F | 2B | 0 | 8 | 4B | 20 | 36 | 3C | 2A |
| Octal | 255 | 237 | 53 | 0 | 10 | 113 | 40 | 66 | 74 | 52 |
| Binary | 10101101 | 10011111 | 101011 | 0 | 1000 | 1001011 | 100000 | 110110 | 111100 | 101010 |
Color Harmonies of #AD9F2B
Complementary color
Monochromatic Colors of #AD9F2B
Black with #AD9F2B
Text Example
Text Example
White with #AD9F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F2B; }
p { color: rgb(173,159,43); }
H1.HeaderClassName
{
color: #AD9F2B;
}
.AnyTagClassName
{
color: #AD9F2B;
}
</style>
background-color css
<style>
a { background-color: #AD9F2B; }
a { background-color: rgb(173,159,43); }
div.DivClassName
{
background-color: #AD9F2B;
}
.BgClassName
{
background-color: #AD9F2B;
}
</style>
border-color css
<style>
span { border-color: #AD9F2B; }
span { border-color: rgb(173,159,43); }
td.TdClassName
{
border-color: #AD9F2B;
}
.TagClassName
{
border-color: #AD9F2B;
}
</style>