Shades of Barley Corn #AE915D
Tints of Barley Corn #AE915D
RGB
CMYK
RGB Variations
Color information
#AE915D (or 0xAE915D) is known color: Barley Corn. HEX triplet: AE, 91 and 5D. RGB value is (174,145,93). Sum of RGB (Red+Green+Blue) = 174+145+93=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE915D is #516EA2. Grayscale: #939393. Windows color (decimal): -5336739 or 6132142. OLE color: 6132142.
HSL color Cylindrical-coordinate representation of color #AE915D: hue angle of 38.52º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE915D is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 93 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.32 |
| HSL | 38.52º | 0.33% | 0.52% | - |
| HSV(B) | 38.52º | 0.47% | 0.68% | - |
| XYZ | 29.56 | 30.04 | 14.6 | - |
| YUV | 147.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 93 | 0 | 0.17 | 0.47 | 0.32 | 38.52 | 0.33 | 0.52 |
| Hex | AE | 91 | 5D | 0 | 11 | 2F | 20 | 27 | 21 | 34 |
| Octal | 256 | 221 | 135 | 0 | 21 | 57 | 40 | 47 | 41 | 64 |
| Binary | 10101110 | 10010001 | 1011101 | 0 | 10001 | 101111 | 100000 | 100111 | 100001 | 110100 |
Color Harmonies of #AE915D
Complementary color
Monochromatic Colors of #AE915D
Black with #AE915D
Text Example
Text Example
White with #AE915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE915D; }
p { color: rgb(174,145,93); }
H1.HeaderClassName
{
color: #AE915D;
}
.AnyTagClassName
{
color: #AE915D;
}
</style>
background-color css
<style>
a { background-color: #AE915D; }
a { background-color: rgb(174,145,93); }
div.DivClassName
{
background-color: #AE915D;
}
.BgClassName
{
background-color: #AE915D;
}
</style>
border-color css
<style>
span { border-color: #AE915D; }
span { border-color: rgb(174,145,93); }
td.TdClassName
{
border-color: #AE915D;
}
.TagClassName
{
border-color: #AE915D;
}
</style>