Shades of Barley Corn #AE905D
Tints of Barley Corn #AE905D
RGB
CMYK
RGB Variations
Color information
#AE905D (or 0xAE905D) is known color: Barley Corn. HEX triplet: AE, 90 and 5D. RGB value is (174,144,93). Sum of RGB (Red+Green+Blue) = 174+144+93=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE905D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE905D is #516FA2. Grayscale: #939393. Windows color (decimal): -5336995 or 6131886. OLE color: 6131886.
HSL color Cylindrical-coordinate representation of color #AE905D: hue angle of 37.78º 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 #AE905D is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 144 | 93 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.32 |
| HSL | 37.78º | 0.33% | 0.52% | - |
| HSV(B) | 37.78º | 0.47% | 0.68% | - |
| XYZ | 29.4 | 29.74 | 14.55 | - |
| YUV | 147.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 93 | 0 | 0.17 | 0.47 | 0.32 | 37.78 | 0.33 | 0.52 |
| Hex | AE | 90 | 5D | 0 | 11 | 2F | 20 | 26 | 21 | 34 |
| Octal | 256 | 220 | 135 | 0 | 21 | 57 | 40 | 46 | 41 | 64 |
| Binary | 10101110 | 10010000 | 1011101 | 0 | 10001 | 101111 | 100000 | 100110 | 100001 | 110100 |
Color Harmonies of #AE905D
Complementary color
Monochromatic Colors of #AE905D
Black with #AE905D
Text Example
Text Example
White with #AE905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE905D; }
p { color: rgb(174,144,93); }
H1.HeaderClassName
{
color: #AE905D;
}
.AnyTagClassName
{
color: #AE905D;
}
</style>
background-color css
<style>
a { background-color: #AE905D; }
a { background-color: rgb(174,144,93); }
div.DivClassName
{
background-color: #AE905D;
}
.BgClassName
{
background-color: #AE905D;
}
</style>
border-color css
<style>
span { border-color: #AE905D; }
span { border-color: rgb(174,144,93); }
td.TdClassName
{
border-color: #AE905D;
}
.TagClassName
{
border-color: #AE905D;
}
</style>