Shades of Barley Corn #AE9A61
Tints of Barley Corn #AE9A61
RGB
CMYK
RGB Variations
Color information
#AE9A61 (or 0xAE9A61) is known color: Barley Corn. HEX triplet: AE, 9A and 61. RGB value is (174,154,97). Sum of RGB (Red+Green+Blue) = 174+154+97=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A61 is #51659E. Grayscale: #999999. Windows color (decimal): -5334431 or 6396590. OLE color: 6396590.
HSL color Cylindrical-coordinate representation of color #AE9A61: hue angle of 44.42º 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 #AE9A61 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 97 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.32 |
| HSL | 44.42º | 0.32% | 0.53% | - |
| HSV(B) | 44.42º | 0.44% | 0.68% | - |
| XYZ | 31.17 | 32.97 | 16.03 | - |
| YUV | 153.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 97 | 0 | 0.11 | 0.44 | 0.32 | 44.42 | 0.32 | 0.53 |
| Hex | AE | 9A | 61 | 0 | B | 2C | 20 | 2C | 20 | 35 |
| Octal | 256 | 232 | 141 | 0 | 13 | 54 | 40 | 54 | 40 | 65 |
| Binary | 10101110 | 10011010 | 1100001 | 0 | 1011 | 101100 | 100000 | 101100 | 100000 | 110101 |
Color Harmonies of #AE9A61
Complementary color
Monochromatic Colors of #AE9A61
Black with #AE9A61
Text Example
Text Example
White with #AE9A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9A61; }
p { color: rgb(174,154,97); }
H1.HeaderClassName
{
color: #AE9A61;
}
.AnyTagClassName
{
color: #AE9A61;
}
</style>
background-color css
<style>
a { background-color: #AE9A61; }
a { background-color: rgb(174,154,97); }
div.DivClassName
{
background-color: #AE9A61;
}
.BgClassName
{
background-color: #AE9A61;
}
</style>
border-color css
<style>
span { border-color: #AE9A61; }
span { border-color: rgb(174,154,97); }
td.TdClassName
{
border-color: #AE9A61;
}
.TagClassName
{
border-color: #AE9A61;
}
</style>