Shades of Barley Corn #AF8B5D
Tints of Barley Corn #AF8B5D
RGB
CMYK
RGB Variations
Color information
#AF8B5D (or 0xAF8B5D) is known color: Barley Corn. HEX triplet: AF, 8B and 5D. RGB value is (175,139,93). Sum of RGB (Red+Green+Blue) = 175+139+93=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B5D is #5074A2. Grayscale: #909090. Windows color (decimal): -5272739 or 6130607. OLE color: 6130607.
HSL color Cylindrical-coordinate representation of color #AF8B5D: hue angle of 33.66º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF8B5D is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 93 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.31 |
| HSL | 33.66º | 0.34% | 0.53% | - |
| HSV(B) | 33.66º | 0.47% | 0.69% | - |
| XYZ | 28.89 | 28.37 | 14.31 | - |
| YUV | 144.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 93 | 0 | 0.21 | 0.47 | 0.31 | 33.66 | 0.34 | 0.53 |
| Hex | AF | 8B | 5D | 0 | 15 | 2F | 1F | 22 | 22 | 35 |
| Octal | 257 | 213 | 135 | 0 | 25 | 57 | 37 | 42 | 42 | 65 |
| Binary | 10101111 | 10001011 | 1011101 | 0 | 10101 | 101111 | 11111 | 100010 | 100010 | 110101 |
Color Harmonies of #AF8B5D
Complementary color
Monochromatic Colors of #AF8B5D
Black with #AF8B5D
Text Example
Text Example
White with #AF8B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B5D; }
p { color: rgb(175,139,93); }
H1.HeaderClassName
{
color: #AF8B5D;
}
.AnyTagClassName
{
color: #AF8B5D;
}
</style>
background-color css
<style>
a { background-color: #AF8B5D; }
a { background-color: rgb(175,139,93); }
div.DivClassName
{
background-color: #AF8B5D;
}
.BgClassName
{
background-color: #AF8B5D;
}
</style>
border-color css
<style>
span { border-color: #AF8B5D; }
span { border-color: rgb(175,139,93); }
td.TdClassName
{
border-color: #AF8B5D;
}
.TagClassName
{
border-color: #AF8B5D;
}
</style>