Shades of Barley Corn #AD9C5E
Tints of Barley Corn #AD9C5E
RGB
CMYK
RGB Variations
Color information
#AD9C5E (or 0xAD9C5E) is known color: Barley Corn. HEX triplet: AD, 9C and 5E. RGB value is (173,156,94). Sum of RGB (Red+Green+Blue) = 173+156+94=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C5E is #5263A1. Grayscale: #9A9A9A. Windows color (decimal): -5399458 or 6200493. OLE color: 6200493.
HSL color Cylindrical-coordinate representation of color #AD9C5E: hue angle of 47.09º 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 #AD9C5E is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 94 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.32 |
| HSL | 47.09º | 0.33% | 0.52% | - |
| HSV(B) | 47.09º | 0.46% | 0.68% | - |
| XYZ | 31.14 | 33.47 | 15.41 | - |
| YUV | 154.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 94 | 0 | 0.10 | 0.46 | 0.32 | 47.09 | 0.33 | 0.52 |
| Hex | AD | 9C | 5E | 0 | A | 2E | 20 | 2F | 21 | 34 |
| Octal | 255 | 234 | 136 | 0 | 12 | 56 | 40 | 57 | 41 | 64 |
| Binary | 10101101 | 10011100 | 1011110 | 0 | 1010 | 101110 | 100000 | 101111 | 100001 | 110100 |
Color Harmonies of #AD9C5E
Complementary color
Monochromatic Colors of #AD9C5E
Black with #AD9C5E
Text Example
Text Example
White with #AD9C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C5E; }
p { color: rgb(173,156,94); }
H1.HeaderClassName
{
color: #AD9C5E;
}
.AnyTagClassName
{
color: #AD9C5E;
}
</style>
background-color css
<style>
a { background-color: #AD9C5E; }
a { background-color: rgb(173,156,94); }
div.DivClassName
{
background-color: #AD9C5E;
}
.BgClassName
{
background-color: #AD9C5E;
}
</style>
border-color css
<style>
span { border-color: #AD9C5E; }
span { border-color: rgb(173,156,94); }
td.TdClassName
{
border-color: #AD9C5E;
}
.TagClassName
{
border-color: #AD9C5E;
}
</style>