#AE915E

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

Shades of Barley Corn #AE915E

Tints of Barley Corn #AE915E

Color information

#AE915E (or 0xAE915E) is unknown color: approx Barley Corn. HEX triplet: AE, 91 and 5E. RGB value is (174,145,94). Sum of RGB (Red+Green+Blue) = 174+145+94=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE915E is #516EA1. Grayscale: #949494. Windows color (decimal): -5336738 or 6197678. OLE color: 6197678.

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

Color convert

RGB17414594-
CMYK00.170.460.32
HSL38.25º33.06%52.55%-
HSV(B)38.25º45.98%68.24%-
XYZ29.630.0614.83-
YUV147.8697.61146.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 145 (57.03% from 255) = 35.11%
BLUE value IS 94 (37.11% from 255) = 22.76%
R=42.13%
G=35.11%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741459400.170.460.3238.2533.0652.55
HexAE915E0112E20262135
Octal2562211360215640464165
Binary10101110100100011011110010001101110100000100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE915E; }

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

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

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

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

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

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

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

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