Shades of Barley Corn #AD9961
Tints of Barley Corn #AD9961
RGB
CMYK
RGB Variations
Color information
#AD9961 (or 0xAD9961) is known color: Barley Corn. HEX triplet: AD, 99 and 61. RGB value is (173,153,97). Sum of RGB (Red+Green+Blue) = 173+153+97=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9961 is #52669E. Grayscale: #989898. Windows color (decimal): -5400223 or 6396333. OLE color: 6396333.
HSL color Cylindrical-coordinate representation of color #AD9961: hue angle of 44.21º 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 #AD9961 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 97 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.32 |
| HSL | 44.21º | 0.32% | 0.53% | - |
| HSV(B) | 44.21º | 0.44% | 0.68% | - |
| XYZ | 30.78 | 32.53 | 15.97 | - |
| YUV | 152.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 97 | 0 | 0.12 | 0.44 | 0.32 | 44.21 | 0.32 | 0.53 |
| Hex | AD | 99 | 61 | 0 | C | 2C | 20 | 2C | 20 | 35 |
| Octal | 255 | 231 | 141 | 0 | 14 | 54 | 40 | 54 | 40 | 65 |
| Binary | 10101101 | 10011001 | 1100001 | 0 | 1100 | 101100 | 100000 | 101100 | 100000 | 110101 |
Color Harmonies of #AD9961
Complementary color
Monochromatic Colors of #AD9961
Black with #AD9961
Text Example
Text Example
White with #AD9961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9961; }
p { color: rgb(173,153,97); }
H1.HeaderClassName
{
color: #AD9961;
}
.AnyTagClassName
{
color: #AD9961;
}
</style>
background-color css
<style>
a { background-color: #AD9961; }
a { background-color: rgb(173,153,97); }
div.DivClassName
{
background-color: #AD9961;
}
.BgClassName
{
background-color: #AD9961;
}
</style>
border-color css
<style>
span { border-color: #AD9961; }
span { border-color: rgb(173,153,97); }
td.TdClassName
{
border-color: #AD9961;
}
.TagClassName
{
border-color: #AD9961;
}
</style>