Shades of Barley Corn #A89265
Tints of Barley Corn #A89265
RGB
CMYK
RGB Variations
Color information
#A89265 (or 0xA89265) is known color: Barley Corn. HEX triplet: A8, 92 and 65. RGB value is (168,146,101). Sum of RGB (Red+Green+Blue) = 168+146+101=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A89265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89265 is #576D9A. Grayscale: #939393. Windows color (decimal): -5729691 or 6656680. OLE color: 6656680.
HSL color Cylindrical-coordinate representation of color #A89265: hue angle of 40.3º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A89265 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 101 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.34 |
| HSL | 40.3º | 0.28% | 0.53% | - |
| HSV(B) | 40.3º | 0.4% | 0.66% | - |
| XYZ | 28.78 | 29.82 | 16.55 | - |
| YUV | 147.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 101 | 0 | 0.13 | 0.40 | 0.34 | 40.3 | 0.28 | 0.53 |
| Hex | A8 | 92 | 65 | 0 | D | 28 | 22 | 28 | 1C | 35 |
| Octal | 250 | 222 | 145 | 0 | 15 | 50 | 42 | 50 | 34 | 65 |
| Binary | 10101000 | 10010010 | 1100101 | 0 | 1101 | 101000 | 100010 | 101000 | 11100 | 110101 |
Color Harmonies of #A89265
Complementary color
Monochromatic Colors of #A89265
Black with #A89265
Text Example
Text Example
White with #A89265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89265; }
p { color: rgb(168,146,101); }
H1.HeaderClassName
{
color: #A89265;
}
.AnyTagClassName
{
color: #A89265;
}
</style>
background-color css
<style>
a { background-color: #A89265; }
a { background-color: rgb(168,146,101); }
div.DivClassName
{
background-color: #A89265;
}
.BgClassName
{
background-color: #A89265;
}
</style>
border-color css
<style>
span { border-color: #A89265; }
span { border-color: rgb(168,146,101); }
td.TdClassName
{
border-color: #A89265;
}
.TagClassName
{
border-color: #A89265;
}
</style>