Shades of Barley Corn #AD9668
Tints of Barley Corn #AD9668
RGB
CMYK
RGB Variations
Color information
#AD9668 (or 0xAD9668) is known color: Barley Corn. HEX triplet: AD, 96 and 68. RGB value is (173,150,104). Sum of RGB (Red+Green+Blue) = 173+150+104=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9668 is #526997. Grayscale: #979797. Windows color (decimal): -5400984 or 6854317. OLE color: 6854317.
HSL color Cylindrical-coordinate representation of color #AD9668: hue angle of 40º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD9668 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 104 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.32 |
| HSL | 40º | 0.3% | 0.54% | - |
| HSV(B) | 40º | 0.4% | 0.68% | - |
| XYZ | 30.64 | 31.7 | 17.6 | - |
| YUV | 151.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 104 | 0 | 0.13 | 0.40 | 0.32 | 40 | 0.3 | 0.54 |
| Hex | AD | 96 | 68 | 0 | D | 28 | 20 | 28 | 1E | 36 |
| Octal | 255 | 226 | 150 | 0 | 15 | 50 | 40 | 50 | 36 | 66 |
| Binary | 10101101 | 10010110 | 1101000 | 0 | 1101 | 101000 | 100000 | 101000 | 11110 | 110110 |
Color Harmonies of #AD9668
Complementary color
Monochromatic Colors of #AD9668
Black with #AD9668
Text Example
Text Example
White with #AD9668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9668; }
p { color: rgb(173,150,104); }
H1.HeaderClassName
{
color: #AD9668;
}
.AnyTagClassName
{
color: #AD9668;
}
</style>
background-color css
<style>
a { background-color: #AD9668; }
a { background-color: rgb(173,150,104); }
div.DivClassName
{
background-color: #AD9668;
}
.BgClassName
{
background-color: #AD9668;
}
</style>
border-color css
<style>
span { border-color: #AD9668; }
span { border-color: rgb(173,150,104); }
td.TdClassName
{
border-color: #AD9668;
}
.TagClassName
{
border-color: #AD9668;
}
</style>