#AE945A

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

Shades of Barley Corn #AE945A

Tints of Barley Corn #AE945A

Color information

#AE945A (or 0xAE945A) is unknown color: approx Barley Corn. HEX triplet: AE, 94 and 5A. RGB value is (174,148,90). Sum of RGB (Red+Green+Blue) = 174+148+90=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE945A is #516BA5. Grayscale: #959595. Windows color (decimal): -5335974 or 5936302. OLE color: 5936302.

HSL color Cylindrical-coordinate representation of color #AE945A: hue angle of 41.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE945A is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB17414890-
CMYK00.150.480.32
HSL41.43º34.15%51.76%-
HSV(B)41.43º48.28%68.24%-
XYZ29.8930.9214.06-
YUV149.1694.61145.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 90 (35.55% from 255) = 21.84%
R=42.23%
G=35.92%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741489000.150.480.3241.4334.1551.76
HexAE945A0F3020292234
Octal2562241320176040514264
Binary1010111010010100101101001111110000100000101001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE945A; }

 p { color: rgb(174,148,90); }

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

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

 a { background-color: rgb(174,148,90); }

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

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

 span { border-color: rgb(174,148,90); }

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