Shades of Lucky #AD8E1A
Tints of Lucky #AD8E1A
RGB
CMYK
RGB Variations
Color information
#AD8E1A (or 0xAD8E1A) is known color: Lucky. HEX triplet: AD, 8E and 1A. RGB value is (173,142,26). Sum of RGB (Red+Green+Blue) = 173+142+26=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8E1A is #5271E5. Grayscale: #8A8A8A. Windows color (decimal): -5403110 or 1740461. OLE color: 1740461.
HSL color Cylindrical-coordinate representation of color #AD8E1A: hue angle of 47.35º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD8E1A is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 26 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.32 |
| HSL | 47.35º | 0.74% | 0.39% | - |
| HSV(B) | 47.35º | 0.85% | 0.68% | - |
| XYZ | 27.09 | 28.3 | 5.01 | - |
| YUV | 138.05 | 64.77 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 26 | 0 | 0.18 | 0.85 | 0.32 | 47.35 | 0.74 | 0.39 |
| Hex | AD | 8E | 1A | 0 | 12 | 55 | 20 | 2F | 4A | 27 |
| Octal | 255 | 216 | 32 | 0 | 22 | 125 | 40 | 57 | 112 | 47 |
| Binary | 10101101 | 10001110 | 11010 | 0 | 10010 | 1010101 | 100000 | 101111 | 1001010 | 100111 |
Color Harmonies of #AD8E1A
Complementary color
Monochromatic Colors of #AD8E1A
Black with #AD8E1A
Text Example
Text Example
White with #AD8E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8E1A; }
p { color: rgb(173,142,26); }
H1.HeaderClassName
{
color: #AD8E1A;
}
.AnyTagClassName
{
color: #AD8E1A;
}
</style>
background-color css
<style>
a { background-color: #AD8E1A; }
a { background-color: rgb(173,142,26); }
div.DivClassName
{
background-color: #AD8E1A;
}
.BgClassName
{
background-color: #AD8E1A;
}
</style>
border-color css
<style>
span { border-color: #AD8E1A; }
span { border-color: rgb(173,142,26); }
td.TdClassName
{
border-color: #AD8E1A;
}
.TagClassName
{
border-color: #AD8E1A;
}
</style>