Shades of Barley Corn #AE915C
Tints of Barley Corn #AE915C
RGB
CMYK
RGB Variations
Color information
#AE915C (or 0xAE915C) is known color: Barley Corn. HEX triplet: AE, 91 and 5C. RGB value is (174,145,92). Sum of RGB (Red+Green+Blue) = 174+145+92=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE915C is #516EA3. Grayscale: #939393. Windows color (decimal): -5336740 or 6066606. OLE color: 6066606.
HSL color Cylindrical-coordinate representation of color #AE915C: hue angle of 38.78º degrees, saturation: 0.34, 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 #AE915C is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 92 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.32 |
| HSL | 38.78º | 0.34% | 0.52% | - |
| HSV(B) | 38.78º | 0.47% | 0.68% | - |
| XYZ | 29.51 | 30.02 | 14.36 | - |
| YUV | 147.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 92 | 0 | 0.17 | 0.47 | 0.32 | 38.78 | 0.34 | 0.52 |
| Hex | AE | 91 | 5C | 0 | 11 | 2F | 20 | 27 | 22 | 34 |
| Octal | 256 | 221 | 134 | 0 | 21 | 57 | 40 | 47 | 42 | 64 |
| Binary | 10101110 | 10010001 | 1011100 | 0 | 10001 | 101111 | 100000 | 100111 | 100010 | 110100 |
Color Harmonies of #AE915C
Complementary color
Monochromatic Colors of #AE915C
Black with #AE915C
Text Example
Text Example
White with #AE915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE915C; }
p { color: rgb(174,145,92); }
H1.HeaderClassName
{
color: #AE915C;
}
.AnyTagClassName
{
color: #AE915C;
}
</style>
background-color css
<style>
a { background-color: #AE915C; }
a { background-color: rgb(174,145,92); }
div.DivClassName
{
background-color: #AE915C;
}
.BgClassName
{
background-color: #AE915C;
}
</style>
border-color css
<style>
span { border-color: #AE915C; }
span { border-color: rgb(174,145,92); }
td.TdClassName
{
border-color: #AE915C;
}
.TagClassName
{
border-color: #AE915C;
}
</style>