Shades of Barley Corn #AF955B
Tints of Barley Corn #AF955B
RGB
CMYK
RGB Variations
Color information
#AF955B (or 0xAF955B) is known color: Barley Corn. HEX triplet: AF, 95 and 5B. RGB value is (175,149,91). Sum of RGB (Red+Green+Blue) = 175+149+91=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF955B is #506AA4. Grayscale: #969696. Windows color (decimal): -5270181 or 6002095. OLE color: 6002095.
HSL color Cylindrical-coordinate representation of color #AF955B: hue angle of 41.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF955B is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 91 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.31 |
| HSL | 41.43º | 0.34% | 0.52% | - |
| HSV(B) | 41.43º | 0.48% | 0.69% | - |
| XYZ | 30.31 | 31.36 | 14.35 | - |
| YUV | 150.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 91 | 0 | 0.15 | 0.48 | 0.31 | 41.43 | 0.34 | 0.52 |
| Hex | AF | 95 | 5B | 0 | F | 30 | 1F | 29 | 22 | 34 |
| Octal | 257 | 225 | 133 | 0 | 17 | 60 | 37 | 51 | 42 | 64 |
| Binary | 10101111 | 10010101 | 1011011 | 0 | 1111 | 110000 | 11111 | 101001 | 100010 | 110100 |
Color Harmonies of #AF955B
Complementary color
Monochromatic Colors of #AF955B
Black with #AF955B
Text Example
Text Example
White with #AF955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF955B; }
p { color: rgb(175,149,91); }
H1.HeaderClassName
{
color: #AF955B;
}
.AnyTagClassName
{
color: #AF955B;
}
</style>
background-color css
<style>
a { background-color: #AF955B; }
a { background-color: rgb(175,149,91); }
div.DivClassName
{
background-color: #AF955B;
}
.BgClassName
{
background-color: #AF955B;
}
</style>
border-color css
<style>
span { border-color: #AF955B; }
span { border-color: rgb(175,149,91); }
td.TdClassName
{
border-color: #AF955B;
}
.TagClassName
{
border-color: #AF955B;
}
</style>