Shades of Barley Corn #AD9866
Tints of Barley Corn #AD9866
RGB
CMYK
RGB Variations
Color information
#AD9866 (or 0xAD9866) is known color: Barley Corn. HEX triplet: AD, 98 and 66. RGB value is (173,152,102). Sum of RGB (Red+Green+Blue) = 173+152+102=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9866 is #526799. Grayscale: #989898. Windows color (decimal): -5400474 or 6723757. OLE color: 6723757.
HSL color Cylindrical-coordinate representation of color #AD9866: hue angle of 42.25º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD9866 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 102 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.32 |
| HSL | 42.25º | 0.3% | 0.54% | - |
| HSV(B) | 42.25º | 0.41% | 0.68% | - |
| XYZ | 30.86 | 32.3 | 17.18 | - |
| YUV | 152.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 102 | 0 | 0.12 | 0.41 | 0.32 | 42.25 | 0.3 | 0.54 |
| Hex | AD | 98 | 66 | 0 | C | 29 | 20 | 2A | 1E | 36 |
| Octal | 255 | 230 | 146 | 0 | 14 | 51 | 40 | 52 | 36 | 66 |
| Binary | 10101101 | 10011000 | 1100110 | 0 | 1100 | 101001 | 100000 | 101010 | 11110 | 110110 |
Color Harmonies of #AD9866
Complementary color
Monochromatic Colors of #AD9866
Black with #AD9866
Text Example
Text Example
White with #AD9866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9866; }
p { color: rgb(173,152,102); }
H1.HeaderClassName
{
color: #AD9866;
}
.AnyTagClassName
{
color: #AD9866;
}
</style>
background-color css
<style>
a { background-color: #AD9866; }
a { background-color: rgb(173,152,102); }
div.DivClassName
{
background-color: #AD9866;
}
.BgClassName
{
background-color: #AD9866;
}
</style>
border-color css
<style>
span { border-color: #AD9866; }
span { border-color: rgb(173,152,102); }
td.TdClassName
{
border-color: #AD9866;
}
.TagClassName
{
border-color: #AD9866;
}
</style>