Shades of Barley Corn #AD9865
Tints of Barley Corn #AD9865
RGB
CMYK
RGB Variations
Color information
#AD9865 (or 0xAD9865) is known color: Barley Corn. HEX triplet: AD, 98 and 65. RGB value is (173,152,101). Sum of RGB (Red+Green+Blue) = 173+152+101=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9865 is #52679A. Grayscale: #989898. Windows color (decimal): -5400475 or 6658221. OLE color: 6658221.
HSL color Cylindrical-coordinate representation of color #AD9865: hue angle of 42.5º 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 #AD9865 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 101 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.32 |
| HSL | 42.5º | 0.31% | 0.54% | - |
| HSV(B) | 42.5º | 0.42% | 0.68% | - |
| XYZ | 30.81 | 32.28 | 16.92 | - |
| YUV | 152.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 101 | 0 | 0.12 | 0.42 | 0.32 | 42.5 | 0.31 | 0.54 |
| Hex | AD | 98 | 65 | 0 | C | 2A | 20 | 2A | 1F | 36 |
| Octal | 255 | 230 | 145 | 0 | 14 | 52 | 40 | 52 | 37 | 66 |
| Binary | 10101101 | 10011000 | 1100101 | 0 | 1100 | 101010 | 100000 | 101010 | 11111 | 110110 |
Color Harmonies of #AD9865
Complementary color
Monochromatic Colors of #AD9865
Black with #AD9865
Text Example
Text Example
White with #AD9865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9865; }
p { color: rgb(173,152,101); }
H1.HeaderClassName
{
color: #AD9865;
}
.AnyTagClassName
{
color: #AD9865;
}
</style>
background-color css
<style>
a { background-color: #AD9865; }
a { background-color: rgb(173,152,101); }
div.DivClassName
{
background-color: #AD9865;
}
.BgClassName
{
background-color: #AD9865;
}
</style>
border-color css
<style>
span { border-color: #AD9865; }
span { border-color: rgb(173,152,101); }
td.TdClassName
{
border-color: #AD9865;
}
.TagClassName
{
border-color: #AD9865;
}
</style>