Shades of Barley Corn #AE8B62
Tints of Barley Corn #AE8B62
RGB
CMYK
RGB Variations
Color information
#AE8B62 (or 0xAE8B62) is known color: Barley Corn. HEX triplet: AE, 8B and 62. RGB value is (174,139,98). Sum of RGB (Red+Green+Blue) = 174+139+98=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8B62 is #51749D. Grayscale: #909090. Windows color (decimal): -5338270 or 6458286. OLE color: 6458286.
HSL color Cylindrical-coordinate representation of color #AE8B62: hue angle of 32.37º 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 #AE8B62 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 139 | 98 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.32 |
| HSL | 32.37º | 0.32% | 0.53% | - |
| HSV(B) | 32.37º | 0.44% | 0.68% | - |
| XYZ | 28.89 | 28.35 | 15.5 | - |
| YUV | 144.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 139 | 98 | 0 | 0.20 | 0.44 | 0.32 | 32.37 | 0.32 | 0.53 |
| Hex | AE | 8B | 62 | 0 | 14 | 2C | 20 | 20 | 20 | 35 |
| Octal | 256 | 213 | 142 | 0 | 24 | 54 | 40 | 40 | 40 | 65 |
| Binary | 10101110 | 10001011 | 1100010 | 0 | 10100 | 101100 | 100000 | 100000 | 100000 | 110101 |
Color Harmonies of #AE8B62
Complementary color
Monochromatic Colors of #AE8B62
Black with #AE8B62
Text Example
Text Example
White with #AE8B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8B62; }
p { color: rgb(174,139,98); }
H1.HeaderClassName
{
color: #AE8B62;
}
.AnyTagClassName
{
color: #AE8B62;
}
</style>
background-color css
<style>
a { background-color: #AE8B62; }
a { background-color: rgb(174,139,98); }
div.DivClassName
{
background-color: #AE8B62;
}
.BgClassName
{
background-color: #AE8B62;
}
</style>
border-color css
<style>
span { border-color: #AE8B62; }
span { border-color: rgb(174,139,98); }
td.TdClassName
{
border-color: #AE8B62;
}
.TagClassName
{
border-color: #AE8B62;
}
</style>