Shades of Barley Corn #AB8E62
Tints of Barley Corn #AB8E62
RGB
CMYK
RGB Variations
Color information
#AB8E62 (or 0xAB8E62) is known color: Barley Corn. HEX triplet: AB, 8E and 62. RGB value is (171,142,98). Sum of RGB (Red+Green+Blue) = 171+142+98=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8E62 is #54719D. Grayscale: #919191. Windows color (decimal): -5534110 or 6459051. OLE color: 6459051.
HSL color Cylindrical-coordinate representation of color #AB8E62: hue angle of 36.16º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB8E62 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 142 | 98 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.33 |
| HSL | 36.16º | 0.3% | 0.53% | - |
| HSV(B) | 36.16º | 0.43% | 0.67% | - |
| XYZ | 28.67 | 28.89 | 15.62 | - |
| YUV | 145.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 98 | 0 | 0.17 | 0.43 | 0.33 | 36.16 | 0.3 | 0.53 |
| Hex | AB | 8E | 62 | 0 | 11 | 2B | 21 | 24 | 1E | 35 |
| Octal | 253 | 216 | 142 | 0 | 21 | 53 | 41 | 44 | 36 | 65 |
| Binary | 10101011 | 10001110 | 1100010 | 0 | 10001 | 101011 | 100001 | 100100 | 11110 | 110101 |
Color Harmonies of #AB8E62
Complementary color
Monochromatic Colors of #AB8E62
Black with #AB8E62
Text Example
Text Example
White with #AB8E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8E62; }
p { color: rgb(171,142,98); }
H1.HeaderClassName
{
color: #AB8E62;
}
.AnyTagClassName
{
color: #AB8E62;
}
</style>
background-color css
<style>
a { background-color: #AB8E62; }
a { background-color: rgb(171,142,98); }
div.DivClassName
{
background-color: #AB8E62;
}
.BgClassName
{
background-color: #AB8E62;
}
</style>
border-color css
<style>
span { border-color: #AB8E62; }
span { border-color: rgb(171,142,98); }
td.TdClassName
{
border-color: #AB8E62;
}
.TagClassName
{
border-color: #AB8E62;
}
</style>