Shades of Lucky #AD9319
Tints of Lucky #AD9319
RGB
CMYK
RGB Variations
Color information
#AD9319 (or 0xAD9319) is known color: Lucky. HEX triplet: AD, 93 and 19. RGB value is (173,147,25). Sum of RGB (Red+Green+Blue) = 173+147+25=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9319 is #526CE6. Grayscale: #8D8D8D. Windows color (decimal): -5401831 or 1676205. OLE color: 1676205.
HSL color Cylindrical-coordinate representation of color #AD9319: hue angle of 49.46º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD9319 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 25 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.32 |
| HSL | 49.46º | 0.75% | 0.39% | - |
| HSV(B) | 49.46º | 0.86% | 0.68% | - |
| XYZ | 27.84 | 29.82 | 5.21 | - |
| YUV | 140.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 25 | 0 | 0.15 | 0.86 | 0.32 | 49.46 | 0.75 | 0.39 |
| Hex | AD | 93 | 19 | 0 | F | 56 | 20 | 31 | 4B | 27 |
| Octal | 255 | 223 | 31 | 0 | 17 | 126 | 40 | 61 | 113 | 47 |
| Binary | 10101101 | 10010011 | 11001 | 0 | 1111 | 1010110 | 100000 | 110001 | 1001011 | 100111 |
Color Harmonies of #AD9319
Complementary color
Monochromatic Colors of #AD9319
Black with #AD9319
Text Example
Text Example
White with #AD9319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9319; }
p { color: rgb(173,147,25); }
H1.HeaderClassName
{
color: #AD9319;
}
.AnyTagClassName
{
color: #AD9319;
}
</style>
background-color css
<style>
a { background-color: #AD9319; }
a { background-color: rgb(173,147,25); }
div.DivClassName
{
background-color: #AD9319;
}
.BgClassName
{
background-color: #AD9319;
}
</style>
border-color css
<style>
span { border-color: #AD9319; }
span { border-color: rgb(173,147,25); }
td.TdClassName
{
border-color: #AD9319;
}
.TagClassName
{
border-color: #AD9319;
}
</style>