Shades of Barley Corn #AD945F
Tints of Barley Corn #AD945F
RGB
CMYK
RGB Variations
Color information
#AD945F (or 0xAD945F) is known color: Barley Corn. HEX triplet: AD, 94 and 5F. RGB value is (173,148,95). Sum of RGB (Red+Green+Blue) = 173+148+95=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD945F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD945F is #526BA0. Grayscale: #959595. Windows color (decimal): -5401505 or 6263981. OLE color: 6263981.
HSL color Cylindrical-coordinate representation of color #AD945F: hue angle of 40.77º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD945F is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 95 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.32 |
| HSL | 40.77º | 0.32% | 0.53% | - |
| HSV(B) | 40.77º | 0.45% | 0.68% | - |
| XYZ | 29.89 | 30.89 | 15.21 | - |
| YUV | 149.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 95 | 0 | 0.14 | 0.45 | 0.32 | 40.77 | 0.32 | 0.53 |
| Hex | AD | 94 | 5F | 0 | E | 2D | 20 | 29 | 20 | 35 |
| Octal | 255 | 224 | 137 | 0 | 16 | 55 | 40 | 51 | 40 | 65 |
| Binary | 10101101 | 10010100 | 1011111 | 0 | 1110 | 101101 | 100000 | 101001 | 100000 | 110101 |
Color Harmonies of #AD945F
Complementary color
Monochromatic Colors of #AD945F
Black with #AD945F
Text Example
Text Example
White with #AD945F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD945F; }
p { color: rgb(173,148,95); }
H1.HeaderClassName
{
color: #AD945F;
}
.AnyTagClassName
{
color: #AD945F;
}
</style>
background-color css
<style>
a { background-color: #AD945F; }
a { background-color: rgb(173,148,95); }
div.DivClassName
{
background-color: #AD945F;
}
.BgClassName
{
background-color: #AD945F;
}
</style>
border-color css
<style>
span { border-color: #AD945F; }
span { border-color: rgb(173,148,95); }
td.TdClassName
{
border-color: #AD945F;
}
.TagClassName
{
border-color: #AD945F;
}
</style>