#AE9764

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

Shades of Barley Corn #AE9764

Tints of Barley Corn #AE9764

Color information

#AE9764 (or 0xAE9764) is unknown color: approx Barley Corn. HEX triplet: AE, 97 and 64. RGB value is (174,151,100). Sum of RGB (Red+Green+Blue) = 174+151+100=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9764 is #51689B. Grayscale: #989898. Windows color (decimal): -5335196 or 6592430. OLE color: 6592430.

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

Color convert

RGB174151100-
CMYK00.130.430.32
HSL41.35º31.36%53.73%-
HSV(B)41.35º42.53%68.24%-
XYZ30.8232.0516.62-
YUV152.0698.62143.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 100 (39.45% from 255) = 23.53%
R=40.94%
G=35.53%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415110000.130.430.3241.3531.3653.73
HexAE97640D2B20291f36
Octal2562271440155340513766
Binary101011101001011111001000110110101110000010100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9764; }

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

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

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

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

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

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

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

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