Shades of Barley Corn #AD8E5E
Tints of Barley Corn #AD8E5E
RGB
CMYK
RGB Variations
Color information
#AD8E5E (or 0xAD8E5E) is known color: Barley Corn. HEX triplet: AD, 8E and 5E. RGB value is (173,142,94). Sum of RGB (Red+Green+Blue) = 173+142+94=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8E5E is #5271A1. Grayscale: #929292. Windows color (decimal): -5403042 or 6196909. OLE color: 6196909.
HSL color Cylindrical-coordinate representation of color #AD8E5E: hue angle of 36.46º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD8E5E is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 94 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.32 |
| HSL | 36.46º | 0.33% | 0.52% | - |
| HSV(B) | 36.46º | 0.46% | 0.68% | - |
| XYZ | 28.93 | 29.04 | 14.67 | - |
| YUV | 145.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 94 | 0 | 0.18 | 0.46 | 0.32 | 36.46 | 0.33 | 0.52 |
| Hex | AD | 8E | 5E | 0 | 12 | 2E | 20 | 24 | 21 | 34 |
| Octal | 255 | 216 | 136 | 0 | 22 | 56 | 40 | 44 | 41 | 64 |
| Binary | 10101101 | 10001110 | 1011110 | 0 | 10010 | 101110 | 100000 | 100100 | 100001 | 110100 |
Color Harmonies of #AD8E5E
Complementary color
Monochromatic Colors of #AD8E5E
Black with #AD8E5E
Text Example
Text Example
White with #AD8E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8E5E; }
p { color: rgb(173,142,94); }
H1.HeaderClassName
{
color: #AD8E5E;
}
.AnyTagClassName
{
color: #AD8E5E;
}
</style>
background-color css
<style>
a { background-color: #AD8E5E; }
a { background-color: rgb(173,142,94); }
div.DivClassName
{
background-color: #AD8E5E;
}
.BgClassName
{
background-color: #AD8E5E;
}
</style>
border-color css
<style>
span { border-color: #AD8E5E; }
span { border-color: rgb(173,142,94); }
td.TdClassName
{
border-color: #AD8E5E;
}
.TagClassName
{
border-color: #AD8E5E;
}
</style>