Shades of Barley Corn #AE8E62
Tints of Barley Corn #AE8E62
RGB
CMYK
RGB Variations
Color information
#AE8E62 (or 0xAE8E62) is known color: Barley Corn. HEX triplet: AE, 8E and 62. RGB value is (174,142,98). Sum of RGB (Red+Green+Blue) = 174+142+98=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8E62 is #51719D. Grayscale: #929292. Windows color (decimal): -5337502 or 6459054. OLE color: 6459054.
HSL color Cylindrical-coordinate representation of color #AE8E62: hue angle of 34.74º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE8E62 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 142 | 98 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.32 |
| HSL | 34.74º | 0.32% | 0.53% | - |
| HSV(B) | 34.74º | 0.44% | 0.68% | - |
| XYZ | 29.33 | 29.23 | 15.65 | - |
| YUV | 146.55 | 100.6 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 142 | 98 | 0 | 0.18 | 0.44 | 0.32 | 34.74 | 0.32 | 0.53 |
| Hex | AE | 8E | 62 | 0 | 12 | 2C | 20 | 23 | 20 | 35 |
| Octal | 256 | 216 | 142 | 0 | 22 | 54 | 40 | 43 | 40 | 65 |
| Binary | 10101110 | 10001110 | 1100010 | 0 | 10010 | 101100 | 100000 | 100011 | 100000 | 110101 |
Color Harmonies of #AE8E62
Complementary color
Monochromatic Colors of #AE8E62
Black with #AE8E62
Text Example
Text Example
White with #AE8E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8E62; }
p { color: rgb(174,142,98); }
H1.HeaderClassName
{
color: #AE8E62;
}
.AnyTagClassName
{
color: #AE8E62;
}
</style>
background-color css
<style>
a { background-color: #AE8E62; }
a { background-color: rgb(174,142,98); }
div.DivClassName
{
background-color: #AE8E62;
}
.BgClassName
{
background-color: #AE8E62;
}
</style>
border-color css
<style>
span { border-color: #AE8E62; }
span { border-color: rgb(174,142,98); }
td.TdClassName
{
border-color: #AE8E62;
}
.TagClassName
{
border-color: #AE8E62;
}
</style>