#AE995B

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

Shades of Barley Corn #AE995B

Tints of Barley Corn #AE995B

Color information

#AE995B (or 0xAE995B) is unknown color: approx Barley Corn. HEX triplet: AE, 99 and 5B. RGB value is (174,153,91). Sum of RGB (Red+Green+Blue) = 174+153+91=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE995B is #5166A4. Grayscale: #989898. Windows color (decimal): -5334693 or 6003118. OLE color: 6003118.

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

Color convert

RGB17415391-
CMYK00.120.480.32
HSL44.82º33.88%51.96%-
HSV(B)44.82º47.7%68.24%-
XYZ30.7432.5414.56-
YUV152.2193.46143.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 153 (60.16% from 255) = 36.60%
BLUE value IS 91 (35.94% from 255) = 21.77%
R=41.63%
G=36.60%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741539100.120.480.3244.8233.8851.96
HexAE995B0C30202d2234
Octal2562311330146040554264
Binary1010111010011001101101101100110000100000101101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE995B; }

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

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

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

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

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

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

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

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