Shades of Barley Corn #AF9256
Tints of Barley Corn #AF9256
RGB
CMYK
RGB Variations
Color information
#AF9256 (or 0xAF9256) is known color: Barley Corn. HEX triplet: AF, 92 and 56. RGB value is (175,146,86). Sum of RGB (Red+Green+Blue) = 175+146+86=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9256 is #506DA9. Grayscale: #949494. Windows color (decimal): -5270954 or 5673647. OLE color: 5673647.
HSL color Cylindrical-coordinate representation of color #AF9256: hue angle of 40.45º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF9256 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 86 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.31 |
| HSL | 40.45º | 0.36% | 0.51% | - |
| HSV(B) | 40.45º | 0.51% | 0.69% | - |
| XYZ | 29.64 | 30.34 | 13.1 | - |
| YUV | 147.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 86 | 0 | 0.17 | 0.51 | 0.31 | 40.45 | 0.36 | 0.51 |
| Hex | AF | 92 | 56 | 0 | 11 | 33 | 1F | 28 | 24 | 33 |
| Octal | 257 | 222 | 126 | 0 | 21 | 63 | 37 | 50 | 44 | 63 |
| Binary | 10101111 | 10010010 | 1010110 | 0 | 10001 | 110011 | 11111 | 101000 | 100100 | 110011 |
Color Harmonies of #AF9256
Complementary color
Monochromatic Colors of #AF9256
Black with #AF9256
Text Example
Text Example
White with #AF9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9256; }
p { color: rgb(175,146,86); }
H1.HeaderClassName
{
color: #AF9256;
}
.AnyTagClassName
{
color: #AF9256;
}
</style>
background-color css
<style>
a { background-color: #AF9256; }
a { background-color: rgb(175,146,86); }
div.DivClassName
{
background-color: #AF9256;
}
.BgClassName
{
background-color: #AF9256;
}
</style>
border-color css
<style>
span { border-color: #AF9256; }
span { border-color: rgb(175,146,86); }
td.TdClassName
{
border-color: #AF9256;
}
.TagClassName
{
border-color: #AF9256;
}
</style>