Shades of Barley Corn #AD9265
Tints of Barley Corn #AD9265
RGB
CMYK
RGB Variations
Color information
#AD9265 (or 0xAD9265) is known color: Barley Corn. HEX triplet: AD, 92 and 65. RGB value is (173,146,101). Sum of RGB (Red+Green+Blue) = 173+146+101=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9265 is #526D9A. Grayscale: #959595. Windows color (decimal): -5402011 or 6656685. OLE color: 6656685.
HSL color Cylindrical-coordinate representation of color #AD9265: hue angle of 37.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD9265 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 101 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.32 |
| HSL | 37.5º | 0.31% | 0.54% | - |
| HSV(B) | 37.5º | 0.42% | 0.68% | - |
| XYZ | 29.86 | 30.38 | 16.6 | - |
| YUV | 148.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 101 | 0 | 0.16 | 0.42 | 0.32 | 37.5 | 0.31 | 0.54 |
| Hex | AD | 92 | 65 | 0 | 10 | 2A | 20 | 26 | 1F | 36 |
| Octal | 255 | 222 | 145 | 0 | 20 | 52 | 40 | 46 | 37 | 66 |
| Binary | 10101101 | 10010010 | 1100101 | 0 | 10000 | 101010 | 100000 | 100110 | 11111 | 110110 |
Color Harmonies of #AD9265
Complementary color
Monochromatic Colors of #AD9265
Black with #AD9265
Text Example
Text Example
White with #AD9265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9265; }
p { color: rgb(173,146,101); }
H1.HeaderClassName
{
color: #AD9265;
}
.AnyTagClassName
{
color: #AD9265;
}
</style>
background-color css
<style>
a { background-color: #AD9265; }
a { background-color: rgb(173,146,101); }
div.DivClassName
{
background-color: #AD9265;
}
.BgClassName
{
background-color: #AD9265;
}
</style>
border-color css
<style>
span { border-color: #AD9265; }
span { border-color: rgb(173,146,101); }
td.TdClassName
{
border-color: #AD9265;
}
.TagClassName
{
border-color: #AD9265;
}
</style>