Shades of Barley Corn #AD945D
Tints of Barley Corn #AD945D
RGB
CMYK
RGB Variations
Color information
#AD945D (or 0xAD945D) is known color: Barley Corn. HEX triplet: AD, 94 and 5D. RGB value is (173,148,93). Sum of RGB (Red+Green+Blue) = 173+148+93=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD945D is #526BA2. Grayscale: #959595. Windows color (decimal): -5401507 or 6132909. OLE color: 6132909.
HSL color Cylindrical-coordinate representation of color #AD945D: hue angle of 41.25º 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 #AD945D is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 93 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.32 |
| HSL | 41.25º | 0.33% | 0.52% | - |
| HSV(B) | 41.25º | 0.46% | 0.68% | - |
| XYZ | 29.8 | 30.85 | 14.74 | - |
| YUV | 149.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 93 | 0 | 0.14 | 0.46 | 0.32 | 41.25 | 0.33 | 0.52 |
| Hex | AD | 94 | 5D | 0 | E | 2E | 20 | 29 | 21 | 34 |
| Octal | 255 | 224 | 135 | 0 | 16 | 56 | 40 | 51 | 41 | 64 |
| Binary | 10101101 | 10010100 | 1011101 | 0 | 1110 | 101110 | 100000 | 101001 | 100001 | 110100 |
Color Harmonies of #AD945D
Complementary color
Monochromatic Colors of #AD945D
Black with #AD945D
Text Example
Text Example
White with #AD945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD945D; }
p { color: rgb(173,148,93); }
H1.HeaderClassName
{
color: #AD945D;
}
.AnyTagClassName
{
color: #AD945D;
}
</style>
background-color css
<style>
a { background-color: #AD945D; }
a { background-color: rgb(173,148,93); }
div.DivClassName
{
background-color: #AD945D;
}
.BgClassName
{
background-color: #AD945D;
}
</style>
border-color css
<style>
span { border-color: #AD945D; }
span { border-color: rgb(173,148,93); }
td.TdClassName
{
border-color: #AD945D;
}
.TagClassName
{
border-color: #AD945D;
}
</style>