#ae8c5d

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

Shades of Barley Corn #AE8C5D

Tints of Barley Corn #AE8C5D

Color information

#AE8C5D (or 0xAE8C5D) is unknown color: approx Barley Corn. HEX triplet: AE, 8C and 5D. RGB value is (174,140,93). Sum of RGB (Red+Green+Blue) = 174+140+93=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C5D is #5173A2. Grayscale: #919191. Windows color (decimal): -5338019 or 6130862. OLE color: 6130862.

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

Color convert

RGB17414093-
CMYK00.200.470.32
HSL34.81º33.33%52.35%-
HSV(B)34.81º46.55%68.24%-
XYZ28.8128.5514.35-
YUV144.8198.76148.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=42.75%
G=34.40%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741409300.200.470.3234.8133.3352.35
HexAE8C5D0142F20232134
Octal2562141350245740434164
Binary10101110100011001011101010100101111100000100011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae8c5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae8c5d; }

 p { color: rgb(174,140,93); }

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

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

 a { background-color: rgb(174,140,93); }

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

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

 span { border-color: rgb(174,140,93); }

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