#AE9D5E

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

Shades of Barley Corn #AE9D5E

Tints of Barley Corn #AE9D5E

Color information

#AE9D5E (or 0xAE9D5E) is unknown color: approx Barley Corn. HEX triplet: AE, 9D and 5E. RGB value is (174,157,94). Sum of RGB (Red+Green+Blue) = 174+157+94=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9D5E is #5162A1. Grayscale: #9B9B9B. Windows color (decimal): -5333666 or 6200750. OLE color: 6200750.

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

Color convert

RGB17415794-
CMYK00.100.460.32
HSL47.25º33.06%52.55%-
HSV(B)47.25º45.98%68.24%-
XYZ31.5333.9215.48-
YUV154.993.63141.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 157 (61.72% from 255) = 36.94%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=40.94%
G=36.94%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741579400.100.460.3247.2533.0652.55
HexAE9D5E0A2E202f2135
Octal2562351360125640574165
Binary1010111010011101101111001010101110100000101111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9D5E; }

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

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

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

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

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

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

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

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