Shades of Barley Corn #AF9B5D
Tints of Barley Corn #AF9B5D
RGB
CMYK
RGB Variations
Color information
#AF9B5D (or 0xAF9B5D) is known color: Barley Corn. HEX triplet: AF, 9B and 5D. RGB value is (175,155,93). Sum of RGB (Red+Green+Blue) = 175+155+93=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9B5D is #5064A2. Grayscale: #9A9A9A. Windows color (decimal): -5268643 or 6134703. OLE color: 6134703.
HSL color Cylindrical-coordinate representation of color #AF9B5D: hue angle of 45.37º 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 #AF9B5D is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 155 | 93 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.31 |
| HSL | 45.37º | 0.34% | 0.53% | - |
| HSV(B) | 45.37º | 0.47% | 0.69% | - |
| XYZ | 31.38 | 33.35 | 15.14 | - |
| YUV | 153.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 93 | 0 | 0.11 | 0.47 | 0.31 | 45.37 | 0.34 | 0.53 |
| Hex | AF | 9B | 5D | 0 | B | 2F | 1F | 2D | 22 | 35 |
| Octal | 257 | 233 | 135 | 0 | 13 | 57 | 37 | 55 | 42 | 65 |
| Binary | 10101111 | 10011011 | 1011101 | 0 | 1011 | 101111 | 11111 | 101101 | 100010 | 110101 |
Color Harmonies of #AF9B5D
Complementary color
Monochromatic Colors of #AF9B5D
Black with #AF9B5D
Text Example
Text Example
White with #AF9B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9B5D; }
p { color: rgb(175,155,93); }
H1.HeaderClassName
{
color: #AF9B5D;
}
.AnyTagClassName
{
color: #AF9B5D;
}
</style>
background-color css
<style>
a { background-color: #AF9B5D; }
a { background-color: rgb(175,155,93); }
div.DivClassName
{
background-color: #AF9B5D;
}
.BgClassName
{
background-color: #AF9B5D;
}
</style>
border-color css
<style>
span { border-color: #AF9B5D; }
span { border-color: rgb(175,155,93); }
td.TdClassName
{
border-color: #AF9B5D;
}
.TagClassName
{
border-color: #AF9B5D;
}
</style>