Shades of Barley Corn #AF945C
Tints of Barley Corn #AF945C
RGB
CMYK
RGB Variations
Color information
#AF945C (or 0xAF945C) is known color: Barley Corn. HEX triplet: AF, 94 and 5C. RGB value is (175,148,92). Sum of RGB (Red+Green+Blue) = 175+148+92=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF945C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF945C is #506BA3. Grayscale: #959595. Windows color (decimal): -5270436 or 6067375. OLE color: 6067375.
HSL color Cylindrical-coordinate representation of color #AF945C: hue angle of 40.48º 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 #AF945C is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 92 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.31 |
| HSL | 40.48º | 0.34% | 0.52% | - |
| HSV(B) | 40.48º | 0.47% | 0.69% | - |
| XYZ | 30.2 | 31.07 | 14.53 | - |
| YUV | 149.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 92 | 0 | 0.15 | 0.47 | 0.31 | 40.48 | 0.34 | 0.52 |
| Hex | AF | 94 | 5C | 0 | F | 2F | 1F | 28 | 22 | 34 |
| Octal | 257 | 224 | 134 | 0 | 17 | 57 | 37 | 50 | 42 | 64 |
| Binary | 10101111 | 10010100 | 1011100 | 0 | 1111 | 101111 | 11111 | 101000 | 100010 | 110100 |
Color Harmonies of #AF945C
Complementary color
Monochromatic Colors of #AF945C
Black with #AF945C
Text Example
Text Example
White with #AF945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF945C; }
p { color: rgb(175,148,92); }
H1.HeaderClassName
{
color: #AF945C;
}
.AnyTagClassName
{
color: #AF945C;
}
</style>
background-color css
<style>
a { background-color: #AF945C; }
a { background-color: rgb(175,148,92); }
div.DivClassName
{
background-color: #AF945C;
}
.BgClassName
{
background-color: #AF945C;
}
</style>
border-color css
<style>
span { border-color: #AF945C; }
span { border-color: rgb(175,148,92); }
td.TdClassName
{
border-color: #AF945C;
}
.TagClassName
{
border-color: #AF945C;
}
</style>