Shades of Barley Corn #AE955F
Tints of Barley Corn #AE955F
RGB
CMYK
RGB Variations
Color information
#AE955F (or 0xAE955F) is known color: Barley Corn. HEX triplet: AE, 95 and 5F. RGB value is (174,149,95). Sum of RGB (Red+Green+Blue) = 174+149+95=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE955F is #516AA0. Grayscale: #969696. Windows color (decimal): -5335713 or 6264238. OLE color: 6264238.
HSL color Cylindrical-coordinate representation of color #AE955F: hue angle of 41.01º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE955F is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 149 | 95 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.32 |
| HSL | 41.01º | 0.33% | 0.53% | - |
| HSV(B) | 41.01º | 0.45% | 0.68% | - |
| XYZ | 30.27 | 31.32 | 15.28 | - |
| YUV | 150.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 149 | 95 | 0 | 0.14 | 0.45 | 0.32 | 41.01 | 0.33 | 0.53 |
| Hex | AE | 95 | 5F | 0 | E | 2D | 20 | 29 | 21 | 35 |
| Octal | 256 | 225 | 137 | 0 | 16 | 55 | 40 | 51 | 41 | 65 |
| Binary | 10101110 | 10010101 | 1011111 | 0 | 1110 | 101101 | 100000 | 101001 | 100001 | 110101 |
Color Harmonies of #AE955F
Complementary color
Monochromatic Colors of #AE955F
Black with #AE955F
Text Example
Text Example
White with #AE955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE955F; }
p { color: rgb(174,149,95); }
H1.HeaderClassName
{
color: #AE955F;
}
.AnyTagClassName
{
color: #AE955F;
}
</style>
background-color css
<style>
a { background-color: #AE955F; }
a { background-color: rgb(174,149,95); }
div.DivClassName
{
background-color: #AE955F;
}
.BgClassName
{
background-color: #AE955F;
}
</style>
border-color css
<style>
span { border-color: #AE955F; }
span { border-color: rgb(174,149,95); }
td.TdClassName
{
border-color: #AE955F;
}
.TagClassName
{
border-color: #AE955F;
}
</style>