#AE8F5E

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

Shades of Barley Corn #AE8F5E

Tints of Barley Corn #AE8F5E

Color information

#AE8F5E (or 0xAE8F5E) is unknown color: approx Barley Corn. HEX triplet: AE, 8F and 5E. RGB value is (174,143,94). Sum of RGB (Red+Green+Blue) = 174+143+94=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8F5E is #5170A1. Grayscale: #929292. Windows color (decimal): -5337250 or 6197166. OLE color: 6197166.

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

Color convert

RGB17414394-
CMYK00.180.460.32
HSL36.75º33.06%52.55%-
HSV(B)36.75º45.98%68.24%-
XYZ29.329.4514.73-
YUV146.6898.27147.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.34%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 94 (37.11% from 255) = 22.87%
R=42.34%
G=34.79%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741439400.180.460.3236.7533.0652.55
HexAE8F5E0122E20252135
Octal2562171360225640454165
Binary10101110100011111011110010010101110100000100101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8F5E; }

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

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

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

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

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

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

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

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