Shades of Barley Corn #AB8F61
Tints of Barley Corn #AB8F61
RGB
CMYK
RGB Variations
Color information
#AB8F61 (or 0xAB8F61) is known color: Barley Corn. HEX triplet: AB, 8F and 61. RGB value is (171,143,97). Sum of RGB (Red+Green+Blue) = 171+143+97=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F61 is #54709E. Grayscale: #929292. Windows color (decimal): -5533855 or 6393771. OLE color: 6393771.
HSL color Cylindrical-coordinate representation of color #AB8F61: hue angle of 37.3º degrees, saturation: 0.31, 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 #AB8F61 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 97 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.33 |
| HSL | 37.3º | 0.31% | 0.53% | - |
| HSV(B) | 37.3º | 0.43% | 0.67% | - |
| XYZ | 28.77 | 29.17 | 15.42 | - |
| YUV | 146.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 97 | 0 | 0.16 | 0.43 | 0.33 | 37.3 | 0.31 | 0.53 |
| Hex | AB | 8F | 61 | 0 | 10 | 2B | 21 | 25 | 1F | 35 |
| Octal | 253 | 217 | 141 | 0 | 20 | 53 | 41 | 45 | 37 | 65 |
| Binary | 10101011 | 10001111 | 1100001 | 0 | 10000 | 101011 | 100001 | 100101 | 11111 | 110101 |
Color Harmonies of #AB8F61
Complementary color
Monochromatic Colors of #AB8F61
Black with #AB8F61
Text Example
Text Example
White with #AB8F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F61; }
p { color: rgb(171,143,97); }
H1.HeaderClassName
{
color: #AB8F61;
}
.AnyTagClassName
{
color: #AB8F61;
}
</style>
background-color css
<style>
a { background-color: #AB8F61; }
a { background-color: rgb(171,143,97); }
div.DivClassName
{
background-color: #AB8F61;
}
.BgClassName
{
background-color: #AB8F61;
}
</style>
border-color css
<style>
span { border-color: #AB8F61; }
span { border-color: rgb(171,143,97); }
td.TdClassName
{
border-color: #AB8F61;
}
.TagClassName
{
border-color: #AB8F61;
}
</style>