Shades of Barley Corn #AC935D
Tints of Barley Corn #AC935D
RGB
CMYK
RGB Variations
Color information
#AC935D (or 0xAC935D) is known color: Barley Corn. HEX triplet: AC, 93 and 5D. RGB value is (172,147,93). Sum of RGB (Red+Green+Blue) = 172+147+93=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC935D is #536CA2. Grayscale: #949494. Windows color (decimal): -5467299 or 6132652. OLE color: 6132652.
HSL color Cylindrical-coordinate representation of color #AC935D: hue angle of 41.01º 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 #AC935D is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 93 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.33 |
| HSL | 41.01º | 0.32% | 0.52% | - |
| HSV(B) | 41.01º | 0.46% | 0.67% | - |
| XYZ | 29.42 | 30.43 | 14.68 | - |
| YUV | 148.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 93 | 0 | 0.15 | 0.46 | 0.33 | 41.01 | 0.32 | 0.52 |
| Hex | AC | 93 | 5D | 0 | F | 2E | 21 | 29 | 20 | 34 |
| Octal | 254 | 223 | 135 | 0 | 17 | 56 | 41 | 51 | 40 | 64 |
| Binary | 10101100 | 10010011 | 1011101 | 0 | 1111 | 101110 | 100001 | 101001 | 100000 | 110100 |
Color Harmonies of #AC935D
Complementary color
Monochromatic Colors of #AC935D
Black with #AC935D
Text Example
Text Example
White with #AC935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC935D; }
p { color: rgb(172,147,93); }
H1.HeaderClassName
{
color: #AC935D;
}
.AnyTagClassName
{
color: #AC935D;
}
</style>
background-color css
<style>
a { background-color: #AC935D; }
a { background-color: rgb(172,147,93); }
div.DivClassName
{
background-color: #AC935D;
}
.BgClassName
{
background-color: #AC935D;
}
</style>
border-color css
<style>
span { border-color: #AC935D; }
span { border-color: rgb(172,147,93); }
td.TdClassName
{
border-color: #AC935D;
}
.TagClassName
{
border-color: #AC935D;
}
</style>