Shades of Barley Corn #AD955E
Tints of Barley Corn #AD955E
RGB
CMYK
RGB Variations
Color information
#AD955E (or 0xAD955E) is known color: Barley Corn. HEX triplet: AD, 95 and 5E. RGB value is (173,149,94). Sum of RGB (Red+Green+Blue) = 173+149+94=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD955E is #526AA1. Grayscale: #969696. Windows color (decimal): -5401250 or 6198701. OLE color: 6198701.
HSL color Cylindrical-coordinate representation of color #AD955E: hue angle of 41.77º 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 #AD955E is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 94 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.32 |
| HSL | 41.77º | 0.33% | 0.52% | - |
| HSV(B) | 41.77º | 0.46% | 0.68% | - |
| XYZ | 30 | 31.19 | 15.03 | - |
| YUV | 149.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 94 | 0 | 0.14 | 0.46 | 0.32 | 41.77 | 0.33 | 0.52 |
| Hex | AD | 95 | 5E | 0 | E | 2E | 20 | 2A | 21 | 34 |
| Octal | 255 | 225 | 136 | 0 | 16 | 56 | 40 | 52 | 41 | 64 |
| Binary | 10101101 | 10010101 | 1011110 | 0 | 1110 | 101110 | 100000 | 101010 | 100001 | 110100 |
Color Harmonies of #AD955E
Complementary color
Monochromatic Colors of #AD955E
Black with #AD955E
Text Example
Text Example
White with #AD955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD955E; }
p { color: rgb(173,149,94); }
H1.HeaderClassName
{
color: #AD955E;
}
.AnyTagClassName
{
color: #AD955E;
}
</style>
background-color css
<style>
a { background-color: #AD955E; }
a { background-color: rgb(173,149,94); }
div.DivClassName
{
background-color: #AD955E;
}
.BgClassName
{
background-color: #AD955E;
}
</style>
border-color css
<style>
span { border-color: #AD955E; }
span { border-color: rgb(173,149,94); }
td.TdClassName
{
border-color: #AD955E;
}
.TagClassName
{
border-color: #AD955E;
}
</style>