#AE8F5A

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

Shades of Barley Corn #AE8F5A

Tints of Barley Corn #AE8F5A

Color information

#AE8F5A (or 0xAE8F5A) is unknown color: approx Barley Corn. HEX triplet: AE, 8F and 5A. RGB value is (174,143,90). Sum of RGB (Red+Green+Blue) = 174+143+90=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8F5A is #5170A5. Grayscale: #929292. Windows color (decimal): -5337254 or 5935022. OLE color: 5935022.

HSL color Cylindrical-coordinate representation of color #AE8F5A: hue angle of 37.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE8F5A is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB17414390-
CMYK00.180.480.32
HSL37.86º34.15%51.76%-
HSV(B)37.86º48.28%68.24%-
XYZ29.1229.3813.81-
YUV146.2396.27147.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=42.75%
G=35.14%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741439000.180.480.3237.8634.1551.76
HexAE8F5A0123020262234
Octal2562171320226040464264
Binary10101110100011111011010010010110000100000100110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8F5A; }

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

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

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

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

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

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

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

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