Shades of Barley Corn #AE965E
Tints of Barley Corn #AE965E
RGB
CMYK
RGB Variations
Color information
#AE965E (or 0xAE965E) is known color: Barley Corn. HEX triplet: AE, 96 and 5E. RGB value is (174,150,94). Sum of RGB (Red+Green+Blue) = 174+150+94=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE965E is #5169A1. Grayscale: #979797. Windows color (decimal): -5335458 or 6198958. OLE color: 6198958.
HSL color Cylindrical-coordinate representation of color #AE965E: hue angle of 42º 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 #AE965E is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 150 | 94 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.32 |
| HSL | 42º | 0.33% | 0.53% | - |
| HSV(B) | 42º | 0.46% | 0.68% | - |
| XYZ | 30.38 | 31.62 | 15.09 | - |
| YUV | 150.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 150 | 94 | 0 | 0.14 | 0.46 | 0.32 | 42 | 0.33 | 0.53 |
| Hex | AE | 96 | 5E | 0 | E | 2E | 20 | 2A | 21 | 35 |
| Octal | 256 | 226 | 136 | 0 | 16 | 56 | 40 | 52 | 41 | 65 |
| Binary | 10101110 | 10010110 | 1011110 | 0 | 1110 | 101110 | 100000 | 101010 | 100001 | 110101 |
Color Harmonies of #AE965E
Complementary color
Monochromatic Colors of #AE965E
Black with #AE965E
Text Example
Text Example
White with #AE965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE965E; }
p { color: rgb(174,150,94); }
H1.HeaderClassName
{
color: #AE965E;
}
.AnyTagClassName
{
color: #AE965E;
}
</style>
background-color css
<style>
a { background-color: #AE965E; }
a { background-color: rgb(174,150,94); }
div.DivClassName
{
background-color: #AE965E;
}
.BgClassName
{
background-color: #AE965E;
}
</style>
border-color css
<style>
span { border-color: #AE965E; }
span { border-color: rgb(174,150,94); }
td.TdClassName
{
border-color: #AE965E;
}
.TagClassName
{
border-color: #AE965E;
}
</style>