#AE9560

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

Shades of Barley Corn #AE9560

Tints of Barley Corn #AE9560

Color information

#AE9560 (or 0xAE9560) is unknown color: approx Barley Corn. HEX triplet: AE, 95 and 60. RGB value is (174,149,96). Sum of RGB (Red+Green+Blue) = 174+149+96=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9560 is #516A9F. Grayscale: #969696. Windows color (decimal): -5335712 or 6329774. OLE color: 6329774.

HSL color Cylindrical-coordinate representation of color #AE9560: hue angle of 40.77º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE9560 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17414996-
CMYK00.140.450.32
HSL40.77º32.5%52.94%-
HSV(B)40.77º44.83%68.24%-
XYZ30.3131.3415.52-
YUV150.4397.28144.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=41.53%
G=35.56%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741499600.140.450.3240.7732.552.94
HexAE95600E2D20292035
Octal2562251400165540514065
Binary1010111010010101110000001110101101100000101001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9560; }

 p { color: rgb(174,149,96); }

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

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

 a { background-color: rgb(174,149,96); }

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

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

 span { border-color: rgb(174,149,96); }

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