#AE9159

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

Shades of Barley Corn #AE9159

Tints of Barley Corn #AE9159

Color information

#AE9159 (or 0xAE9159) is unknown color: approx Barley Corn. HEX triplet: AE, 91 and 59. RGB value is (174,145,89). Sum of RGB (Red+Green+Blue) = 174+145+89=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9159 is #516EA6. Grayscale: #939393. Windows color (decimal): -5336743 or 5869998. OLE color: 5869998.

HSL color Cylindrical-coordinate representation of color #AE9159: hue angle of 39.53º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE9159 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17414589-
CMYK00.170.490.32
HSL39.53º34.41%51.57%-
HSV(B)39.53º48.85%68.24%-
XYZ29.3829.9713.69-
YUV147.2995.11147.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 89 (35.16% from 255) = 21.81%
R=42.65%
G=35.54%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741458900.170.490.3239.5334.4151.57
HexAE91590113120282234
Octal2562211310216140504264
Binary10101110100100011011001010001110001100000101000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9159; }

 p { color: rgb(174,145,89); }

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

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

 a { background-color: rgb(174,145,89); }

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

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

 span { border-color: rgb(174,145,89); }

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