Shades of Barley Corn #AD975D
Tints of Barley Corn #AD975D
RGB
CMYK
RGB Variations
Color information
#AD975D (or 0xAD975D) is known color: Barley Corn. HEX triplet: AD, 97 and 5D. RGB value is (173,151,93). Sum of RGB (Red+Green+Blue) = 173+151+93=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD975D is #5268A2. Grayscale: #979797. Windows color (decimal): -5400739 or 6133677. OLE color: 6133677.
HSL color Cylindrical-coordinate representation of color #AD975D: hue angle of 43.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 #AD975D is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 93 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.32 |
| HSL | 43.5º | 0.33% | 0.52% | - |
| HSV(B) | 43.5º | 0.46% | 0.68% | - |
| XYZ | 30.28 | 31.81 | 14.9 | - |
| YUV | 150.97 | 95.29 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 93 | 0 | 0.13 | 0.46 | 0.32 | 43.5 | 0.33 | 0.52 |
| Hex | AD | 97 | 5D | 0 | D | 2E | 20 | 2C | 21 | 34 |
| Octal | 255 | 227 | 135 | 0 | 15 | 56 | 40 | 54 | 41 | 64 |
| Binary | 10101101 | 10010111 | 1011101 | 0 | 1101 | 101110 | 100000 | 101100 | 100001 | 110100 |
Color Harmonies of #AD975D
Complementary color
Monochromatic Colors of #AD975D
Black with #AD975D
Text Example
Text Example
White with #AD975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD975D; }
p { color: rgb(173,151,93); }
H1.HeaderClassName
{
color: #AD975D;
}
.AnyTagClassName
{
color: #AD975D;
}
</style>
background-color css
<style>
a { background-color: #AD975D; }
a { background-color: rgb(173,151,93); }
div.DivClassName
{
background-color: #AD975D;
}
.BgClassName
{
background-color: #AD975D;
}
</style>
border-color css
<style>
span { border-color: #AD975D; }
span { border-color: rgb(173,151,93); }
td.TdClassName
{
border-color: #AD975D;
}
.TagClassName
{
border-color: #AD975D;
}
</style>