Shades of Barley Corn #AF9C5D
Tints of Barley Corn #AF9C5D
RGB
CMYK
RGB Variations
Color information
#AF9C5D (or 0xAF9C5D) is known color: Barley Corn. HEX triplet: AF, 9C and 5D. RGB value is (175,156,93). Sum of RGB (Red+Green+Blue) = 175+156+93=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C5D is #5063A2. Grayscale: #9A9A9A. Windows color (decimal): -5268387 or 6134959. OLE color: 6134959.
HSL color Cylindrical-coordinate representation of color #AF9C5D: hue angle of 46.1º 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 #AF9C5D is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 93 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.31 |
| HSL | 46.1º | 0.34% | 0.53% | - |
| HSV(B) | 46.1º | 0.47% | 0.69% | - |
| XYZ | 31.54 | 33.68 | 15.19 | - |
| YUV | 154.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 93 | 0 | 0.11 | 0.47 | 0.31 | 46.1 | 0.34 | 0.53 |
| Hex | AF | 9C | 5D | 0 | B | 2F | 1F | 2E | 22 | 35 |
| Octal | 257 | 234 | 135 | 0 | 13 | 57 | 37 | 56 | 42 | 65 |
| Binary | 10101111 | 10011100 | 1011101 | 0 | 1011 | 101111 | 11111 | 101110 | 100010 | 110101 |
Color Harmonies of #AF9C5D
Complementary color
Monochromatic Colors of #AF9C5D
Black with #AF9C5D
Text Example
Text Example
White with #AF9C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C5D; }
p { color: rgb(175,156,93); }
H1.HeaderClassName
{
color: #AF9C5D;
}
.AnyTagClassName
{
color: #AF9C5D;
}
</style>
background-color css
<style>
a { background-color: #AF9C5D; }
a { background-color: rgb(175,156,93); }
div.DivClassName
{
background-color: #AF9C5D;
}
.BgClassName
{
background-color: #AF9C5D;
}
</style>
border-color css
<style>
span { border-color: #AF9C5D; }
span { border-color: rgb(175,156,93); }
td.TdClassName
{
border-color: #AF9C5D;
}
.TagClassName
{
border-color: #AF9C5D;
}
</style>