Shades of Barley Corn #AF915E
Tints of Barley Corn #AF915E
RGB
CMYK
RGB Variations
Color information
#AF915E (or 0xAF915E) is known color: Barley Corn. HEX triplet: AF, 91 and 5E. RGB value is (175,145,94). Sum of RGB (Red+Green+Blue) = 175+145+94=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF915E is #506EA1. Grayscale: #949494. Windows color (decimal): -5271202 or 6197679. OLE color: 6197679.
HSL color Cylindrical-coordinate representation of color #AF915E: hue angle of 37.78º 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 #AF915E is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 94 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.31 |
| HSL | 37.78º | 0.34% | 0.53% | - |
| HSV(B) | 37.78º | 0.46% | 0.69% | - |
| XYZ | 29.82 | 30.17 | 14.84 | - |
| YUV | 148.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 94 | 0 | 0.17 | 0.46 | 0.31 | 37.78 | 0.34 | 0.53 |
| Hex | AF | 91 | 5E | 0 | 11 | 2E | 1F | 26 | 22 | 35 |
| Octal | 257 | 221 | 136 | 0 | 21 | 56 | 37 | 46 | 42 | 65 |
| Binary | 10101111 | 10010001 | 1011110 | 0 | 10001 | 101110 | 11111 | 100110 | 100010 | 110101 |
Color Harmonies of #AF915E
Complementary color
Monochromatic Colors of #AF915E
Black with #AF915E
Text Example
Text Example
White with #AF915E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF915E; }
p { color: rgb(175,145,94); }
H1.HeaderClassName
{
color: #AF915E;
}
.AnyTagClassName
{
color: #AF915E;
}
</style>
background-color css
<style>
a { background-color: #AF915E; }
a { background-color: rgb(175,145,94); }
div.DivClassName
{
background-color: #AF915E;
}
.BgClassName
{
background-color: #AF915E;
}
</style>
border-color css
<style>
span { border-color: #AF915E; }
span { border-color: rgb(175,145,94); }
td.TdClassName
{
border-color: #AF915E;
}
.TagClassName
{
border-color: #AF915E;
}
</style>