Shades of Barley Corn #AA9262
Tints of Barley Corn #AA9262
RGB
CMYK
RGB Variations
Color information
#AA9262 (or 0xAA9262) is known color: Barley Corn. HEX triplet: AA, 92 and 62. RGB value is (170,146,98). Sum of RGB (Red+Green+Blue) = 170+146+98=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9262 is #556D9D. Grayscale: #939393. Windows color (decimal): -5598622 or 6460074. OLE color: 6460074.
HSL color Cylindrical-coordinate representation of color #AA9262: hue angle of 40º 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 #AA9262 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 98 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.33 |
| HSL | 40º | 0.3% | 0.53% | - |
| HSV(B) | 40º | 0.42% | 0.67% | - |
| XYZ | 29.06 | 29.99 | 15.81 | - |
| YUV | 147.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 98 | 0 | 0.14 | 0.42 | 0.33 | 40 | 0.3 | 0.53 |
| Hex | AA | 92 | 62 | 0 | E | 2A | 21 | 28 | 1E | 35 |
| Octal | 252 | 222 | 142 | 0 | 16 | 52 | 41 | 50 | 36 | 65 |
| Binary | 10101010 | 10010010 | 1100010 | 0 | 1110 | 101010 | 100001 | 101000 | 11110 | 110101 |
Color Harmonies of #AA9262
Complementary color
Monochromatic Colors of #AA9262
Black with #AA9262
Text Example
Text Example
White with #AA9262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9262; }
p { color: rgb(170,146,98); }
H1.HeaderClassName
{
color: #AA9262;
}
.AnyTagClassName
{
color: #AA9262;
}
</style>
background-color css
<style>
a { background-color: #AA9262; }
a { background-color: rgb(170,146,98); }
div.DivClassName
{
background-color: #AA9262;
}
.BgClassName
{
background-color: #AA9262;
}
</style>
border-color css
<style>
span { border-color: #AA9262; }
span { border-color: rgb(170,146,98); }
td.TdClassName
{
border-color: #AA9262;
}
.TagClassName
{
border-color: #AA9262;
}
</style>