Shades of Barley Corn #AF975C
Tints of Barley Corn #AF975C
RGB
CMYK
RGB Variations
Color information
#AF975C (or 0xAF975C) is known color: Barley Corn. HEX triplet: AF, 97 and 5C. RGB value is (175,151,92). Sum of RGB (Red+Green+Blue) = 175+151+92=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF975C is #5068A3. Grayscale: #979797. Windows color (decimal): -5269668 or 6068143. OLE color: 6068143.
HSL color Cylindrical-coordinate representation of color #AF975C: hue angle of 42.65º 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 #AF975C is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 92 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.31 |
| HSL | 42.65º | 0.34% | 0.52% | - |
| HSV(B) | 42.65º | 0.47% | 0.69% | - |
| XYZ | 30.68 | 32.02 | 14.69 | - |
| YUV | 151.45 | 94.45 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 92 | 0 | 0.14 | 0.47 | 0.31 | 42.65 | 0.34 | 0.52 |
| Hex | AF | 97 | 5C | 0 | E | 2F | 1F | 2B | 22 | 34 |
| Octal | 257 | 227 | 134 | 0 | 16 | 57 | 37 | 53 | 42 | 64 |
| Binary | 10101111 | 10010111 | 1011100 | 0 | 1110 | 101111 | 11111 | 101011 | 100010 | 110100 |
Color Harmonies of #AF975C
Complementary color
Monochromatic Colors of #AF975C
Black with #AF975C
Text Example
Text Example
White with #AF975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF975C; }
p { color: rgb(175,151,92); }
H1.HeaderClassName
{
color: #AF975C;
}
.AnyTagClassName
{
color: #AF975C;
}
</style>
background-color css
<style>
a { background-color: #AF975C; }
a { background-color: rgb(175,151,92); }
div.DivClassName
{
background-color: #AF975C;
}
.BgClassName
{
background-color: #AF975C;
}
</style>
border-color css
<style>
span { border-color: #AF975C; }
span { border-color: rgb(175,151,92); }
td.TdClassName
{
border-color: #AF975C;
}
.TagClassName
{
border-color: #AF975C;
}
</style>