Shades of Lucky #AD8D1C
Tints of Lucky #AD8D1C
RGB
CMYK
RGB Variations
Color information
#AD8D1C (or 0xAD8D1C) is known color: Lucky. HEX triplet: AD, 8D and 1C. RGB value is (173,141,28). Sum of RGB (Red+Green+Blue) = 173+141+28=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D1C is #5272E3. Grayscale: #8A8A8A. Windows color (decimal): -5403364 or 1871277. OLE color: 1871277.
HSL color Cylindrical-coordinate representation of color #AD8D1C: hue angle of 46.76º degrees, saturation: 0.72, 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 #AD8D1C is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 28 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.32 |
| HSL | 46.76º | 0.72% | 0.39% | - |
| HSV(B) | 46.76º | 0.84% | 0.68% | - |
| XYZ | 26.97 | 28.02 | 5.09 | - |
| YUV | 137.69 | 66.1 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 28 | 0 | 0.18 | 0.84 | 0.32 | 46.76 | 0.72 | 0.39 |
| Hex | AD | 8D | 1C | 0 | 12 | 54 | 20 | 2F | 48 | 27 |
| Octal | 255 | 215 | 34 | 0 | 22 | 124 | 40 | 57 | 110 | 47 |
| Binary | 10101101 | 10001101 | 11100 | 0 | 10010 | 1010100 | 100000 | 101111 | 1001000 | 100111 |
Color Harmonies of #AD8D1C
Complementary color
Monochromatic Colors of #AD8D1C
Black with #AD8D1C
Text Example
Text Example
White with #AD8D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D1C; }
p { color: rgb(173,141,28); }
H1.HeaderClassName
{
color: #AD8D1C;
}
.AnyTagClassName
{
color: #AD8D1C;
}
</style>
background-color css
<style>
a { background-color: #AD8D1C; }
a { background-color: rgb(173,141,28); }
div.DivClassName
{
background-color: #AD8D1C;
}
.BgClassName
{
background-color: #AD8D1C;
}
</style>
border-color css
<style>
span { border-color: #AD8D1C; }
span { border-color: rgb(173,141,28); }
td.TdClassName
{
border-color: #AD8D1C;
}
.TagClassName
{
border-color: #AD8D1C;
}
</style>