Shades of Barley Corn #AC965D
Tints of Barley Corn #AC965D
RGB
CMYK
RGB Variations
Color information
#AC965D (or 0xAC965D) is known color: Barley Corn. HEX triplet: AC, 96 and 5D. RGB value is (172,150,93). Sum of RGB (Red+Green+Blue) = 172+150+93=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC965D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC965D is #5369A2. Grayscale: #969696. Windows color (decimal): -5466531 or 6133420. OLE color: 6133420.
HSL color Cylindrical-coordinate representation of color #AC965D: hue angle of 43.29º 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 #AC965D is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 93 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.33 |
| HSL | 43.29º | 0.32% | 0.52% | - |
| HSV(B) | 43.29º | 0.46% | 0.67% | - |
| XYZ | 29.9 | 31.37 | 14.84 | - |
| YUV | 150.08 | 95.79 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 93 | 0 | 0.13 | 0.46 | 0.33 | 43.29 | 0.32 | 0.52 |
| Hex | AC | 96 | 5D | 0 | D | 2E | 21 | 2B | 20 | 34 |
| Octal | 254 | 226 | 135 | 0 | 15 | 56 | 41 | 53 | 40 | 64 |
| Binary | 10101100 | 10010110 | 1011101 | 0 | 1101 | 101110 | 100001 | 101011 | 100000 | 110100 |
Color Harmonies of #AC965D
Complementary color
Monochromatic Colors of #AC965D
Black with #AC965D
Text Example
Text Example
White with #AC965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC965D; }
p { color: rgb(172,150,93); }
H1.HeaderClassName
{
color: #AC965D;
}
.AnyTagClassName
{
color: #AC965D;
}
</style>
background-color css
<style>
a { background-color: #AC965D; }
a { background-color: rgb(172,150,93); }
div.DivClassName
{
background-color: #AC965D;
}
.BgClassName
{
background-color: #AC965D;
}
</style>
border-color css
<style>
span { border-color: #AC965D; }
span { border-color: rgb(172,150,93); }
td.TdClassName
{
border-color: #AC965D;
}
.TagClassName
{
border-color: #AC965D;
}
</style>