#AE925B

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

Shades of Barley Corn #AE925B

Tints of Barley Corn #AE925B

Color information

#AE925B (or 0xAE925B) is unknown color: approx Barley Corn. HEX triplet: AE, 92 and 5B. RGB value is (174,146,91). Sum of RGB (Red+Green+Blue) = 174+146+91=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE925B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE925B is #516DA4. Grayscale: #949494. Windows color (decimal): -5336485 or 6001326. OLE color: 6001326.

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

Color convert

RGB17414691-
CMYK00.160.480.32
HSL39.76º33.88%51.96%-
HSV(B)39.76º47.7%68.24%-
XYZ29.6230.3114.19-
YUV148.195.78146.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.34%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 91 (35.94% from 255) = 22.14%
R=42.34%
G=35.52%
B=22.14%

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
Decimal1741469100.160.480.3239.7633.8851.96
HexAE925B0103020282234
Octal2562221330206040504264
Binary10101110100100101011011010000110000100000101000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE925B; }

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

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

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

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

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

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

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

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