Shades of Barley Corn #AD905E
Tints of Barley Corn #AD905E
RGB
CMYK
RGB Variations
Color information
#AD905E (or 0xAD905E) is known color: Barley Corn. HEX triplet: AD, 90 and 5E. RGB value is (173,144,94). Sum of RGB (Red+Green+Blue) = 173+144+94=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD905E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD905E is #526FA1. Grayscale: #939393. Windows color (decimal): -5402530 or 6197421. OLE color: 6197421.
HSL color Cylindrical-coordinate representation of color #AD905E: hue angle of 37.97º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD905E is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 94 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.32 |
| HSL | 37.97º | 0.33% | 0.52% | - |
| HSV(B) | 37.97º | 0.46% | 0.68% | - |
| XYZ | 29.23 | 29.64 | 14.77 | - |
| YUV | 146.97 | 98.11 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 94 | 0 | 0.17 | 0.46 | 0.32 | 37.97 | 0.33 | 0.52 |
| Hex | AD | 90 | 5E | 0 | 11 | 2E | 20 | 26 | 21 | 34 |
| Octal | 255 | 220 | 136 | 0 | 21 | 56 | 40 | 46 | 41 | 64 |
| Binary | 10101101 | 10010000 | 1011110 | 0 | 10001 | 101110 | 100000 | 100110 | 100001 | 110100 |
Color Harmonies of #AD905E
Complementary color
Monochromatic Colors of #AD905E
Black with #AD905E
Text Example
Text Example
White with #AD905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD905E; }
p { color: rgb(173,144,94); }
H1.HeaderClassName
{
color: #AD905E;
}
.AnyTagClassName
{
color: #AD905E;
}
</style>
background-color css
<style>
a { background-color: #AD905E; }
a { background-color: rgb(173,144,94); }
div.DivClassName
{
background-color: #AD905E;
}
.BgClassName
{
background-color: #AD905E;
}
</style>
border-color css
<style>
span { border-color: #AD905E; }
span { border-color: rgb(173,144,94); }
td.TdClassName
{
border-color: #AD905E;
}
.TagClassName
{
border-color: #AD905E;
}
</style>