Shades of Barley Corn #AF9A5B
Tints of Barley Corn #AF9A5B
RGB
CMYK
RGB Variations
Color information
#AF9A5B (or 0xAF9A5B) is known color: Barley Corn. HEX triplet: AF, 9A and 5B. RGB value is (175,154,91). Sum of RGB (Red+Green+Blue) = 175+154+91=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A5B is #5065A4. Grayscale: #999999. Windows color (decimal): -5268901 or 6003375. OLE color: 6003375.
HSL color Cylindrical-coordinate representation of color #AF9A5B: hue angle of 45º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF9A5B is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 91 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.31 |
| HSL | 45º | 0.34% | 0.52% | - |
| HSV(B) | 45º | 0.48% | 0.69% | - |
| XYZ | 31.12 | 32.98 | 14.62 | - |
| YUV | 153.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 91 | 0 | 0.12 | 0.48 | 0.31 | 45 | 0.34 | 0.52 |
| Hex | AF | 9A | 5B | 0 | C | 30 | 1F | 2D | 22 | 34 |
| Octal | 257 | 232 | 133 | 0 | 14 | 60 | 37 | 55 | 42 | 64 |
| Binary | 10101111 | 10011010 | 1011011 | 0 | 1100 | 110000 | 11111 | 101101 | 100010 | 110100 |
Color Harmonies of #AF9A5B
Complementary color
Monochromatic Colors of #AF9A5B
Black with #AF9A5B
Text Example
Text Example
White with #AF9A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A5B; }
p { color: rgb(175,154,91); }
H1.HeaderClassName
{
color: #AF9A5B;
}
.AnyTagClassName
{
color: #AF9A5B;
}
</style>
background-color css
<style>
a { background-color: #AF9A5B; }
a { background-color: rgb(175,154,91); }
div.DivClassName
{
background-color: #AF9A5B;
}
.BgClassName
{
background-color: #AF9A5B;
}
</style>
border-color css
<style>
span { border-color: #AF9A5B; }
span { border-color: rgb(175,154,91); }
td.TdClassName
{
border-color: #AF9A5B;
}
.TagClassName
{
border-color: #AF9A5B;
}
</style>