Shades of Barley Corn #AD9C64
Tints of Barley Corn #AD9C64
RGB
CMYK
RGB Variations
Color information
#AD9C64 (or 0xAD9C64) is known color: Barley Corn. HEX triplet: AD, 9C and 64. RGB value is (173,156,100). Sum of RGB (Red+Green+Blue) = 173+156+100=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C64 is #52639B. Grayscale: #9A9A9A. Windows color (decimal): -5399452 or 6593709. OLE color: 6593709.
HSL color Cylindrical-coordinate representation of color #AD9C64: hue angle of 46.03º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD9C64 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 100 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.32 |
| HSL | 46.03º | 0.31% | 0.54% | - |
| HSV(B) | 46.03º | 0.42% | 0.68% | - |
| XYZ | 31.42 | 33.58 | 16.88 | - |
| YUV | 154.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 100 | 0 | 0.10 | 0.42 | 0.32 | 46.03 | 0.31 | 0.54 |
| Hex | AD | 9C | 64 | 0 | A | 2A | 20 | 2E | 1F | 36 |
| Octal | 255 | 234 | 144 | 0 | 12 | 52 | 40 | 56 | 37 | 66 |
| Binary | 10101101 | 10011100 | 1100100 | 0 | 1010 | 101010 | 100000 | 101110 | 11111 | 110110 |
Color Harmonies of #AD9C64
Complementary color
Monochromatic Colors of #AD9C64
Black with #AD9C64
Text Example
Text Example
White with #AD9C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C64; }
p { color: rgb(173,156,100); }
H1.HeaderClassName
{
color: #AD9C64;
}
.AnyTagClassName
{
color: #AD9C64;
}
</style>
background-color css
<style>
a { background-color: #AD9C64; }
a { background-color: rgb(173,156,100); }
div.DivClassName
{
background-color: #AD9C64;
}
.BgClassName
{
background-color: #AD9C64;
}
</style>
border-color css
<style>
span { border-color: #AD9C64; }
span { border-color: rgb(173,156,100); }
td.TdClassName
{
border-color: #AD9C64;
}
.TagClassName
{
border-color: #AD9C64;
}
</style>