Shades of Barley Corn #AE9862
Tints of Barley Corn #AE9862
RGB
CMYK
RGB Variations
Color information
#AE9862 (or 0xAE9862) is known color: Barley Corn. HEX triplet: AE, 98 and 62. RGB value is (174,152,98). Sum of RGB (Red+Green+Blue) = 174+152+98=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9862 is #51679D. Grayscale: #989898. Windows color (decimal): -5334942 or 6461614. OLE color: 6461614.
HSL color Cylindrical-coordinate representation of color #AE9862: hue angle of 42.63º 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 #AE9862 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 152 | 98 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.32 |
| HSL | 42.63º | 0.32% | 0.53% | - |
| HSV(B) | 42.63º | 0.44% | 0.68% | - |
| XYZ | 30.89 | 32.34 | 16.17 | - |
| YUV | 152.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 152 | 98 | 0 | 0.13 | 0.44 | 0.32 | 42.63 | 0.32 | 0.53 |
| Hex | AE | 98 | 62 | 0 | D | 2C | 20 | 2B | 20 | 35 |
| Octal | 256 | 230 | 142 | 0 | 15 | 54 | 40 | 53 | 40 | 65 |
| Binary | 10101110 | 10011000 | 1100010 | 0 | 1101 | 101100 | 100000 | 101011 | 100000 | 110101 |
Color Harmonies of #AE9862
Complementary color
Monochromatic Colors of #AE9862
Black with #AE9862
Text Example
Text Example
White with #AE9862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9862; }
p { color: rgb(174,152,98); }
H1.HeaderClassName
{
color: #AE9862;
}
.AnyTagClassName
{
color: #AE9862;
}
</style>
background-color css
<style>
a { background-color: #AE9862; }
a { background-color: rgb(174,152,98); }
div.DivClassName
{
background-color: #AE9862;
}
.BgClassName
{
background-color: #AE9862;
}
</style>
border-color css
<style>
span { border-color: #AE9862; }
span { border-color: rgb(174,152,98); }
td.TdClassName
{
border-color: #AE9862;
}
.TagClassName
{
border-color: #AE9862;
}
</style>