Shades of Barley Corn #AF955E
Tints of Barley Corn #AF955E
RGB
CMYK
RGB Variations
Color information
#AF955E (or 0xAF955E) is known color: Barley Corn. HEX triplet: AF, 95 and 5E. RGB value is (175,149,94). Sum of RGB (Red+Green+Blue) = 175+149+94=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF955E is #506AA1. Grayscale: #969696. Windows color (decimal): -5270178 or 6198703. OLE color: 6198703.
HSL color Cylindrical-coordinate representation of color #AF955E: hue angle of 40.74º 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 #AF955E is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 94 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.31 |
| HSL | 40.74º | 0.34% | 0.53% | - |
| HSV(B) | 40.74º | 0.46% | 0.69% | - |
| XYZ | 30.45 | 31.42 | 15.05 | - |
| YUV | 150.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 94 | 0 | 0.15 | 0.46 | 0.31 | 40.74 | 0.34 | 0.53 |
| Hex | AF | 95 | 5E | 0 | F | 2E | 1F | 29 | 22 | 35 |
| Octal | 257 | 225 | 136 | 0 | 17 | 56 | 37 | 51 | 42 | 65 |
| Binary | 10101111 | 10010101 | 1011110 | 0 | 1111 | 101110 | 11111 | 101001 | 100010 | 110101 |
Color Harmonies of #AF955E
Complementary color
Monochromatic Colors of #AF955E
Black with #AF955E
Text Example
Text Example
White with #AF955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF955E; }
p { color: rgb(175,149,94); }
H1.HeaderClassName
{
color: #AF955E;
}
.AnyTagClassName
{
color: #AF955E;
}
</style>
background-color css
<style>
a { background-color: #AF955E; }
a { background-color: rgb(175,149,94); }
div.DivClassName
{
background-color: #AF955E;
}
.BgClassName
{
background-color: #AF955E;
}
</style>
border-color css
<style>
span { border-color: #AF955E; }
span { border-color: rgb(175,149,94); }
td.TdClassName
{
border-color: #AF955E;
}
.TagClassName
{
border-color: #AF955E;
}
</style>