#AE8C61

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

Shades of Barley Corn #AE8C61

Tints of Barley Corn #AE8C61

Color information

#AE8C61 (or 0xAE8C61) is unknown color: approx Barley Corn. HEX triplet: AE, 8C and 61. RGB value is (174,140,97). Sum of RGB (Red+Green+Blue) = 174+140+97=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C61 is #51739E. Grayscale: #919191. Windows color (decimal): -5338015 or 6393006. OLE color: 6393006.

HSL color Cylindrical-coordinate representation of color #AE8C61: hue angle of 33.51º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE8C61 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB17414097-
CMYK00.200.440.32
HSL33.51º32.22%53.14%-
HSV(B)33.51º44.25%68.24%-
XYZ28.9928.6215.31-
YUV145.26100.76148.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.34%
GREEN value IS 140 (55.08% from 255) = 34.06%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=42.34%
G=34.06%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741409700.200.440.3233.5132.2253.14
HexAE8C610142C20222035
Octal2562141410245440424065
Binary10101110100011001100001010100101100100000100010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8C61; }

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

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

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

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

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

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

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

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