Shades of Barley Corn #AD8F64
Tints of Barley Corn #AD8F64
RGB
CMYK
RGB Variations
Color information
#AD8F64 (or 0xAD8F64) is known color: Barley Corn. HEX triplet: AD, 8F and 64. RGB value is (173,143,100). Sum of RGB (Red+Green+Blue) = 173+143+100=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F64 is #52709B. Grayscale: #939393. Windows color (decimal): -5402780 or 6590381. OLE color: 6590381.
HSL color Cylindrical-coordinate representation of color #AD8F64: hue angle of 35.34º 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 #AD8F64 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 100 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.32 |
| HSL | 35.34º | 0.31% | 0.54% | - |
| HSV(B) | 35.34º | 0.42% | 0.68% | - |
| XYZ | 29.36 | 29.45 | 16.19 | - |
| YUV | 147.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 100 | 0 | 0.17 | 0.42 | 0.32 | 35.34 | 0.31 | 0.54 |
| Hex | AD | 8F | 64 | 0 | 11 | 2A | 20 | 23 | 1F | 36 |
| Octal | 255 | 217 | 144 | 0 | 21 | 52 | 40 | 43 | 37 | 66 |
| Binary | 10101101 | 10001111 | 1100100 | 0 | 10001 | 101010 | 100000 | 100011 | 11111 | 110110 |
Color Harmonies of #AD8F64
Complementary color
Monochromatic Colors of #AD8F64
Black with #AD8F64
Text Example
Text Example
White with #AD8F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F64; }
p { color: rgb(173,143,100); }
H1.HeaderClassName
{
color: #AD8F64;
}
.AnyTagClassName
{
color: #AD8F64;
}
</style>
background-color css
<style>
a { background-color: #AD8F64; }
a { background-color: rgb(173,143,100); }
div.DivClassName
{
background-color: #AD8F64;
}
.BgClassName
{
background-color: #AD8F64;
}
</style>
border-color css
<style>
span { border-color: #AD8F64; }
span { border-color: rgb(173,143,100); }
td.TdClassName
{
border-color: #AD8F64;
}
.TagClassName
{
border-color: #AD8F64;
}
</style>