#AE995D

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

Shades of Barley Corn #AE995D

Tints of Barley Corn #AE995D

Color information

#AE995D (or 0xAE995D) is unknown color: approx Barley Corn. HEX triplet: AE, 99 and 5D. RGB value is (174,153,93). Sum of RGB (Red+Green+Blue) = 174+153+93=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE995D is #5166A2. Grayscale: #989898. Windows color (decimal): -5334691 or 6134190. OLE color: 6134190.

HSL color Cylindrical-coordinate representation of color #AE995D: hue angle of 44.44º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE995D is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17415393-
CMYK00.120.470.32
HSL44.44º33.33%52.35%-
HSV(B)44.44º46.55%68.24%-
XYZ30.8232.5715.02-
YUV152.4494.46143.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 153 (60.16% from 255) = 36.43%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=41.43%
G=36.43%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741539300.120.470.3244.4433.3352.35
HexAE995D0C2F202c2134
Octal2562311350145740544164
Binary1010111010011001101110101100101111100000101100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE995D; }

 p { color: rgb(174,153,93); }

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

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

 a { background-color: rgb(174,153,93); }

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

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

 span { border-color: rgb(174,153,93); }

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