Shades of Barley Corn #AD9263
Tints of Barley Corn #AD9263
RGB
CMYK
RGB Variations
Color information
#AD9263 (or 0xAD9263) is known color: Barley Corn. HEX triplet: AD, 92 and 63. RGB value is (173,146,99). Sum of RGB (Red+Green+Blue) = 173+146+99=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9263 is #526D9C. Grayscale: #949494. Windows color (decimal): -5402013 or 6525613. OLE color: 6525613.
HSL color Cylindrical-coordinate representation of color #AD9263: hue angle of 38.11º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD9263 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 99 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.32 |
| HSL | 38.11º | 0.31% | 0.53% | - |
| HSV(B) | 38.11º | 0.43% | 0.68% | - |
| XYZ | 29.76 | 30.34 | 16.09 | - |
| YUV | 148.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 99 | 0 | 0.16 | 0.43 | 0.32 | 38.11 | 0.31 | 0.53 |
| Hex | AD | 92 | 63 | 0 | 10 | 2B | 20 | 26 | 1F | 35 |
| Octal | 255 | 222 | 143 | 0 | 20 | 53 | 40 | 46 | 37 | 65 |
| Binary | 10101101 | 10010010 | 1100011 | 0 | 10000 | 101011 | 100000 | 100110 | 11111 | 110101 |
Color Harmonies of #AD9263
Complementary color
Monochromatic Colors of #AD9263
Black with #AD9263
Text Example
Text Example
White with #AD9263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9263; }
p { color: rgb(173,146,99); }
H1.HeaderClassName
{
color: #AD9263;
}
.AnyTagClassName
{
color: #AD9263;
}
</style>
background-color css
<style>
a { background-color: #AD9263; }
a { background-color: rgb(173,146,99); }
div.DivClassName
{
background-color: #AD9263;
}
.BgClassName
{
background-color: #AD9263;
}
</style>
border-color css
<style>
span { border-color: #AD9263; }
span { border-color: rgb(173,146,99); }
td.TdClassName
{
border-color: #AD9263;
}
.TagClassName
{
border-color: #AD9263;
}
</style>