#AE9064

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

Shades of Barley Corn #AE9064

Tints of Barley Corn #AE9064

Color information

#AE9064 (or 0xAE9064) is unknown color: approx Barley Corn. HEX triplet: AE, 90 and 64. RGB value is (174,144,100). Sum of RGB (Red+Green+Blue) = 174+144+100=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9064 is #516F9B. Grayscale: #949494. Windows color (decimal): -5336988 or 6590638. OLE color: 6590638.

HSL color Cylindrical-coordinate representation of color #AE9064: hue angle of 35.68º degrees, saturation: 0.31, 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 #AE9064 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB174144100-
CMYK00.170.430.32
HSL35.68º31.36%53.73%-
HSV(B)35.68º42.53%68.24%-
XYZ29.7329.8716.25-
YUV147.95100.94146.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 144 (56.64% from 255) = 34.45%
BLUE value IS 100 (39.45% from 255) = 23.92%
R=41.63%
G=34.45%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414410000.170.430.3235.6831.3653.73
HexAE90640112B20241f36
Octal2562201440215340443766
Binary1010111010010000110010001000110101110000010010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9064; }

 p { color: rgb(174,144,100); }

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

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

 a { background-color: rgb(174,144,100); }

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

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

 span { border-color: rgb(174,144,100); }

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