Shades of Barley Corn #AD985E
Tints of Barley Corn #AD985E
RGB
CMYK
RGB Variations
Color information
#AD985E (or 0xAD985E) is known color: Barley Corn. HEX triplet: AD, 98 and 5E. RGB value is (173,152,94). Sum of RGB (Red+Green+Blue) = 173+152+94=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD985E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD985E is #5267A1. Grayscale: #979797. Windows color (decimal): -5400482 or 6199469. OLE color: 6199469.
HSL color Cylindrical-coordinate representation of color #AD985E: hue angle of 44.05º 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 #AD985E is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 94 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.32 |
| HSL | 44.05º | 0.33% | 0.52% | - |
| HSV(B) | 44.05º | 0.46% | 0.68% | - |
| XYZ | 30.48 | 32.15 | 15.19 | - |
| YUV | 151.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 94 | 0 | 0.12 | 0.46 | 0.32 | 44.05 | 0.33 | 0.52 |
| Hex | AD | 98 | 5E | 0 | C | 2E | 20 | 2C | 21 | 34 |
| Octal | 255 | 230 | 136 | 0 | 14 | 56 | 40 | 54 | 41 | 64 |
| Binary | 10101101 | 10011000 | 1011110 | 0 | 1100 | 101110 | 100000 | 101100 | 100001 | 110100 |
Color Harmonies of #AD985E
Complementary color
Monochromatic Colors of #AD985E
Black with #AD985E
Text Example
Text Example
White with #AD985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD985E; }
p { color: rgb(173,152,94); }
H1.HeaderClassName
{
color: #AD985E;
}
.AnyTagClassName
{
color: #AD985E;
}
</style>
background-color css
<style>
a { background-color: #AD985E; }
a { background-color: rgb(173,152,94); }
div.DivClassName
{
background-color: #AD985E;
}
.BgClassName
{
background-color: #AD985E;
}
</style>
border-color css
<style>
span { border-color: #AD985E; }
span { border-color: rgb(173,152,94); }
td.TdClassName
{
border-color: #AD985E;
}
.TagClassName
{
border-color: #AD985E;
}
</style>