Shades of Barley Corn #AA8E62
Tints of Barley Corn #AA8E62
RGB
CMYK
RGB Variations
Color information
#AA8E62 (or 0xAA8E62) is known color: Barley Corn. HEX triplet: AA, 8E and 62. RGB value is (170,142,98). Sum of RGB (Red+Green+Blue) = 170+142+98=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E62 is #55719D. Grayscale: #919191. Windows color (decimal): -5599646 or 6459050. OLE color: 6459050.
HSL color Cylindrical-coordinate representation of color #AA8E62: hue angle of 36.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA8E62 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 142 | 98 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.33 |
| HSL | 36.67º | 0.3% | 0.53% | - |
| HSV(B) | 36.67º | 0.42% | 0.67% | - |
| XYZ | 28.46 | 28.77 | 15.61 | - |
| YUV | 145.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 98 | 0 | 0.16 | 0.42 | 0.33 | 36.67 | 0.3 | 0.53 |
| Hex | AA | 8E | 62 | 0 | 10 | 2A | 21 | 25 | 1E | 35 |
| Octal | 252 | 216 | 142 | 0 | 20 | 52 | 41 | 45 | 36 | 65 |
| Binary | 10101010 | 10001110 | 1100010 | 0 | 10000 | 101010 | 100001 | 100101 | 11110 | 110101 |
Color Harmonies of #AA8E62
Complementary color
Monochromatic Colors of #AA8E62
Black with #AA8E62
Text Example
Text Example
White with #AA8E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8E62; }
p { color: rgb(170,142,98); }
H1.HeaderClassName
{
color: #AA8E62;
}
.AnyTagClassName
{
color: #AA8E62;
}
</style>
background-color css
<style>
a { background-color: #AA8E62; }
a { background-color: rgb(170,142,98); }
div.DivClassName
{
background-color: #AA8E62;
}
.BgClassName
{
background-color: #AA8E62;
}
</style>
border-color css
<style>
span { border-color: #AA8E62; }
span { border-color: rgb(170,142,98); }
td.TdClassName
{
border-color: #AA8E62;
}
.TagClassName
{
border-color: #AA8E62;
}
</style>