Shades of Barley Corn #AF986A
Tints of Barley Corn #AF986A
RGB
CMYK
RGB Variations
Color information
#AF986A (or 0xAF986A) is known color: Barley Corn. HEX triplet: AF, 98 and 6A. RGB value is (175,152,106). Sum of RGB (Red+Green+Blue) = 175+152+106=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF986A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF986A is #506795. Grayscale: #999999. Windows color (decimal): -5269398 or 6985903. OLE color: 6985903.
HSL color Cylindrical-coordinate representation of color #AF986A: hue angle of 40º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF986A is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 106 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.31 |
| HSL | 40º | 0.3% | 0.55% | - |
| HSV(B) | 40º | 0.39% | 0.69% | - |
| XYZ | 31.51 | 32.61 | 18.27 | - |
| YUV | 153.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 106 | 0 | 0.13 | 0.39 | 0.31 | 40 | 0.3 | 0.55 |
| Hex | AF | 98 | 6A | 0 | D | 27 | 1F | 28 | 1E | 37 |
| Octal | 257 | 230 | 152 | 0 | 15 | 47 | 37 | 50 | 36 | 67 |
| Binary | 10101111 | 10011000 | 1101010 | 0 | 1101 | 100111 | 11111 | 101000 | 11110 | 110111 |
Color Harmonies of #AF986A
Complementary color
Monochromatic Colors of #AF986A
Black with #AF986A
Text Example
Text Example
White with #AF986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF986A; }
p { color: rgb(175,152,106); }
H1.HeaderClassName
{
color: #AF986A;
}
.AnyTagClassName
{
color: #AF986A;
}
</style>
background-color css
<style>
a { background-color: #AF986A; }
a { background-color: rgb(175,152,106); }
div.DivClassName
{
background-color: #AF986A;
}
.BgClassName
{
background-color: #AF986A;
}
</style>
border-color css
<style>
span { border-color: #AF986A; }
span { border-color: rgb(175,152,106); }
td.TdClassName
{
border-color: #AF986A;
}
.TagClassName
{
border-color: #AF986A;
}
</style>