#AE935E

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

Shades of Barley Corn #AE935E

Tints of Barley Corn #AE935E

Color information

#AE935E (or 0xAE935E) is unknown color: approx Barley Corn. HEX triplet: AE, 93 and 5E. RGB value is (174,147,94). Sum of RGB (Red+Green+Blue) = 174+147+94=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE935E is #516CA1. Grayscale: #959595. Windows color (decimal): -5336226 or 6198190. OLE color: 6198190.

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

Color convert

RGB17414794-
CMYK00.160.460.32
HSL39.75º33.06%52.55%-
HSV(B)39.75º45.98%68.24%-
XYZ29.9130.6714.93-
YUV149.0396.95145.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 94 (37.11% from 255) = 22.65%
R=41.93%
G=35.42%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741479400.160.460.3239.7533.0652.55
HexAE935E0102E20282135
Octal2562231360205640504165
Binary10101110100100111011110010000101110100000101000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE935E; }

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

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

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

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

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

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

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

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