Shades of Barley Corn #AD9565
Tints of Barley Corn #AD9565
RGB
CMYK
RGB Variations
Color information
#AD9565 (or 0xAD9565) is known color: Barley Corn. HEX triplet: AD, 95 and 65. RGB value is (173,149,101). Sum of RGB (Red+Green+Blue) = 173+149+101=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9565 is #526A9A. Grayscale: #969696. Windows color (decimal): -5401243 or 6657453. OLE color: 6657453.
HSL color Cylindrical-coordinate representation of color #AD9565: hue angle of 40º 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 #AD9565 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 101 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.32 |
| HSL | 40º | 0.31% | 0.54% | - |
| HSV(B) | 40º | 0.42% | 0.68% | - |
| XYZ | 30.33 | 31.32 | 16.76 | - |
| YUV | 150.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 101 | 0 | 0.14 | 0.42 | 0.32 | 40 | 0.31 | 0.54 |
| Hex | AD | 95 | 65 | 0 | E | 2A | 20 | 28 | 1F | 36 |
| Octal | 255 | 225 | 145 | 0 | 16 | 52 | 40 | 50 | 37 | 66 |
| Binary | 10101101 | 10010101 | 1100101 | 0 | 1110 | 101010 | 100000 | 101000 | 11111 | 110110 |
Color Harmonies of #AD9565
Complementary color
Monochromatic Colors of #AD9565
Black with #AD9565
Text Example
Text Example
White with #AD9565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9565; }
p { color: rgb(173,149,101); }
H1.HeaderClassName
{
color: #AD9565;
}
.AnyTagClassName
{
color: #AD9565;
}
</style>
background-color css
<style>
a { background-color: #AD9565; }
a { background-color: rgb(173,149,101); }
div.DivClassName
{
background-color: #AD9565;
}
.BgClassName
{
background-color: #AD9565;
}
</style>
border-color css
<style>
span { border-color: #AD9565; }
span { border-color: rgb(173,149,101); }
td.TdClassName
{
border-color: #AD9565;
}
.TagClassName
{
border-color: #AD9565;
}
</style>