#AE9467

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

Shades of Barley Corn #AE9467

Tints of Barley Corn #AE9467

Color information

#AE9467 (or 0xAE9467) is unknown color: approx Barley Corn. HEX triplet: AE, 94 and 67. RGB value is (174,148,103). Sum of RGB (Red+Green+Blue) = 174+148+103=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9467 is #516B98. Grayscale: #969696. Windows color (decimal): -5335961 or 6788270. OLE color: 6788270.

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

Color convert

RGB174148103-
CMYK00.150.410.32
HSL38.03º30.47%54.31%-
HSV(B)38.03º40.8%68.24%-
XYZ30.4931.1617.24-
YUV150.64101.11144.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 103 (40.62% from 255) = 24.24%
R=40.94%
G=34.82%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414810300.150.410.3238.0330.4754.31
HexAE94670F2920261e36
Octal2562241470175140463666
Binary101011101001010011001110111110100110000010011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9467; }

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

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

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

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

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

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

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

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