Shades of Barley Corn #AA9A5E
Tints of Barley Corn #AA9A5E
RGB
CMYK
RGB Variations
Color information
#AA9A5E (or 0xAA9A5E) is known color: Barley Corn. HEX triplet: AA, 9A and 5E. RGB value is (170,154,94). Sum of RGB (Red+Green+Blue) = 170+154+94=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A5E is #5565A1. Grayscale: #989898. Windows color (decimal): -5596578 or 6199978. OLE color: 6199978.
HSL color Cylindrical-coordinate representation of color #AA9A5E: hue angle of 47.37º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA9A5E is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 94 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.33 |
| HSL | 47.37º | 0.31% | 0.52% | - |
| HSV(B) | 47.37º | 0.45% | 0.67% | - |
| XYZ | 30.15 | 32.47 | 15.27 | - |
| YUV | 151.94 | 95.3 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 94 | 0 | 0.09 | 0.45 | 0.33 | 47.37 | 0.31 | 0.52 |
| Hex | AA | 9A | 5E | 0 | 9 | 2D | 21 | 2F | 1F | 34 |
| Octal | 252 | 232 | 136 | 0 | 11 | 55 | 41 | 57 | 37 | 64 |
| Binary | 10101010 | 10011010 | 1011110 | 0 | 1001 | 101101 | 100001 | 101111 | 11111 | 110100 |
Color Harmonies of #AA9A5E
Complementary color
Monochromatic Colors of #AA9A5E
Black with #AA9A5E
Text Example
Text Example
White with #AA9A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A5E; }
p { color: rgb(170,154,94); }
H1.HeaderClassName
{
color: #AA9A5E;
}
.AnyTagClassName
{
color: #AA9A5E;
}
</style>
background-color css
<style>
a { background-color: #AA9A5E; }
a { background-color: rgb(170,154,94); }
div.DivClassName
{
background-color: #AA9A5E;
}
.BgClassName
{
background-color: #AA9A5E;
}
</style>
border-color css
<style>
span { border-color: #AA9A5E; }
span { border-color: rgb(170,154,94); }
td.TdClassName
{
border-color: #AA9A5E;
}
.TagClassName
{
border-color: #AA9A5E;
}
</style>