Shades of Barley Corn #AF965C
Tints of Barley Corn #AF965C
RGB
CMYK
RGB Variations
Color information
#AF965C (or 0xAF965C) is known color: Barley Corn. HEX triplet: AF, 96 and 5C. RGB value is (175,150,92). Sum of RGB (Red+Green+Blue) = 175+150+92=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF965C is #5069A3. Grayscale: #979797. Windows color (decimal): -5269924 or 6067887. OLE color: 6067887.
HSL color Cylindrical-coordinate representation of color #AF965C: hue angle of 41.93º 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 #AF965C is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 92 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.31 |
| HSL | 41.93º | 0.34% | 0.52% | - |
| HSV(B) | 41.93º | 0.47% | 0.69% | - |
| XYZ | 30.52 | 31.7 | 14.64 | - |
| YUV | 150.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 92 | 0 | 0.14 | 0.47 | 0.31 | 41.93 | 0.34 | 0.52 |
| Hex | AF | 96 | 5C | 0 | E | 2F | 1F | 2A | 22 | 34 |
| Octal | 257 | 226 | 134 | 0 | 16 | 57 | 37 | 52 | 42 | 64 |
| Binary | 10101111 | 10010110 | 1011100 | 0 | 1110 | 101111 | 11111 | 101010 | 100010 | 110100 |
Color Harmonies of #AF965C
Complementary color
Monochromatic Colors of #AF965C
Black with #AF965C
Text Example
Text Example
White with #AF965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF965C; }
p { color: rgb(175,150,92); }
H1.HeaderClassName
{
color: #AF965C;
}
.AnyTagClassName
{
color: #AF965C;
}
</style>
background-color css
<style>
a { background-color: #AF965C; }
a { background-color: rgb(175,150,92); }
div.DivClassName
{
background-color: #AF965C;
}
.BgClassName
{
background-color: #AF965C;
}
</style>
border-color css
<style>
span { border-color: #AF965C; }
span { border-color: rgb(175,150,92); }
td.TdClassName
{
border-color: #AF965C;
}
.TagClassName
{
border-color: #AF965C;
}
</style>