Shades of Barley Corn #AF8A5E
Tints of Barley Corn #AF8A5E
RGB
CMYK
RGB Variations
Color information
#AF8A5E (or 0xAF8A5E) is known color: Barley Corn. HEX triplet: AF, 8A and 5E. RGB value is (175,138,94). Sum of RGB (Red+Green+Blue) = 175+138+94=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A5E is #5075A1. Grayscale: #909090. Windows color (decimal): -5272994 or 6195887. OLE color: 6195887.
HSL color Cylindrical-coordinate representation of color #AF8A5E: hue angle of 32.59º 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 #AF8A5E is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 94 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.31 |
| HSL | 32.59º | 0.34% | 0.53% | - |
| HSV(B) | 32.59º | 0.46% | 0.69% | - |
| XYZ | 28.79 | 28.1 | 14.5 | - |
| YUV | 144.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 94 | 0 | 0.21 | 0.46 | 0.31 | 32.59 | 0.34 | 0.53 |
| Hex | AF | 8A | 5E | 0 | 15 | 2E | 1F | 21 | 22 | 35 |
| Octal | 257 | 212 | 136 | 0 | 25 | 56 | 37 | 41 | 42 | 65 |
| Binary | 10101111 | 10001010 | 1011110 | 0 | 10101 | 101110 | 11111 | 100001 | 100010 | 110101 |
Color Harmonies of #AF8A5E
Complementary color
Monochromatic Colors of #AF8A5E
Black with #AF8A5E
Text Example
Text Example
White with #AF8A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A5E; }
p { color: rgb(175,138,94); }
H1.HeaderClassName
{
color: #AF8A5E;
}
.AnyTagClassName
{
color: #AF8A5E;
}
</style>
background-color css
<style>
a { background-color: #AF8A5E; }
a { background-color: rgb(175,138,94); }
div.DivClassName
{
background-color: #AF8A5E;
}
.BgClassName
{
background-color: #AF8A5E;
}
</style>
border-color css
<style>
span { border-color: #AF8A5E; }
span { border-color: rgb(175,138,94); }
td.TdClassName
{
border-color: #AF8A5E;
}
.TagClassName
{
border-color: #AF8A5E;
}
</style>