#AE9367

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

Shades of Barley Corn #AE9367

Tints of Barley Corn #AE9367

Color information

#AE9367 (or 0xAE9367) is unknown color: approx Barley Corn. HEX triplet: AE, 93 and 67. RGB value is (174,147,103). Sum of RGB (Red+Green+Blue) = 174+147+103=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9367 is #516C98. Grayscale: #969696. Windows color (decimal): -5336217 or 6788014. OLE color: 6788014.

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

Color convert

RGB174147103-
CMYK00.160.410.32
HSL37.18º30.47%54.31%-
HSV(B)37.18º40.8%68.24%-
XYZ30.3430.8517.19-
YUV150.06101.45145.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 103 (40.62% from 255) = 24.29%
R=41.04%
G=34.67%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414710300.160.410.3237.1830.4754.31
HexAE93670102920251e36
Octal2562231470205140453666
Binary1010111010010011110011101000010100110000010010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9367; }

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

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

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

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

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

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

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

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