#AE9062

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

Shades of Barley Corn #AE9062

Tints of Barley Corn #AE9062

Color information

#AE9062 (or 0xAE9062) is unknown color: approx Barley Corn. HEX triplet: AE, 90 and 62. RGB value is (174,144,98). Sum of RGB (Red+Green+Blue) = 174+144+98=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9062 is #516F9D. Grayscale: #939393. Windows color (decimal): -5336990 or 6459566. OLE color: 6459566.

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

Color convert

RGB17414498-
CMYK00.170.440.32
HSL36.32º31.93%53.33%-
HSV(B)36.32º43.68%68.24%-
XYZ29.6329.8315.75-
YUV147.7399.94146.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 98 (38.67% from 255) = 23.56%
R=41.83%
G=34.62%
B=23.56%

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
Decimal1741449800.170.440.3236.3231.9353.33
HexAE90620112C20242035
Octal2562201420215440444065
Binary10101110100100001100010010001101100100000100100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9062; }

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

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

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

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

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

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

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

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