#AE9863

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

Shades of Barley Corn #AE9863

Tints of Barley Corn #AE9863

Color information

#AE9863 (or 0xAE9863) is unknown color: approx Barley Corn. HEX triplet: AE, 98 and 63. RGB value is (174,152,99). Sum of RGB (Red+Green+Blue) = 174+152+99=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9863 is #51679C. Grayscale: #989898. Windows color (decimal): -5334941 or 6527150. OLE color: 6527150.

HSL color Cylindrical-coordinate representation of color #AE9863: hue angle of 42.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE9863 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB17415299-
CMYK00.130.430.32
HSL42.4º31.65%53.53%-
HSV(B)42.4º43.1%68.24%-
XYZ30.9432.3616.42-
YUV152.5497.79143.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 152 (59.77% from 255) = 35.76%
BLUE value IS 99 (39.06% from 255) = 23.29%
R=40.94%
G=35.76%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741529900.130.430.3242.431.6553.53
HexAE98630D2B202a2036
Octal2562301430155340524066
Binary1010111010011000110001101101101011100000101010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9863; }

 p { color: rgb(174,152,99); }

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

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

 a { background-color: rgb(174,152,99); }

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

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

 span { border-color: rgb(174,152,99); }

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