#AE9457

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

Shades of Barley Corn #AE9457

Tints of Barley Corn #AE9457

Color information

#AE9457 (or 0xAE9457) is unknown color: approx Barley Corn. HEX triplet: AE, 94 and 57. RGB value is (174,148,87). Sum of RGB (Red+Green+Blue) = 174+148+87=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9457 is #516BA8. Grayscale: #959595. Windows color (decimal): -5335977 or 5739694. OLE color: 5739694.

HSL color Cylindrical-coordinate representation of color #AE9457: hue angle of 42.07º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE9457 is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB17414887-
CMYK00.150.50.32
HSL42.07º34.94%51.18%-
HSV(B)42.07º50%68.24%-
XYZ29.7730.8713.41-
YUV148.8293.11145.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.54%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 87 (34.38% from 255) = 21.27%
R=42.54%
G=36.19%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741488700.150.50.3242.0734.9451.18
HexAE94570F32202a2333
Octal2562241270176240524363
Binary1010111010010100101011101111110010100000101010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9457; }

 p { color: rgb(174,148,87); }

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

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

 a { background-color: rgb(174,148,87); }

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

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

 span { border-color: rgb(174,148,87); }

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