Shades of Barley Corn #AF9C62
Tints of Barley Corn #AF9C62
RGB
CMYK
RGB Variations
Color information
#AF9C62 (or 0xAF9C62) is known color: Barley Corn. HEX triplet: AF, 9C and 62. RGB value is (175,156,98). Sum of RGB (Red+Green+Blue) = 175+156+98=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C62 is #50639D. Grayscale: #9B9B9B. Windows color (decimal): -5268382 or 6462639. OLE color: 6462639.
HSL color Cylindrical-coordinate representation of color #AF9C62: hue angle of 45.19º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF9C62 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 98 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.31 |
| HSL | 45.19º | 0.32% | 0.54% | - |
| HSV(B) | 45.19º | 0.44% | 0.69% | - |
| XYZ | 31.77 | 33.77 | 16.4 | - |
| YUV | 155.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 98 | 0 | 0.11 | 0.44 | 0.31 | 45.19 | 0.32 | 0.54 |
| Hex | AF | 9C | 62 | 0 | B | 2C | 1F | 2D | 20 | 36 |
| Octal | 257 | 234 | 142 | 0 | 13 | 54 | 37 | 55 | 40 | 66 |
| Binary | 10101111 | 10011100 | 1100010 | 0 | 1011 | 101100 | 11111 | 101101 | 100000 | 110110 |
Color Harmonies of #AF9C62
Complementary color
Monochromatic Colors of #AF9C62
Black with #AF9C62
Text Example
Text Example
White with #AF9C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C62; }
p { color: rgb(175,156,98); }
H1.HeaderClassName
{
color: #AF9C62;
}
.AnyTagClassName
{
color: #AF9C62;
}
</style>
background-color css
<style>
a { background-color: #AF9C62; }
a { background-color: rgb(175,156,98); }
div.DivClassName
{
background-color: #AF9C62;
}
.BgClassName
{
background-color: #AF9C62;
}
</style>
border-color css
<style>
span { border-color: #AF9C62; }
span { border-color: rgb(175,156,98); }
td.TdClassName
{
border-color: #AF9C62;
}
.TagClassName
{
border-color: #AF9C62;
}
</style>