Shades of Barley Corn #AF9B5C
Tints of Barley Corn #AF9B5C
RGB
CMYK
RGB Variations
Color information
#AF9B5C (or 0xAF9B5C) is known color: Barley Corn. HEX triplet: AF, 9B and 5C. RGB value is (175,155,92). Sum of RGB (Red+Green+Blue) = 175+155+92=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9B5C is #5064A3. Grayscale: #9A9A9A. Windows color (decimal): -5268644 or 6069167. OLE color: 6069167.
HSL color Cylindrical-coordinate representation of color #AF9B5C: hue angle of 45.54º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF9B5C is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 155 | 92 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.31 |
| HSL | 45.54º | 0.34% | 0.52% | - |
| HSV(B) | 45.54º | 0.47% | 0.69% | - |
| XYZ | 31.33 | 33.33 | 14.91 | - |
| YUV | 153.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 92 | 0 | 0.11 | 0.47 | 0.31 | 45.54 | 0.34 | 0.52 |
| Hex | AF | 9B | 5C | 0 | B | 2F | 1F | 2E | 22 | 34 |
| Octal | 257 | 233 | 134 | 0 | 13 | 57 | 37 | 56 | 42 | 64 |
| Binary | 10101111 | 10011011 | 1011100 | 0 | 1011 | 101111 | 11111 | 101110 | 100010 | 110100 |
Color Harmonies of #AF9B5C
Complementary color
Monochromatic Colors of #AF9B5C
Black with #AF9B5C
Text Example
Text Example
White with #AF9B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9B5C; }
p { color: rgb(175,155,92); }
H1.HeaderClassName
{
color: #AF9B5C;
}
.AnyTagClassName
{
color: #AF9B5C;
}
</style>
background-color css
<style>
a { background-color: #AF9B5C; }
a { background-color: rgb(175,155,92); }
div.DivClassName
{
background-color: #AF9B5C;
}
.BgClassName
{
background-color: #AF9B5C;
}
</style>
border-color css
<style>
span { border-color: #AF9B5C; }
span { border-color: rgb(175,155,92); }
td.TdClassName
{
border-color: #AF9B5C;
}
.TagClassName
{
border-color: #AF9B5C;
}
</style>