Shades of Barley Corn #AC985C
Tints of Barley Corn #AC985C
RGB
CMYK
RGB Variations
Color information
#AC985C (or 0xAC985C) is known color: Barley Corn. HEX triplet: AC, 98 and 5C. RGB value is (172,152,92). Sum of RGB (Red+Green+Blue) = 172+152+92=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC985C is #5367A3. Grayscale: #979797. Windows color (decimal): -5466020 or 6068396. OLE color: 6068396.
HSL color Cylindrical-coordinate representation of color #AC985C: hue angle of 45º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC985C is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 92 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.33 |
| HSL | 45º | 0.33% | 0.52% | - |
| HSV(B) | 45º | 0.47% | 0.67% | - |
| XYZ | 30.17 | 32 | 14.71 | - |
| YUV | 151.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 92 | 0 | 0.12 | 0.47 | 0.33 | 45 | 0.33 | 0.52 |
| Hex | AC | 98 | 5C | 0 | C | 2F | 21 | 2D | 21 | 34 |
| Octal | 254 | 230 | 134 | 0 | 14 | 57 | 41 | 55 | 41 | 64 |
| Binary | 10101100 | 10011000 | 1011100 | 0 | 1100 | 101111 | 100001 | 101101 | 100001 | 110100 |
Color Harmonies of #AC985C
Complementary color
Monochromatic Colors of #AC985C
Black with #AC985C
Text Example
Text Example
White with #AC985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC985C; }
p { color: rgb(172,152,92); }
H1.HeaderClassName
{
color: #AC985C;
}
.AnyTagClassName
{
color: #AC985C;
}
</style>
background-color css
<style>
a { background-color: #AC985C; }
a { background-color: rgb(172,152,92); }
div.DivClassName
{
background-color: #AC985C;
}
.BgClassName
{
background-color: #AC985C;
}
</style>
border-color css
<style>
span { border-color: #AC985C; }
span { border-color: rgb(172,152,92); }
td.TdClassName
{
border-color: #AC985C;
}
.TagClassName
{
border-color: #AC985C;
}
</style>