Shades of Barley Corn #A89461
Tints of Barley Corn #A89461
RGB
CMYK
RGB Variations
Color information
#A89461 (or 0xA89461) is known color: Barley Corn. HEX triplet: A8, 94 and 61. RGB value is (168,148,97). Sum of RGB (Red+Green+Blue) = 168+148+97=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A89461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89461 is #576B9E. Grayscale: #949494. Windows color (decimal): -5729183 or 6395048. OLE color: 6395048.
HSL color Cylindrical-coordinate representation of color #A89461: hue angle of 43.1º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A89461 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 97 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.34 |
| HSL | 43.1º | 0.29% | 0.52% | - |
| HSV(B) | 43.1º | 0.42% | 0.66% | - |
| XYZ | 28.9 | 30.37 | 15.65 | - |
| YUV | 148.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 97 | 0 | 0.12 | 0.42 | 0.34 | 43.1 | 0.29 | 0.52 |
| Hex | A8 | 94 | 61 | 0 | C | 2A | 22 | 2B | 1D | 34 |
| Octal | 250 | 224 | 141 | 0 | 14 | 52 | 42 | 53 | 35 | 64 |
| Binary | 10101000 | 10010100 | 1100001 | 0 | 1100 | 101010 | 100010 | 101011 | 11101 | 110100 |
Color Harmonies of #A89461
Complementary color
Monochromatic Colors of #A89461
Black with #A89461
Text Example
Text Example
White with #A89461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89461; }
p { color: rgb(168,148,97); }
H1.HeaderClassName
{
color: #A89461;
}
.AnyTagClassName
{
color: #A89461;
}
</style>
background-color css
<style>
a { background-color: #A89461; }
a { background-color: rgb(168,148,97); }
div.DivClassName
{
background-color: #A89461;
}
.BgClassName
{
background-color: #A89461;
}
</style>
border-color css
<style>
span { border-color: #A89461; }
span { border-color: rgb(168,148,97); }
td.TdClassName
{
border-color: #A89461;
}
.TagClassName
{
border-color: #A89461;
}
</style>