Shades of Barley Corn #AD995D
Tints of Barley Corn #AD995D
RGB
CMYK
RGB Variations
Color information
#AD995D (or 0xAD995D) is known color: Barley Corn. HEX triplet: AD, 99 and 5D. RGB value is (173,153,93). Sum of RGB (Red+Green+Blue) = 173+153+93=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD995D is #5266A2. Grayscale: #989898. Windows color (decimal): -5400227 or 6134189. OLE color: 6134189.
HSL color Cylindrical-coordinate representation of color #AD995D: hue angle of 45º 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 #AD995D is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 93 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.32 |
| HSL | 45º | 0.33% | 0.52% | - |
| HSV(B) | 45º | 0.46% | 0.68% | - |
| XYZ | 30.6 | 32.46 | 15.01 | - |
| YUV | 152.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 93 | 0 | 0.12 | 0.46 | 0.32 | 45 | 0.33 | 0.52 |
| Hex | AD | 99 | 5D | 0 | C | 2E | 20 | 2D | 21 | 34 |
| Octal | 255 | 231 | 135 | 0 | 14 | 56 | 40 | 55 | 41 | 64 |
| Binary | 10101101 | 10011001 | 1011101 | 0 | 1100 | 101110 | 100000 | 101101 | 100001 | 110100 |
Color Harmonies of #AD995D
Complementary color
Monochromatic Colors of #AD995D
Black with #AD995D
Text Example
Text Example
White with #AD995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD995D; }
p { color: rgb(173,153,93); }
H1.HeaderClassName
{
color: #AD995D;
}
.AnyTagClassName
{
color: #AD995D;
}
</style>
background-color css
<style>
a { background-color: #AD995D; }
a { background-color: rgb(173,153,93); }
div.DivClassName
{
background-color: #AD995D;
}
.BgClassName
{
background-color: #AD995D;
}
</style>
border-color css
<style>
span { border-color: #AD995D; }
span { border-color: rgb(173,153,93); }
td.TdClassName
{
border-color: #AD995D;
}
.TagClassName
{
border-color: #AD995D;
}
</style>