#AE9061

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

Shades of Barley Corn #AE9061

Tints of Barley Corn #AE9061

Color information

#AE9061 (or 0xAE9061) is unknown color: approx Barley Corn. HEX triplet: AE, 90 and 61. RGB value is (174,144,97). Sum of RGB (Red+Green+Blue) = 174+144+97=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9061 is #516F9E. Grayscale: #939393. Windows color (decimal): -5336991 or 6394030. OLE color: 6394030.

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

Color convert

RGB17414497-
CMYK00.170.440.32
HSL36.62º32.22%53.14%-
HSV(B)36.62º44.25%68.24%-
XYZ29.5929.8115.5-
YUV147.6199.44146.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 144 (56.64% from 255) = 34.70%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=41.93%
G=34.70%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741449700.170.440.3236.6232.2253.14
HexAE90610112C20252035
Octal2562201410215440454065
Binary10101110100100001100001010001101100100000100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9061; }

 p { color: rgb(174,144,97); }

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

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

 a { background-color: rgb(174,144,97); }

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

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

 span { border-color: rgb(174,144,97); }

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