Shades of Barley Corn #AD8D5E
Tints of Barley Corn #AD8D5E
RGB
CMYK
RGB Variations
Color information
#AD8D5E (or 0xAD8D5E) is known color: Barley Corn. HEX triplet: AD, 8D and 5E. RGB value is (173,141,94). Sum of RGB (Red+Green+Blue) = 173+141+94=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D5E is #5272A1. Grayscale: #919191. Windows color (decimal): -5403298 or 6196653. OLE color: 6196653.
HSL color Cylindrical-coordinate representation of color #AD8D5E: hue angle of 35.7º 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 #AD8D5E is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 94 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.32 |
| HSL | 35.7º | 0.33% | 0.52% | - |
| HSV(B) | 35.7º | 0.46% | 0.68% | - |
| XYZ | 28.78 | 28.74 | 14.62 | - |
| YUV | 145.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 94 | 0 | 0.18 | 0.46 | 0.32 | 35.7 | 0.33 | 0.52 |
| Hex | AD | 8D | 5E | 0 | 12 | 2E | 20 | 24 | 21 | 34 |
| Octal | 255 | 215 | 136 | 0 | 22 | 56 | 40 | 44 | 41 | 64 |
| Binary | 10101101 | 10001101 | 1011110 | 0 | 10010 | 101110 | 100000 | 100100 | 100001 | 110100 |
Color Harmonies of #AD8D5E
Complementary color
Monochromatic Colors of #AD8D5E
Black with #AD8D5E
Text Example
Text Example
White with #AD8D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D5E; }
p { color: rgb(173,141,94); }
H1.HeaderClassName
{
color: #AD8D5E;
}
.AnyTagClassName
{
color: #AD8D5E;
}
</style>
background-color css
<style>
a { background-color: #AD8D5E; }
a { background-color: rgb(173,141,94); }
div.DivClassName
{
background-color: #AD8D5E;
}
.BgClassName
{
background-color: #AD8D5E;
}
</style>
border-color css
<style>
span { border-color: #AD8D5E; }
span { border-color: rgb(173,141,94); }
td.TdClassName
{
border-color: #AD8D5E;
}
.TagClassName
{
border-color: #AD8D5E;
}
</style>