Shades of Barley Corn #AF955C
Tints of Barley Corn #AF955C
RGB
CMYK
RGB Variations
Color information
#AF955C (or 0xAF955C) is known color: Barley Corn. HEX triplet: AF, 95 and 5C. RGB value is (175,149,92). Sum of RGB (Red+Green+Blue) = 175+149+92=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF955C is #506AA3. Grayscale: #969696. Windows color (decimal): -5270180 or 6067631. OLE color: 6067631.
HSL color Cylindrical-coordinate representation of color #AF955C: hue angle of 41.2º 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 #AF955C is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 92 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.31 |
| HSL | 41.2º | 0.34% | 0.52% | - |
| HSV(B) | 41.2º | 0.47% | 0.69% | - |
| XYZ | 30.36 | 31.38 | 14.58 | - |
| YUV | 150.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 92 | 0 | 0.15 | 0.47 | 0.31 | 41.2 | 0.34 | 0.52 |
| Hex | AF | 95 | 5C | 0 | F | 2F | 1F | 29 | 22 | 34 |
| Octal | 257 | 225 | 134 | 0 | 17 | 57 | 37 | 51 | 42 | 64 |
| Binary | 10101111 | 10010101 | 1011100 | 0 | 1111 | 101111 | 11111 | 101001 | 100010 | 110100 |
Color Harmonies of #AF955C
Complementary color
Monochromatic Colors of #AF955C
Black with #AF955C
Text Example
Text Example
White with #AF955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF955C; }
p { color: rgb(175,149,92); }
H1.HeaderClassName
{
color: #AF955C;
}
.AnyTagClassName
{
color: #AF955C;
}
</style>
background-color css
<style>
a { background-color: #AF955C; }
a { background-color: rgb(175,149,92); }
div.DivClassName
{
background-color: #AF955C;
}
.BgClassName
{
background-color: #AF955C;
}
</style>
border-color css
<style>
span { border-color: #AF955C; }
span { border-color: rgb(175,149,92); }
td.TdClassName
{
border-color: #AF955C;
}
.TagClassName
{
border-color: #AF955C;
}
</style>