Shades of Lucky #AD9F1B
Tints of Lucky #AD9F1B
RGB
CMYK
RGB Variations
Color information
#AD9F1B (or 0xAD9F1B) is known color: Lucky. HEX triplet: AD, 9F and 1B. RGB value is (173,159,27). Sum of RGB (Red+Green+Blue) = 173+159+27=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F1B is #5260E4. Grayscale: #949494. Windows color (decimal): -5398757 or 1810349. OLE color: 1810349.
HSL color Cylindrical-coordinate representation of color #AD9F1B: hue angle of 54.25º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD9F1B is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 27 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.32 |
| HSL | 54.25º | 0.73% | 0.39% | - |
| HSV(B) | 54.25º | 0.84% | 0.68% | - |
| XYZ | 29.83 | 33.76 | 5.98 | - |
| YUV | 148.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 27 | 0 | 0.08 | 0.84 | 0.32 | 54.25 | 0.73 | 0.39 |
| Hex | AD | 9F | 1B | 0 | 8 | 54 | 20 | 36 | 49 | 27 |
| Octal | 255 | 237 | 33 | 0 | 10 | 124 | 40 | 66 | 111 | 47 |
| Binary | 10101101 | 10011111 | 11011 | 0 | 1000 | 1010100 | 100000 | 110110 | 1001001 | 100111 |
Color Harmonies of #AD9F1B
Complementary color
Monochromatic Colors of #AD9F1B
Black with #AD9F1B
Text Example
Text Example
White with #AD9F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F1B; }
p { color: rgb(173,159,27); }
H1.HeaderClassName
{
color: #AD9F1B;
}
.AnyTagClassName
{
color: #AD9F1B;
}
</style>
background-color css
<style>
a { background-color: #AD9F1B; }
a { background-color: rgb(173,159,27); }
div.DivClassName
{
background-color: #AD9F1B;
}
.BgClassName
{
background-color: #AD9F1B;
}
</style>
border-color css
<style>
span { border-color: #AD9F1B; }
span { border-color: rgb(173,159,27); }
td.TdClassName
{
border-color: #AD9F1B;
}
.TagClassName
{
border-color: #AD9F1B;
}
</style>