Shades of Barley Corn #AC8F65
Tints of Barley Corn #AC8F65
RGB
CMYK
RGB Variations
Color information
#AC8F65 (or 0xAC8F65) is known color: Barley Corn. HEX triplet: AC, 8F and 65. RGB value is (172,143,101). Sum of RGB (Red+Green+Blue) = 172+143+101=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F65 is #53709A. Grayscale: #939393. Windows color (decimal): -5468315 or 6655916. OLE color: 6655916.
HSL color Cylindrical-coordinate representation of color #AC8F65: hue angle of 35.49º 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 #AC8F65 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 101 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.33 |
| HSL | 35.49º | 0.3% | 0.54% | - |
| HSV(B) | 35.49º | 0.41% | 0.67% | - |
| XYZ | 29.18 | 29.36 | 16.44 | - |
| YUV | 146.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 101 | 0 | 0.17 | 0.41 | 0.33 | 35.49 | 0.3 | 0.54 |
| Hex | AC | 8F | 65 | 0 | 11 | 29 | 21 | 23 | 1E | 36 |
| Octal | 254 | 217 | 145 | 0 | 21 | 51 | 41 | 43 | 36 | 66 |
| Binary | 10101100 | 10001111 | 1100101 | 0 | 10001 | 101001 | 100001 | 100011 | 11110 | 110110 |
Color Harmonies of #AC8F65
Complementary color
Monochromatic Colors of #AC8F65
Black with #AC8F65
Text Example
Text Example
White with #AC8F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F65; }
p { color: rgb(172,143,101); }
H1.HeaderClassName
{
color: #AC8F65;
}
.AnyTagClassName
{
color: #AC8F65;
}
</style>
background-color css
<style>
a { background-color: #AC8F65; }
a { background-color: rgb(172,143,101); }
div.DivClassName
{
background-color: #AC8F65;
}
.BgClassName
{
background-color: #AC8F65;
}
</style>
border-color css
<style>
span { border-color: #AC8F65; }
span { border-color: rgb(172,143,101); }
td.TdClassName
{
border-color: #AC8F65;
}
.TagClassName
{
border-color: #AC8F65;
}
</style>