#AE9A5C

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

Shades of Barley Corn #AE9A5C

Tints of Barley Corn #AE9A5C

Color information

#AE9A5C (or 0xAE9A5C) is unknown color: approx Barley Corn. HEX triplet: AE, 9A and 5C. RGB value is (174,154,92). Sum of RGB (Red+Green+Blue) = 174+154+92=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A5C is #5165A3. Grayscale: #999999. Windows color (decimal): -5334436 or 6068910. OLE color: 6068910.

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

Color convert

RGB17415492-
CMYK00.110.470.32
HSL45.37º33.61%52.16%-
HSV(B)45.37º47.13%68.24%-
XYZ30.9432.8814.84-
YUV152.9193.63143.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 154 (60.55% from 255) = 36.67%
BLUE value IS 92 (36.33% from 255) = 21.90%
R=41.43%
G=36.67%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741549200.110.470.3245.3733.6152.16
HexAE9A5C0B2F202d2234
Octal2562321340135740554264
Binary1010111010011010101110001011101111100000101101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A5C; }

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

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

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

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

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

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

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

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