#AE915A

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

Shades of Barley Corn #AE915A

Tints of Barley Corn #AE915A

Color information

#AE915A (or 0xAE915A) is unknown color: approx Barley Corn. HEX triplet: AE, 91 and 5A. RGB value is (174,145,90). Sum of RGB (Red+Green+Blue) = 174+145+90=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE915A is #516EA5. Grayscale: #939393. Windows color (decimal): -5336742 or 5935534. OLE color: 5935534.

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

Color convert

RGB17414590-
CMYK00.170.480.32
HSL39.29º34.15%51.76%-
HSV(B)39.29º48.28%68.24%-
XYZ29.4329.9913.91-
YUV147.495.61146.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.54%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 90 (35.55% from 255) = 22.00%
R=42.54%
G=35.45%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741459000.170.480.3239.2934.1551.76
HexAE915A0113020272234
Octal2562211320216040474264
Binary10101110100100011011010010001110000100000100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE915A; }

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

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

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

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

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

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

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

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