#AE8E5E

Color #AE8E5E Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #AE8E5E

Tints of Barley Corn #AE8E5E

Color information

#AE8E5E (or 0xAE8E5E) is unknown color: approx Barley Corn. HEX triplet: AE, 8E and 5E. RGB value is (174,142,94). Sum of RGB (Red+Green+Blue) = 174+142+94=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8E5E is #5171A1. Grayscale: #929292. Windows color (decimal): -5337506 or 6196910. OLE color: 6196910.

HSL color Cylindrical-coordinate representation of color #AE8E5E: hue angle of 36º 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 #AE8E5E is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB17414294-
CMYK00.180.460.32
HSL36º33.06%52.55%-
HSV(B)36º45.98%68.24%-
XYZ29.1529.1514.68-
YUV146.198.6147.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 42.44%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 94 (37.11% from 255) = 22.93%
R=42.44%
G=34.63%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741429400.180.460.323633.0652.55
HexAE8E5E0122E20242135
Octal2562161360225640444165
Binary10101110100011101011110010010101110100000100100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E5E; }

 p { color: rgb(174,142,94); }

 H1.HeaderClassName
 {
   color: #AE8E5E;
 }
 .AnyTagClassName
 {
   color: #AE8E5E;
 }
</style>
background-color css

<style>
 a { background-color: #AE8E5E; }

 a { background-color: rgb(174,142,94); }

 div.DivClassName
 {
   background-color: #AE8E5E;
 }
 .BgClassName
 {
   background-color: #AE8E5E;
 }
</style>
border-color css

<style>
 span { border-color: #AE8E5E; }

 span { border-color: rgb(174,142,94); }

 td.TdClassName
 {
   border-color: #AE8E5E;
 }
 .TagClassName
 {
   border-color: #AE8E5E;
 }
</style>