Shades of Barley Corn #AC945D
Tints of Barley Corn #AC945D
RGB
CMYK
RGB Variations
Color information
#AC945D (or 0xAC945D) is known color: Barley Corn. HEX triplet: AC, 94 and 5D. RGB value is (172,148,93). Sum of RGB (Red+Green+Blue) = 172+148+93=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC945D is #536BA2. Grayscale: #959595. Windows color (decimal): -5467043 or 6132908. OLE color: 6132908.
HSL color Cylindrical-coordinate representation of color #AC945D: hue angle of 41.77º 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 #AC945D is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 93 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.33 |
| HSL | 41.77º | 0.32% | 0.52% | - |
| HSV(B) | 41.77º | 0.46% | 0.67% | - |
| XYZ | 29.58 | 30.74 | 14.73 | - |
| YUV | 148.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 93 | 0 | 0.14 | 0.46 | 0.33 | 41.77 | 0.32 | 0.52 |
| Hex | AC | 94 | 5D | 0 | E | 2E | 21 | 2A | 20 | 34 |
| Octal | 254 | 224 | 135 | 0 | 16 | 56 | 41 | 52 | 40 | 64 |
| Binary | 10101100 | 10010100 | 1011101 | 0 | 1110 | 101110 | 100001 | 101010 | 100000 | 110100 |
Color Harmonies of #AC945D
Complementary color
Monochromatic Colors of #AC945D
Black with #AC945D
Text Example
Text Example
White with #AC945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC945D; }
p { color: rgb(172,148,93); }
H1.HeaderClassName
{
color: #AC945D;
}
.AnyTagClassName
{
color: #AC945D;
}
</style>
background-color css
<style>
a { background-color: #AC945D; }
a { background-color: rgb(172,148,93); }
div.DivClassName
{
background-color: #AC945D;
}
.BgClassName
{
background-color: #AC945D;
}
</style>
border-color css
<style>
span { border-color: #AC945D; }
span { border-color: rgb(172,148,93); }
td.TdClassName
{
border-color: #AC945D;
}
.TagClassName
{
border-color: #AC945D;
}
</style>