Shades of Barley Corn #AC8F5D
Tints of Barley Corn #AC8F5D
RGB
CMYK
RGB Variations
Color information
#AC8F5D (or 0xAC8F5D) is known color: Barley Corn. HEX triplet: AC, 8F and 5D. RGB value is (172,143,93). Sum of RGB (Red+Green+Blue) = 172+143+93=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F5D is #5370A2. Grayscale: #929292. Windows color (decimal): -5468323 or 6131628. OLE color: 6131628.
HSL color Cylindrical-coordinate representation of color #AC8F5D: hue angle of 37.97º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC8F5D is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 93 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.33 |
| HSL | 37.97º | 0.32% | 0.52% | - |
| HSV(B) | 37.97º | 0.46% | 0.67% | - |
| XYZ | 28.81 | 29.21 | 14.47 | - |
| YUV | 145.97 | 98.11 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 93 | 0 | 0.17 | 0.46 | 0.33 | 37.97 | 0.32 | 0.52 |
| Hex | AC | 8F | 5D | 0 | 11 | 2E | 21 | 26 | 20 | 34 |
| Octal | 254 | 217 | 135 | 0 | 21 | 56 | 41 | 46 | 40 | 64 |
| Binary | 10101100 | 10001111 | 1011101 | 0 | 10001 | 101110 | 100001 | 100110 | 100000 | 110100 |
Color Harmonies of #AC8F5D
Complementary color
Monochromatic Colors of #AC8F5D
Black with #AC8F5D
Text Example
Text Example
White with #AC8F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F5D; }
p { color: rgb(172,143,93); }
H1.HeaderClassName
{
color: #AC8F5D;
}
.AnyTagClassName
{
color: #AC8F5D;
}
</style>
background-color css
<style>
a { background-color: #AC8F5D; }
a { background-color: rgb(172,143,93); }
div.DivClassName
{
background-color: #AC8F5D;
}
.BgClassName
{
background-color: #AC8F5D;
}
</style>
border-color css
<style>
span { border-color: #AC8F5D; }
span { border-color: rgb(172,143,93); }
td.TdClassName
{
border-color: #AC8F5D;
}
.TagClassName
{
border-color: #AC8F5D;
}
</style>