#AE9158

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

Shades of Barley Corn #AE9158

Tints of Barley Corn #AE9158

Color information

#AE9158 (or 0xAE9158) is unknown color: approx Barley Corn. HEX triplet: AE, 91 and 58. RGB value is (174,145,88). Sum of RGB (Red+Green+Blue) = 174+145+88=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9158 is #516EA7. Grayscale: #939393. Windows color (decimal): -5336744 or 5804462. OLE color: 5804462.

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

Color convert

RGB17414588-
CMYK00.170.490.32
HSL39.77º34.68%51.37%-
HSV(B)39.77º49.43%68.24%-
XYZ29.3429.9513.47-
YUV147.1794.61147.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 88 (34.77% from 255) = 21.62%
R=42.75%
G=35.63%
B=21.62%

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
Decimal1741458800.170.490.3239.7734.6851.37
HexAE91580113120282333
Octal2562211300216140504363
Binary10101110100100011011000010001110001100000101000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9158; }

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

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

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

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

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

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

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

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