Shades of Barley Corn #AD8F5E
Tints of Barley Corn #AD8F5E
RGB
CMYK
RGB Variations
Color information
#AD8F5E (or 0xAD8F5E) is known color: Barley Corn. HEX triplet: AD, 8F and 5E. RGB value is (173,143,94). Sum of RGB (Red+Green+Blue) = 173+143+94=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F5E is #5270A1. Grayscale: #929292. Windows color (decimal): -5402786 or 6197165. OLE color: 6197165.
HSL color Cylindrical-coordinate representation of color #AD8F5E: hue angle of 37.22º 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 #AD8F5E is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 94 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.32 |
| HSL | 37.22º | 0.33% | 0.52% | - |
| HSV(B) | 37.22º | 0.46% | 0.68% | - |
| XYZ | 29.08 | 29.34 | 14.72 | - |
| YUV | 146.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 94 | 0 | 0.17 | 0.46 | 0.32 | 37.22 | 0.33 | 0.52 |
| Hex | AD | 8F | 5E | 0 | 11 | 2E | 20 | 25 | 21 | 34 |
| Octal | 255 | 217 | 136 | 0 | 21 | 56 | 40 | 45 | 41 | 64 |
| Binary | 10101101 | 10001111 | 1011110 | 0 | 10001 | 101110 | 100000 | 100101 | 100001 | 110100 |
Color Harmonies of #AD8F5E
Complementary color
Monochromatic Colors of #AD8F5E
Black with #AD8F5E
Text Example
Text Example
White with #AD8F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F5E; }
p { color: rgb(173,143,94); }
H1.HeaderClassName
{
color: #AD8F5E;
}
.AnyTagClassName
{
color: #AD8F5E;
}
</style>
background-color css
<style>
a { background-color: #AD8F5E; }
a { background-color: rgb(173,143,94); }
div.DivClassName
{
background-color: #AD8F5E;
}
.BgClassName
{
background-color: #AD8F5E;
}
</style>
border-color css
<style>
span { border-color: #AD8F5E; }
span { border-color: rgb(173,143,94); }
td.TdClassName
{
border-color: #AD8F5E;
}
.TagClassName
{
border-color: #AD8F5E;
}
</style>