Shades of Barley Corn #AE955E
Tints of Barley Corn #AE955E
RGB
CMYK
RGB Variations
Color information
#AE955E (or 0xAE955E) is known color: Barley Corn. HEX triplet: AE, 95 and 5E. RGB value is (174,149,94). Sum of RGB (Red+Green+Blue) = 174+149+94=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE955E is #516AA1. Grayscale: #969696. Windows color (decimal): -5335714 or 6198702. OLE color: 6198702.
HSL color Cylindrical-coordinate representation of color #AE955E: hue angle of 41.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE955E is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 149 | 94 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.32 |
| HSL | 41.25º | 0.33% | 0.53% | - |
| HSV(B) | 41.25º | 0.46% | 0.68% | - |
| XYZ | 30.22 | 31.3 | 15.04 | - |
| YUV | 150.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 149 | 94 | 0 | 0.14 | 0.46 | 0.32 | 41.25 | 0.33 | 0.53 |
| Hex | AE | 95 | 5E | 0 | E | 2E | 20 | 29 | 21 | 35 |
| Octal | 256 | 225 | 136 | 0 | 16 | 56 | 40 | 51 | 41 | 65 |
| Binary | 10101110 | 10010101 | 1011110 | 0 | 1110 | 101110 | 100000 | 101001 | 100001 | 110101 |
Color Harmonies of #AE955E
Complementary color
Monochromatic Colors of #AE955E
Black with #AE955E
Text Example
Text Example
White with #AE955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE955E; }
p { color: rgb(174,149,94); }
H1.HeaderClassName
{
color: #AE955E;
}
.AnyTagClassName
{
color: #AE955E;
}
</style>
background-color css
<style>
a { background-color: #AE955E; }
a { background-color: rgb(174,149,94); }
div.DivClassName
{
background-color: #AE955E;
}
.BgClassName
{
background-color: #AE955E;
}
</style>
border-color css
<style>
span { border-color: #AE955E; }
span { border-color: rgb(174,149,94); }
td.TdClassName
{
border-color: #AE955E;
}
.TagClassName
{
border-color: #AE955E;
}
</style>