Shades of Barley Corn #AD8D5D
Tints of Barley Corn #AD8D5D
RGB
CMYK
RGB Variations
Color information
#AD8D5D (or 0xAD8D5D) is known color: Barley Corn. HEX triplet: AD, 8D and 5D. RGB value is (173,141,93). Sum of RGB (Red+Green+Blue) = 173+141+93=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D5D is #5272A2. Grayscale: #919191. Windows color (decimal): -5403299 or 6131117. OLE color: 6131117.
HSL color Cylindrical-coordinate representation of color #AD8D5D: hue angle of 36º 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 #AD8D5D is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 93 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.32 |
| HSL | 36º | 0.33% | 0.52% | - |
| HSV(B) | 36º | 0.46% | 0.68% | - |
| XYZ | 28.73 | 28.72 | 14.39 | - |
| YUV | 145.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 93 | 0 | 0.18 | 0.46 | 0.32 | 36 | 0.33 | 0.52 |
| Hex | AD | 8D | 5D | 0 | 12 | 2E | 20 | 24 | 21 | 34 |
| Octal | 255 | 215 | 135 | 0 | 22 | 56 | 40 | 44 | 41 | 64 |
| Binary | 10101101 | 10001101 | 1011101 | 0 | 10010 | 101110 | 100000 | 100100 | 100001 | 110100 |
Color Harmonies of #AD8D5D
Complementary color
Monochromatic Colors of #AD8D5D
Black with #AD8D5D
Text Example
Text Example
White with #AD8D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D5D; }
p { color: rgb(173,141,93); }
H1.HeaderClassName
{
color: #AD8D5D;
}
.AnyTagClassName
{
color: #AD8D5D;
}
</style>
background-color css
<style>
a { background-color: #AD8D5D; }
a { background-color: rgb(173,141,93); }
div.DivClassName
{
background-color: #AD8D5D;
}
.BgClassName
{
background-color: #AD8D5D;
}
</style>
border-color css
<style>
span { border-color: #AD8D5D; }
span { border-color: rgb(173,141,93); }
td.TdClassName
{
border-color: #AD8D5D;
}
.TagClassName
{
border-color: #AD8D5D;
}
</style>