#AE925A

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

Shades of Barley Corn #AE925A

Tints of Barley Corn #AE925A

Color information

#AE925A (or 0xAE925A) is unknown color: approx Barley Corn. HEX triplet: AE, 92 and 5A. RGB value is (174,146,90). Sum of RGB (Red+Green+Blue) = 174+146+90=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE925A is #516DA5. Grayscale: #949494. Windows color (decimal): -5336486 or 5935790. OLE color: 5935790.

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

Color convert

RGB17414690-
CMYK00.160.480.32
HSL40º34.15%51.76%-
HSV(B)40º48.28%68.24%-
XYZ29.5830.2913.96-
YUV147.9995.28146.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.44%
GREEN value IS 146 (57.42% from 255) = 35.61%
BLUE value IS 90 (35.55% from 255) = 21.95%
R=42.44%
G=35.61%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741469000.160.480.324034.1551.76
HexAE925A0103020282234
Octal2562221320206040504264
Binary10101110100100101011010010000110000100000101000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE925A; }

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

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

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

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

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

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

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

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