Shades of Barley Corn #AF945D
Tints of Barley Corn #AF945D
RGB
CMYK
RGB Variations
Color information
#AF945D (or 0xAF945D) is known color: Barley Corn. HEX triplet: AF, 94 and 5D. RGB value is (175,148,93). Sum of RGB (Red+Green+Blue) = 175+148+93=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF945D is #506BA2. Grayscale: #969696. Windows color (decimal): -5270435 or 6132911. OLE color: 6132911.
HSL color Cylindrical-coordinate representation of color #AF945D: hue angle of 40.24º 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 #AF945D is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 93 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.31 |
| HSL | 40.24º | 0.34% | 0.53% | - |
| HSV(B) | 40.24º | 0.47% | 0.69% | - |
| XYZ | 30.24 | 31.08 | 14.76 | - |
| YUV | 149.8 | 95.95 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 93 | 0 | 0.15 | 0.47 | 0.31 | 40.24 | 0.34 | 0.53 |
| Hex | AF | 94 | 5D | 0 | F | 2F | 1F | 28 | 22 | 35 |
| Octal | 257 | 224 | 135 | 0 | 17 | 57 | 37 | 50 | 42 | 65 |
| Binary | 10101111 | 10010100 | 1011101 | 0 | 1111 | 101111 | 11111 | 101000 | 100010 | 110101 |
Color Harmonies of #AF945D
Complementary color
Monochromatic Colors of #AF945D
Black with #AF945D
Text Example
Text Example
White with #AF945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF945D; }
p { color: rgb(175,148,93); }
H1.HeaderClassName
{
color: #AF945D;
}
.AnyTagClassName
{
color: #AF945D;
}
</style>
background-color css
<style>
a { background-color: #AF945D; }
a { background-color: rgb(175,148,93); }
div.DivClassName
{
background-color: #AF945D;
}
.BgClassName
{
background-color: #AF945D;
}
</style>
border-color css
<style>
span { border-color: #AF945D; }
span { border-color: rgb(175,148,93); }
td.TdClassName
{
border-color: #AF945D;
}
.TagClassName
{
border-color: #AF945D;
}
</style>