Shades of Barley Corn #AC9C64
Tints of Barley Corn #AC9C64
RGB
CMYK
RGB Variations
Color information
#AC9C64 (or 0xAC9C64) is known color: Barley Corn. HEX triplet: AC, 9C and 64. RGB value is (172,156,100). Sum of RGB (Red+Green+Blue) = 172+156+100=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C64 is #53639B. Grayscale: #9A9A9A. Windows color (decimal): -5464988 or 6593708. OLE color: 6593708.
HSL color Cylindrical-coordinate representation of color #AC9C64: hue angle of 46.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC9C64 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 100 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.33 |
| HSL | 46.67º | 0.3% | 0.53% | - |
| HSV(B) | 46.67º | 0.42% | 0.67% | - |
| XYZ | 31.2 | 33.47 | 16.87 | - |
| YUV | 154.4 | 97.3 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 100 | 0 | 0.09 | 0.42 | 0.33 | 46.67 | 0.3 | 0.53 |
| Hex | AC | 9C | 64 | 0 | 9 | 2A | 21 | 2F | 1E | 35 |
| Octal | 254 | 234 | 144 | 0 | 11 | 52 | 41 | 57 | 36 | 65 |
| Binary | 10101100 | 10011100 | 1100100 | 0 | 1001 | 101010 | 100001 | 101111 | 11110 | 110101 |
Color Harmonies of #AC9C64
Complementary color
Monochromatic Colors of #AC9C64
Black with #AC9C64
Text Example
Text Example
White with #AC9C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C64; }
p { color: rgb(172,156,100); }
H1.HeaderClassName
{
color: #AC9C64;
}
.AnyTagClassName
{
color: #AC9C64;
}
</style>
background-color css
<style>
a { background-color: #AC9C64; }
a { background-color: rgb(172,156,100); }
div.DivClassName
{
background-color: #AC9C64;
}
.BgClassName
{
background-color: #AC9C64;
}
</style>
border-color css
<style>
span { border-color: #AC9C64; }
span { border-color: rgb(172,156,100); }
td.TdClassName
{
border-color: #AC9C64;
}
.TagClassName
{
border-color: #AC9C64;
}
</style>