Shades of Barley Corn #AC965F
Tints of Barley Corn #AC965F
RGB
CMYK
RGB Variations
Color information
#AC965F (or 0xAC965F) is known color: Barley Corn. HEX triplet: AC, 96 and 5F. RGB value is (172,150,95). Sum of RGB (Red+Green+Blue) = 172+150+95=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC965F is #5369A0. Grayscale: #969696. Windows color (decimal): -5466529 or 6264492. OLE color: 6264492.
HSL color Cylindrical-coordinate representation of color #AC965F: hue angle of 42.86º 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 #AC965F is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 95 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.33 |
| HSL | 42.86º | 0.32% | 0.52% | - |
| HSV(B) | 42.86º | 0.45% | 0.67% | - |
| XYZ | 29.99 | 31.41 | 15.31 | - |
| YUV | 150.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 95 | 0 | 0.13 | 0.45 | 0.33 | 42.86 | 0.32 | 0.52 |
| Hex | AC | 96 | 5F | 0 | D | 2D | 21 | 2B | 20 | 34 |
| Octal | 254 | 226 | 137 | 0 | 15 | 55 | 41 | 53 | 40 | 64 |
| Binary | 10101100 | 10010110 | 1011111 | 0 | 1101 | 101101 | 100001 | 101011 | 100000 | 110100 |
Color Harmonies of #AC965F
Complementary color
Monochromatic Colors of #AC965F
Black with #AC965F
Text Example
Text Example
White with #AC965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC965F; }
p { color: rgb(172,150,95); }
H1.HeaderClassName
{
color: #AC965F;
}
.AnyTagClassName
{
color: #AC965F;
}
</style>
background-color css
<style>
a { background-color: #AC965F; }
a { background-color: rgb(172,150,95); }
div.DivClassName
{
background-color: #AC965F;
}
.BgClassName
{
background-color: #AC965F;
}
</style>
border-color css
<style>
span { border-color: #AC965F; }
span { border-color: rgb(172,150,95); }
td.TdClassName
{
border-color: #AC965F;
}
.TagClassName
{
border-color: #AC965F;
}
</style>