#AE9356

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

Shades of Barley Corn #AE9356

Tints of Barley Corn #AE9356

Color information

#AE9356 (or 0xAE9356) is unknown color: approx Barley Corn. HEX triplet: AE, 93 and 56. RGB value is (174,147,86). Sum of RGB (Red+Green+Blue) = 174+147+86=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9356 is #516CA9. Grayscale: #949494. Windows color (decimal): -5336234 or 5673902. OLE color: 5673902.

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

Color convert

RGB17414786-
CMYK00.160.510.32
HSL41.59º35.2%50.98%-
HSV(B)41.59º50.57%68.24%-
XYZ29.5730.5413.14-
YUV148.1292.95146.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 86 (33.98% from 255) = 21.13%
R=42.75%
G=36.12%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741478600.160.510.3241.5935.250.98
HexAE935601033202a2333
Octal2562231260206340524363
Binary10101110100100111010110010000110011100000101010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9356; }

 p { color: rgb(174,147,86); }

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

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

 a { background-color: rgb(174,147,86); }

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

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

 span { border-color: rgb(174,147,86); }

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