#AE9C5D

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

Shades of Barley Corn #AE9C5D

Tints of Barley Corn #AE9C5D

Color information

#AE9C5D (or 0xAE9C5D) is unknown color: approx Barley Corn. HEX triplet: AE, 9C and 5D. RGB value is (174,156,93). Sum of RGB (Red+Green+Blue) = 174+156+93=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9C5D is #5163A2. Grayscale: #9A9A9A. Windows color (decimal): -5333923 or 6134958. OLE color: 6134958.

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

Color convert

RGB17415693-
CMYK00.100.470.32
HSL46.67º33.33%52.35%-
HSV(B)46.67º46.55%68.24%-
XYZ31.3233.5715.18-
YUV154.293.46142.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 93 (36.72% from 255) = 21.99%
R=41.13%
G=36.88%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741569300.100.470.3246.6733.3352.35
HexAE9C5D0A2F202f2134
Octal2562341350125740574164
Binary1010111010011100101110101010101111100000101111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9C5D; }

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

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

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

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

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

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

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

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