Shades of Barley Corn #AC9A65
Tints of Barley Corn #AC9A65
RGB
CMYK
RGB Variations
Color information
#AC9A65 (or 0xAC9A65) is known color: Barley Corn. HEX triplet: AC, 9A and 65. RGB value is (172,154,101). Sum of RGB (Red+Green+Blue) = 172+154+101=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A65 is #53659A. Grayscale: #999999. Windows color (decimal): -5465499 or 6658732. OLE color: 6658732.
HSL color Cylindrical-coordinate representation of color #AC9A65: hue angle of 44.79º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC9A65 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 101 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.33 |
| HSL | 44.79º | 0.3% | 0.54% | - |
| HSV(B) | 44.79º | 0.41% | 0.67% | - |
| XYZ | 30.92 | 32.82 | 17.02 | - |
| YUV | 153.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 101 | 0 | 0.10 | 0.41 | 0.33 | 44.79 | 0.3 | 0.54 |
| Hex | AC | 9A | 65 | 0 | A | 29 | 21 | 2D | 1E | 36 |
| Octal | 254 | 232 | 145 | 0 | 12 | 51 | 41 | 55 | 36 | 66 |
| Binary | 10101100 | 10011010 | 1100101 | 0 | 1010 | 101001 | 100001 | 101101 | 11110 | 110110 |
Color Harmonies of #AC9A65
Complementary color
Monochromatic Colors of #AC9A65
Black with #AC9A65
Text Example
Text Example
White with #AC9A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A65; }
p { color: rgb(172,154,101); }
H1.HeaderClassName
{
color: #AC9A65;
}
.AnyTagClassName
{
color: #AC9A65;
}
</style>
background-color css
<style>
a { background-color: #AC9A65; }
a { background-color: rgb(172,154,101); }
div.DivClassName
{
background-color: #AC9A65;
}
.BgClassName
{
background-color: #AC9A65;
}
</style>
border-color css
<style>
span { border-color: #AC9A65; }
span { border-color: rgb(172,154,101); }
td.TdClassName
{
border-color: #AC9A65;
}
.TagClassName
{
border-color: #AC9A65;
}
</style>