#AE9C62

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

Shades of Barley Corn #AE9C62

Tints of Barley Corn #AE9C62

Color information

#AE9C62 (or 0xAE9C62) is unknown color: approx Barley Corn. HEX triplet: AE, 9C and 62. RGB value is (174,156,98). Sum of RGB (Red+Green+Blue) = 174+156+98=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9C62 is #51639D. Grayscale: #9B9B9B. Windows color (decimal): -5333918 or 6462638. OLE color: 6462638.

HSL color Cylindrical-coordinate representation of color #AE9C62: hue angle of 45.79º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE9C62 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB17415698-
CMYK00.100.440.32
HSL45.79º31.93%53.33%-
HSV(B)45.79º43.68%68.24%-
XYZ31.5533.6616.39-
YUV154.7795.96141.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 156 (61.33% from 255) = 36.45%
BLUE value IS 98 (38.67% from 255) = 22.90%
R=40.65%
G=36.45%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741569800.100.440.3245.7931.9353.33
HexAE9C620A2C202e2035
Octal2562341420125440564065
Binary1010111010011100110001001010101100100000101110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9C62; }

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

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

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

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

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

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

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

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