Shades of Barley Corn #AD935D
Tints of Barley Corn #AD935D
RGB
CMYK
RGB Variations
Color information
#AD935D (or 0xAD935D) is known color: Barley Corn. HEX triplet: AD, 93 and 5D. RGB value is (173,147,93). Sum of RGB (Red+Green+Blue) = 173+147+93=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD935D is #526CA2. Grayscale: #949494. Windows color (decimal): -5401763 or 6132653. OLE color: 6132653.
HSL color Cylindrical-coordinate representation of color #AD935D: hue angle of 40.5º 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 #AD935D is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 93 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.32 |
| HSL | 40.5º | 0.33% | 0.52% | - |
| HSV(B) | 40.5º | 0.46% | 0.68% | - |
| XYZ | 29.64 | 30.54 | 14.69 | - |
| YUV | 148.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 93 | 0 | 0.15 | 0.46 | 0.32 | 40.5 | 0.33 | 0.52 |
| Hex | AD | 93 | 5D | 0 | F | 2E | 20 | 28 | 21 | 34 |
| Octal | 255 | 223 | 135 | 0 | 17 | 56 | 40 | 50 | 41 | 64 |
| Binary | 10101101 | 10010011 | 1011101 | 0 | 1111 | 101110 | 100000 | 101000 | 100001 | 110100 |
Color Harmonies of #AD935D
Complementary color
Monochromatic Colors of #AD935D
Black with #AD935D
Text Example
Text Example
White with #AD935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD935D; }
p { color: rgb(173,147,93); }
H1.HeaderClassName
{
color: #AD935D;
}
.AnyTagClassName
{
color: #AD935D;
}
</style>
background-color css
<style>
a { background-color: #AD935D; }
a { background-color: rgb(173,147,93); }
div.DivClassName
{
background-color: #AD935D;
}
.BgClassName
{
background-color: #AD935D;
}
</style>
border-color css
<style>
span { border-color: #AD935D; }
span { border-color: rgb(173,147,93); }
td.TdClassName
{
border-color: #AD935D;
}
.TagClassName
{
border-color: #AD935D;
}
</style>