Shades of Barley Corn #AD9A61
Tints of Barley Corn #AD9A61
RGB
CMYK
RGB Variations
Color information
#AD9A61 (or 0xAD9A61) is known color: Barley Corn. HEX triplet: AD, 9A and 61. RGB value is (173,154,97). Sum of RGB (Red+Green+Blue) = 173+154+97=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9A61 is #52659E. Grayscale: #999999. Windows color (decimal): -5399967 or 6396589. OLE color: 6396589.
HSL color Cylindrical-coordinate representation of color #AD9A61: hue angle of 45º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD9A61 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 97 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.32 |
| HSL | 45º | 0.32% | 0.53% | - |
| HSV(B) | 45º | 0.44% | 0.68% | - |
| XYZ | 30.95 | 32.86 | 16.02 | - |
| YUV | 153.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 97 | 0 | 0.11 | 0.44 | 0.32 | 45 | 0.32 | 0.53 |
| Hex | AD | 9A | 61 | 0 | B | 2C | 20 | 2D | 20 | 35 |
| Octal | 255 | 232 | 141 | 0 | 13 | 54 | 40 | 55 | 40 | 65 |
| Binary | 10101101 | 10011010 | 1100001 | 0 | 1011 | 101100 | 100000 | 101101 | 100000 | 110101 |
Color Harmonies of #AD9A61
Complementary color
Monochromatic Colors of #AD9A61
Black with #AD9A61
Text Example
Text Example
White with #AD9A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A61; }
p { color: rgb(173,154,97); }
H1.HeaderClassName
{
color: #AD9A61;
}
.AnyTagClassName
{
color: #AD9A61;
}
</style>
background-color css
<style>
a { background-color: #AD9A61; }
a { background-color: rgb(173,154,97); }
div.DivClassName
{
background-color: #AD9A61;
}
.BgClassName
{
background-color: #AD9A61;
}
</style>
border-color css
<style>
span { border-color: #AD9A61; }
span { border-color: rgb(173,154,97); }
td.TdClassName
{
border-color: #AD9A61;
}
.TagClassName
{
border-color: #AD9A61;
}
</style>