Shades of Barley Corn #AD9C5F
Tints of Barley Corn #AD9C5F
RGB
CMYK
RGB Variations
Color information
#AD9C5F (or 0xAD9C5F) is known color: Barley Corn. HEX triplet: AD, 9C and 5F. RGB value is (173,156,95). Sum of RGB (Red+Green+Blue) = 173+156+95=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C5F is #5263A0. Grayscale: #9A9A9A. Windows color (decimal): -5399457 or 6266029. OLE color: 6266029.
HSL color Cylindrical-coordinate representation of color #AD9C5F: hue angle of 46.92º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD9C5F is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 95 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.32 |
| HSL | 46.92º | 0.32% | 0.53% | - |
| HSV(B) | 46.92º | 0.45% | 0.68% | - |
| XYZ | 31.19 | 33.49 | 15.65 | - |
| YUV | 154.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 95 | 0 | 0.10 | 0.45 | 0.32 | 46.92 | 0.32 | 0.53 |
| Hex | AD | 9C | 5F | 0 | A | 2D | 20 | 2F | 20 | 35 |
| Octal | 255 | 234 | 137 | 0 | 12 | 55 | 40 | 57 | 40 | 65 |
| Binary | 10101101 | 10011100 | 1011111 | 0 | 1010 | 101101 | 100000 | 101111 | 100000 | 110101 |
Color Harmonies of #AD9C5F
Complementary color
Monochromatic Colors of #AD9C5F
Black with #AD9C5F
Text Example
Text Example
White with #AD9C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C5F; }
p { color: rgb(173,156,95); }
H1.HeaderClassName
{
color: #AD9C5F;
}
.AnyTagClassName
{
color: #AD9C5F;
}
</style>
background-color css
<style>
a { background-color: #AD9C5F; }
a { background-color: rgb(173,156,95); }
div.DivClassName
{
background-color: #AD9C5F;
}
.BgClassName
{
background-color: #AD9C5F;
}
</style>
border-color css
<style>
span { border-color: #AD9C5F; }
span { border-color: rgb(173,156,95); }
td.TdClassName
{
border-color: #AD9C5F;
}
.TagClassName
{
border-color: #AD9C5F;
}
</style>