Shades of Lucky #AD9F1F
Tints of Lucky #AD9F1F
RGB
CMYK
RGB Variations
Color information
#AD9F1F (or 0xAD9F1F) is known color: Lucky. HEX triplet: AD, 9F and 1F. RGB value is (173,159,31). Sum of RGB (Red+Green+Blue) = 173+159+31=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F1F is #5260E0. Grayscale: #959595. Windows color (decimal): -5398753 or 2072493. OLE color: 2072493.
HSL color Cylindrical-coordinate representation of color #AD9F1F: hue angle of 54.08º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD9F1F is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 31 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.32 |
| HSL | 54.08º | 0.7% | 0.4% | - |
| HSV(B) | 54.08º | 0.82% | 0.68% | - |
| XYZ | 29.88 | 33.78 | 6.24 | - |
| YUV | 148.59 | 61.64 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 31 | 0 | 0.08 | 0.82 | 0.32 | 54.08 | 0.7 | 0.4 |
| Hex | AD | 9F | 1F | 0 | 8 | 52 | 20 | 36 | 46 | 28 |
| Octal | 255 | 237 | 37 | 0 | 10 | 122 | 40 | 66 | 106 | 50 |
| Binary | 10101101 | 10011111 | 11111 | 0 | 1000 | 1010010 | 100000 | 110110 | 1000110 | 101000 |
Color Harmonies of #AD9F1F
Complementary color
Monochromatic Colors of #AD9F1F
Black with #AD9F1F
Text Example
Text Example
White with #AD9F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F1F; }
p { color: rgb(173,159,31); }
H1.HeaderClassName
{
color: #AD9F1F;
}
.AnyTagClassName
{
color: #AD9F1F;
}
</style>
background-color css
<style>
a { background-color: #AD9F1F; }
a { background-color: rgb(173,159,31); }
div.DivClassName
{
background-color: #AD9F1F;
}
.BgClassName
{
background-color: #AD9F1F;
}
</style>
border-color css
<style>
span { border-color: #AD9F1F; }
span { border-color: rgb(173,159,31); }
td.TdClassName
{
border-color: #AD9F1F;
}
.TagClassName
{
border-color: #AD9F1F;
}
</style>