#AE9359

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

Shades of Barley Corn #AE9359

Tints of Barley Corn #AE9359

Color information

#AE9359 (or 0xAE9359) is unknown color: approx Barley Corn. HEX triplet: AE, 93 and 59. RGB value is (174,147,89). Sum of RGB (Red+Green+Blue) = 174+147+89=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9359 is #516CA6. Grayscale: #949494. Windows color (decimal): -5336231 or 5870510. OLE color: 5870510.

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

Color convert

RGB17414789-
CMYK00.160.490.32
HSL40.94º34.41%51.57%-
HSV(B)40.94º48.85%68.24%-
XYZ29.6930.5913.79-
YUV148.4694.45146.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.44%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 89 (35.16% from 255) = 21.71%
R=42.44%
G=35.85%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741478900.160.490.3240.9434.4151.57
HexAE93590103120292234
Octal2562231310206140514264
Binary10101110100100111011001010000110001100000101001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9359; }

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

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

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

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

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

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

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

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