#AE9559

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

Shades of Barley Corn #AE9559

Tints of Barley Corn #AE9559

Color information

#AE9559 (or 0xAE9559) is unknown color: approx Barley Corn. HEX triplet: AE, 95 and 59. RGB value is (174,149,89). Sum of RGB (Red+Green+Blue) = 174+149+89=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9559 is #516AA6. Grayscale: #959595. Windows color (decimal): -5335719 or 5871022. OLE color: 5871022.

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

Color convert

RGB17414989-
CMYK00.140.490.32
HSL42.35º34.41%51.57%-
HSV(B)42.35º48.85%68.24%-
XYZ30.0131.2113.89-
YUV149.6493.78145.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 149 (58.59% from 255) = 36.17%
BLUE value IS 89 (35.16% from 255) = 21.60%
R=42.23%
G=36.17%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741498900.140.490.3242.3534.4151.57
HexAE95590E31202a2234
Octal2562251310166140524264
Binary1010111010010101101100101110110001100000101010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9559; }

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

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

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

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

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

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

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

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