#AE9A63

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

Shades of Barley Corn #AE9A63

Tints of Barley Corn #AE9A63

Color information

#AE9A63 (or 0xAE9A63) is unknown color: approx Barley Corn. HEX triplet: AE, 9A and 63. RGB value is (174,154,99). Sum of RGB (Red+Green+Blue) = 174+154+99=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A63 is #51659C. Grayscale: #999999. Windows color (decimal): -5334429 or 6527662. OLE color: 6527662.

HSL color Cylindrical-coordinate representation of color #AE9A63: hue angle of 44º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE9A63 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB17415499-
CMYK00.110.430.32
HSL44º31.65%53.53%-
HSV(B)44º43.1%68.24%-
XYZ31.2633.0116.53-
YUV153.7197.13142.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 154 (60.55% from 255) = 36.07%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=40.75%
G=36.07%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741549900.110.430.324431.6553.53
HexAE9A630B2B202c2036
Octal2562321430135340544066
Binary1010111010011010110001101011101011100000101100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A63; }

 p { color: rgb(174,154,99); }

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

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

 a { background-color: rgb(174,154,99); }

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

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

 span { border-color: rgb(174,154,99); }

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