Shades of Barley Corn #AF8E5E
Tints of Barley Corn #AF8E5E
RGB
CMYK
RGB Variations
Color information
#AF8E5E (or 0xAF8E5E) is known color: Barley Corn. HEX triplet: AF, 8E and 5E. RGB value is (175,142,94). Sum of RGB (Red+Green+Blue) = 175+142+94=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E5E is #5071A1. Grayscale: #929292. Windows color (decimal): -5271970 or 6196911. OLE color: 6196911.
HSL color Cylindrical-coordinate representation of color #AF8E5E: hue angle of 35.56º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF8E5E is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 142 | 94 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.31 |
| HSL | 35.56º | 0.34% | 0.53% | - |
| HSV(B) | 35.56º | 0.46% | 0.69% | - |
| XYZ | 29.37 | 29.27 | 14.69 | - |
| YUV | 146.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 94 | 0 | 0.19 | 0.46 | 0.31 | 35.56 | 0.34 | 0.53 |
| Hex | AF | 8E | 5E | 0 | 13 | 2E | 1F | 24 | 22 | 35 |
| Octal | 257 | 216 | 136 | 0 | 23 | 56 | 37 | 44 | 42 | 65 |
| Binary | 10101111 | 10001110 | 1011110 | 0 | 10011 | 101110 | 11111 | 100100 | 100010 | 110101 |
Color Harmonies of #AF8E5E
Complementary color
Monochromatic Colors of #AF8E5E
Black with #AF8E5E
Text Example
Text Example
White with #AF8E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8E5E; }
p { color: rgb(175,142,94); }
H1.HeaderClassName
{
color: #AF8E5E;
}
.AnyTagClassName
{
color: #AF8E5E;
}
</style>
background-color css
<style>
a { background-color: #AF8E5E; }
a { background-color: rgb(175,142,94); }
div.DivClassName
{
background-color: #AF8E5E;
}
.BgClassName
{
background-color: #AF8E5E;
}
</style>
border-color css
<style>
span { border-color: #AF8E5E; }
span { border-color: rgb(175,142,94); }
td.TdClassName
{
border-color: #AF8E5E;
}
.TagClassName
{
border-color: #AF8E5E;
}
</style>