Shades of Barley Corn #AB8D60
Tints of Barley Corn #AB8D60
RGB
CMYK
RGB Variations
Color information
#AB8D60 (or 0xAB8D60) is known color: Barley Corn. HEX triplet: AB, 8D and 60. RGB value is (171,141,96). Sum of RGB (Red+Green+Blue) = 171+141+96=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D60 is #54729F. Grayscale: #919191. Windows color (decimal): -5534368 or 6327723. OLE color: 6327723.
HSL color Cylindrical-coordinate representation of color #AB8D60: hue angle of 36º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB8D60 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 96 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.33 |
| HSL | 36º | 0.31% | 0.52% | - |
| HSV(B) | 36º | 0.44% | 0.67% | - |
| XYZ | 28.43 | 28.55 | 15.08 | - |
| YUV | 144.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 96 | 0 | 0.18 | 0.44 | 0.33 | 36 | 0.31 | 0.52 |
| Hex | AB | 8D | 60 | 0 | 12 | 2C | 21 | 24 | 1F | 34 |
| Octal | 253 | 215 | 140 | 0 | 22 | 54 | 41 | 44 | 37 | 64 |
| Binary | 10101011 | 10001101 | 1100000 | 0 | 10010 | 101100 | 100001 | 100100 | 11111 | 110100 |
Color Harmonies of #AB8D60
Complementary color
Monochromatic Colors of #AB8D60
Black with #AB8D60
Text Example
Text Example
White with #AB8D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D60; }
p { color: rgb(171,141,96); }
H1.HeaderClassName
{
color: #AB8D60;
}
.AnyTagClassName
{
color: #AB8D60;
}
</style>
background-color css
<style>
a { background-color: #AB8D60; }
a { background-color: rgb(171,141,96); }
div.DivClassName
{
background-color: #AB8D60;
}
.BgClassName
{
background-color: #AB8D60;
}
</style>
border-color css
<style>
span { border-color: #AB8D60; }
span { border-color: rgb(171,141,96); }
td.TdClassName
{
border-color: #AB8D60;
}
.TagClassName
{
border-color: #AB8D60;
}
</style>