#AE955E

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

Shades of Barley Corn #AE955E

Tints of Barley Corn #AE955E

Color information

#AE955E (or 0xAE955E) is unknown color: approx Barley Corn. HEX triplet: AE, 95 and 5E. RGB value is (174,149,94). Sum of RGB (Red+Green+Blue) = 174+149+94=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE955E is #516AA1. Grayscale: #969696. Windows color (decimal): -5335714 or 6198702. OLE color: 6198702.

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

Color convert

RGB17414994-
CMYK00.140.460.32
HSL41.25º33.06%52.55%-
HSV(B)41.25º45.98%68.24%-
XYZ30.2231.315.04-
YUV150.296.28144.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=41.73%
G=35.73%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741499400.140.460.3241.2533.0652.55
HexAE955E0E2E20292135
Octal2562251360165640514165
Binary1010111010010101101111001110101110100000101001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE955E; }

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

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

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

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

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

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

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

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