Shades of Barley Corn #AD9A60
Tints of Barley Corn #AD9A60
RGB
CMYK
RGB Variations
Color information
#AD9A60 (or 0xAD9A60) is known color: Barley Corn. HEX triplet: AD, 9A and 60. RGB value is (173,154,96). Sum of RGB (Red+Green+Blue) = 173+154+96=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9A60 is #52659F. Grayscale: #999999. Windows color (decimal): -5399968 or 6331053. OLE color: 6331053.
HSL color Cylindrical-coordinate representation of color #AD9A60: hue angle of 45.19º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD9A60 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 96 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.32 |
| HSL | 45.19º | 0.32% | 0.53% | - |
| HSV(B) | 45.19º | 0.45% | 0.68% | - |
| XYZ | 30.9 | 32.84 | 15.78 | - |
| YUV | 153.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 96 | 0 | 0.11 | 0.45 | 0.32 | 45.19 | 0.32 | 0.53 |
| Hex | AD | 9A | 60 | 0 | B | 2D | 20 | 2D | 20 | 35 |
| Octal | 255 | 232 | 140 | 0 | 13 | 55 | 40 | 55 | 40 | 65 |
| Binary | 10101101 | 10011010 | 1100000 | 0 | 1011 | 101101 | 100000 | 101101 | 100000 | 110101 |
Color Harmonies of #AD9A60
Complementary color
Monochromatic Colors of #AD9A60
Black with #AD9A60
Text Example
Text Example
White with #AD9A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A60; }
p { color: rgb(173,154,96); }
H1.HeaderClassName
{
color: #AD9A60;
}
.AnyTagClassName
{
color: #AD9A60;
}
</style>
background-color css
<style>
a { background-color: #AD9A60; }
a { background-color: rgb(173,154,96); }
div.DivClassName
{
background-color: #AD9A60;
}
.BgClassName
{
background-color: #AD9A60;
}
</style>
border-color css
<style>
span { border-color: #AD9A60; }
span { border-color: rgb(173,154,96); }
td.TdClassName
{
border-color: #AD9A60;
}
.TagClassName
{
border-color: #AD9A60;
}
</style>