Shades of Barley Corn #AC935F
Tints of Barley Corn #AC935F
RGB
CMYK
RGB Variations
Color information
#AC935F (or 0xAC935F) is known color: Barley Corn. HEX triplet: AC, 93 and 5F. RGB value is (172,147,95). Sum of RGB (Red+Green+Blue) = 172+147+95=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC935F is #536CA0. Grayscale: #949494. Windows color (decimal): -5467297 or 6263724. OLE color: 6263724.
HSL color Cylindrical-coordinate representation of color #AC935F: hue angle of 40.52º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC935F is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 95 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.33 |
| HSL | 40.52º | 0.32% | 0.52% | - |
| HSV(B) | 40.52º | 0.45% | 0.67% | - |
| XYZ | 29.51 | 30.46 | 15.15 | - |
| YUV | 148.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 95 | 0 | 0.15 | 0.45 | 0.33 | 40.52 | 0.32 | 0.52 |
| Hex | AC | 93 | 5F | 0 | F | 2D | 21 | 29 | 20 | 34 |
| Octal | 254 | 223 | 137 | 0 | 17 | 55 | 41 | 51 | 40 | 64 |
| Binary | 10101100 | 10010011 | 1011111 | 0 | 1111 | 101101 | 100001 | 101001 | 100000 | 110100 |
Color Harmonies of #AC935F
Complementary color
Monochromatic Colors of #AC935F
Black with #AC935F
Text Example
Text Example
White with #AC935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC935F; }
p { color: rgb(172,147,95); }
H1.HeaderClassName
{
color: #AC935F;
}
.AnyTagClassName
{
color: #AC935F;
}
</style>
background-color css
<style>
a { background-color: #AC935F; }
a { background-color: rgb(172,147,95); }
div.DivClassName
{
background-color: #AC935F;
}
.BgClassName
{
background-color: #AC935F;
}
</style>
border-color css
<style>
span { border-color: #AC935F; }
span { border-color: rgb(172,147,95); }
td.TdClassName
{
border-color: #AC935F;
}
.TagClassName
{
border-color: #AC935F;
}
</style>