#AE9B65

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

Shades of Barley Corn #AE9B65

Tints of Barley Corn #AE9B65

Color information

#AE9B65 (or 0xAE9B65) is unknown color: approx Barley Corn. HEX triplet: AE, 9B and 65. RGB value is (174,155,101). Sum of RGB (Red+Green+Blue) = 174+155+101=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9B65 is #51649A. Grayscale: #9A9A9A. Windows color (decimal): -5334171 or 6658990. OLE color: 6658990.

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

Color convert

RGB174155101-
CMYK00.110.420.32
HSL44.38º31.06%53.92%-
HSV(B)44.38º41.95%68.24%-
XYZ31.5333.3817.09-
YUV154.5297.79141.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.47%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=40.47%
G=36.05%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415510100.110.420.3244.3831.0653.92
HexAE9B650B2A202c1f36
Octal2562331450135240543766
Binary101011101001101111001010101110101010000010110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9B65; }

 p { color: rgb(174,155,101); }

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

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

 a { background-color: rgb(174,155,101); }

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

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

 span { border-color: rgb(174,155,101); }

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