Shades of Barley Corn #AC965E
Tints of Barley Corn #AC965E
RGB
CMYK
RGB Variations
Color information
#AC965E (or 0xAC965E) is known color: Barley Corn. HEX triplet: AC, 96 and 5E. RGB value is (172,150,94). Sum of RGB (Red+Green+Blue) = 172+150+94=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC965E is #5369A1. Grayscale: #969696. Windows color (decimal): -5466530 or 6198956. OLE color: 6198956.
HSL color Cylindrical-coordinate representation of color #AC965E: hue angle of 43.08º 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 #AC965E is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 94 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.33 |
| HSL | 43.08º | 0.32% | 0.52% | - |
| HSV(B) | 43.08º | 0.45% | 0.67% | - |
| XYZ | 29.94 | 31.39 | 15.07 | - |
| YUV | 150.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 94 | 0 | 0.13 | 0.45 | 0.33 | 43.08 | 0.32 | 0.52 |
| Hex | AC | 96 | 5E | 0 | D | 2D | 21 | 2B | 20 | 34 |
| Octal | 254 | 226 | 136 | 0 | 15 | 55 | 41 | 53 | 40 | 64 |
| Binary | 10101100 | 10010110 | 1011110 | 0 | 1101 | 101101 | 100001 | 101011 | 100000 | 110100 |
Color Harmonies of #AC965E
Complementary color
Monochromatic Colors of #AC965E
Black with #AC965E
Text Example
Text Example
White with #AC965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC965E; }
p { color: rgb(172,150,94); }
H1.HeaderClassName
{
color: #AC965E;
}
.AnyTagClassName
{
color: #AC965E;
}
</style>
background-color css
<style>
a { background-color: #AC965E; }
a { background-color: rgb(172,150,94); }
div.DivClassName
{
background-color: #AC965E;
}
.BgClassName
{
background-color: #AC965E;
}
</style>
border-color css
<style>
span { border-color: #AC965E; }
span { border-color: rgb(172,150,94); }
td.TdClassName
{
border-color: #AC965E;
}
.TagClassName
{
border-color: #AC965E;
}
</style>