Shades of Barley Corn #A8955B
Tints of Barley Corn #A8955B
RGB
CMYK
RGB Variations
Color information
#A8955B (or 0xA8955B) is known color: Barley Corn. HEX triplet: A8, 95 and 5B. RGB value is (168,149,91). Sum of RGB (Red+Green+Blue) = 168+149+91=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A8955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8955B is #576AA4. Grayscale: #949494. Windows color (decimal): -5728933 or 6002088. OLE color: 6002088.
HSL color Cylindrical-coordinate representation of color #A8955B: hue angle of 45.19º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8955B is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 91 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.34 |
| HSL | 45.19º | 0.31% | 0.51% | - |
| HSV(B) | 45.19º | 0.46% | 0.66% | - |
| XYZ | 28.78 | 30.58 | 14.28 | - |
| YUV | 148.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 91 | 0 | 0.11 | 0.46 | 0.34 | 45.19 | 0.31 | 0.51 |
| Hex | A8 | 95 | 5B | 0 | B | 2E | 22 | 2D | 1F | 33 |
| Octal | 250 | 225 | 133 | 0 | 13 | 56 | 42 | 55 | 37 | 63 |
| Binary | 10101000 | 10010101 | 1011011 | 0 | 1011 | 101110 | 100010 | 101101 | 11111 | 110011 |
Color Harmonies of #A8955B
Complementary color
Monochromatic Colors of #A8955B
Black with #A8955B
Text Example
Text Example
White with #A8955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8955B; }
p { color: rgb(168,149,91); }
H1.HeaderClassName
{
color: #A8955B;
}
.AnyTagClassName
{
color: #A8955B;
}
</style>
background-color css
<style>
a { background-color: #A8955B; }
a { background-color: rgb(168,149,91); }
div.DivClassName
{
background-color: #A8955B;
}
.BgClassName
{
background-color: #A8955B;
}
</style>
border-color css
<style>
span { border-color: #A8955B; }
span { border-color: rgb(168,149,91); }
td.TdClassName
{
border-color: #A8955B;
}
.TagClassName
{
border-color: #A8955B;
}
</style>