#AE9A5B

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

Shades of Barley Corn #AE9A5B

Tints of Barley Corn #AE9A5B

Color information

#AE9A5B (or 0xAE9A5B) is unknown color: approx Barley Corn. HEX triplet: AE, 9A and 5B. RGB value is (174,154,91). Sum of RGB (Red+Green+Blue) = 174+154+91=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A5B is #5165A4. Grayscale: #999999. Windows color (decimal): -5334437 or 6003374. OLE color: 6003374.

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

Color convert

RGB17415491-
CMYK00.110.480.32
HSL45.54º33.88%51.96%-
HSV(B)45.54º47.7%68.24%-
XYZ30.932.8714.61-
YUV152.893.13143.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 91 (35.94% from 255) = 21.72%
R=41.53%
G=36.75%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741549100.110.480.3245.5433.8851.96
HexAE9A5B0B30202e2234
Octal2562321330136040564264
Binary1010111010011010101101101011110000100000101110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A5B; }

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

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

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

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

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

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

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

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