Shades of Barley Corn #AD9868
Tints of Barley Corn #AD9868
RGB
CMYK
RGB Variations
Color information
#AD9868 (or 0xAD9868) is known color: Barley Corn. HEX triplet: AD, 98 and 68. RGB value is (173,152,104). Sum of RGB (Red+Green+Blue) = 173+152+104=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9868 is #526797. Grayscale: #999999. Windows color (decimal): -5400472 or 6854829. OLE color: 6854829.
HSL color Cylindrical-coordinate representation of color #AD9868: hue angle of 41.74º 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 #AD9868 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 104 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.32 |
| HSL | 41.74º | 0.3% | 0.54% | - |
| HSV(B) | 41.74º | 0.4% | 0.68% | - |
| XYZ | 30.96 | 32.34 | 17.71 | - |
| YUV | 152.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 104 | 0 | 0.12 | 0.40 | 0.32 | 41.74 | 0.3 | 0.54 |
| Hex | AD | 98 | 68 | 0 | C | 28 | 20 | 2A | 1E | 36 |
| Octal | 255 | 230 | 150 | 0 | 14 | 50 | 40 | 52 | 36 | 66 |
| Binary | 10101101 | 10011000 | 1101000 | 0 | 1100 | 101000 | 100000 | 101010 | 11110 | 110110 |
Color Harmonies of #AD9868
Complementary color
Monochromatic Colors of #AD9868
Black with #AD9868
Text Example
Text Example
White with #AD9868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9868; }
p { color: rgb(173,152,104); }
H1.HeaderClassName
{
color: #AD9868;
}
.AnyTagClassName
{
color: #AD9868;
}
</style>
background-color css
<style>
a { background-color: #AD9868; }
a { background-color: rgb(173,152,104); }
div.DivClassName
{
background-color: #AD9868;
}
.BgClassName
{
background-color: #AD9868;
}
</style>
border-color css
<style>
span { border-color: #AD9868; }
span { border-color: rgb(173,152,104); }
td.TdClassName
{
border-color: #AD9868;
}
.TagClassName
{
border-color: #AD9868;
}
</style>