Shades of Barley Corn #AC8D63
Tints of Barley Corn #AC8D63
RGB
CMYK
RGB Variations
Color information
#AC8D63 (or 0xAC8D63) is known color: Barley Corn. HEX triplet: AC, 8D and 63. RGB value is (172,141,99). Sum of RGB (Red+Green+Blue) = 172+141+99=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D63 is #53729C. Grayscale: #919191. Windows color (decimal): -5468829 or 6524332. OLE color: 6524332.
HSL color Cylindrical-coordinate representation of color #AC8D63: hue angle of 34.52º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC8D63 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 99 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.33 |
| HSL | 34.52º | 0.31% | 0.53% | - |
| HSV(B) | 34.52º | 0.42% | 0.67% | - |
| XYZ | 28.79 | 28.72 | 15.83 | - |
| YUV | 145.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 99 | 0 | 0.18 | 0.42 | 0.33 | 34.52 | 0.31 | 0.53 |
| Hex | AC | 8D | 63 | 0 | 12 | 2A | 21 | 23 | 1F | 35 |
| Octal | 254 | 215 | 143 | 0 | 22 | 52 | 41 | 43 | 37 | 65 |
| Binary | 10101100 | 10001101 | 1100011 | 0 | 10010 | 101010 | 100001 | 100011 | 11111 | 110101 |
Color Harmonies of #AC8D63
Complementary color
Monochromatic Colors of #AC8D63
Black with #AC8D63
Text Example
Text Example
White with #AC8D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D63; }
p { color: rgb(172,141,99); }
H1.HeaderClassName
{
color: #AC8D63;
}
.AnyTagClassName
{
color: #AC8D63;
}
</style>
background-color css
<style>
a { background-color: #AC8D63; }
a { background-color: rgb(172,141,99); }
div.DivClassName
{
background-color: #AC8D63;
}
.BgClassName
{
background-color: #AC8D63;
}
</style>
border-color css
<style>
span { border-color: #AC8D63; }
span { border-color: rgb(172,141,99); }
td.TdClassName
{
border-color: #AC8D63;
}
.TagClassName
{
border-color: #AC8D63;
}
</style>