Shades of Barley Corn #AD9359
Tints of Barley Corn #AD9359
RGB
CMYK
RGB Variations
Color information
#AD9359 (or 0xAD9359) is known color: Barley Corn. HEX triplet: AD, 93 and 59. RGB value is (173,147,89). Sum of RGB (Red+Green+Blue) = 173+147+89=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9359 is #526CA6. Grayscale: #949494. Windows color (decimal): -5401767 or 5870509. OLE color: 5870509.
HSL color Cylindrical-coordinate representation of color #AD9359: hue angle of 41.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD9359 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 89 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.32 |
| HSL | 41.43º | 0.34% | 0.51% | - |
| HSV(B) | 41.43º | 0.49% | 0.68% | - |
| XYZ | 29.47 | 30.47 | 13.78 | - |
| YUV | 148.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 89 | 0 | 0.15 | 0.49 | 0.32 | 41.43 | 0.34 | 0.51 |
| Hex | AD | 93 | 59 | 0 | F | 31 | 20 | 29 | 22 | 33 |
| Octal | 255 | 223 | 131 | 0 | 17 | 61 | 40 | 51 | 42 | 63 |
| Binary | 10101101 | 10010011 | 1011001 | 0 | 1111 | 110001 | 100000 | 101001 | 100010 | 110011 |
Color Harmonies of #AD9359
Complementary color
Monochromatic Colors of #AD9359
Black with #AD9359
Text Example
Text Example
White with #AD9359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9359; }
p { color: rgb(173,147,89); }
H1.HeaderClassName
{
color: #AD9359;
}
.AnyTagClassName
{
color: #AD9359;
}
</style>
background-color css
<style>
a { background-color: #AD9359; }
a { background-color: rgb(173,147,89); }
div.DivClassName
{
background-color: #AD9359;
}
.BgClassName
{
background-color: #AD9359;
}
</style>
border-color css
<style>
span { border-color: #AD9359; }
span { border-color: rgb(173,147,89); }
td.TdClassName
{
border-color: #AD9359;
}
.TagClassName
{
border-color: #AD9359;
}
</style>