#AE9456

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

Shades of Barley Corn #AE9456

Tints of Barley Corn #AE9456

Color information

#AE9456 (or 0xAE9456) is unknown color: approx Barley Corn. HEX triplet: AE, 94 and 56. RGB value is (174,148,86). Sum of RGB (Red+Green+Blue) = 174+148+86=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9456 is #516BA9. Grayscale: #949494. Windows color (decimal): -5335978 or 5674158. OLE color: 5674158.

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

Color convert

RGB17414886-
CMYK00.150.510.32
HSL42.27º35.2%50.98%-
HSV(B)42.27º50.57%68.24%-
XYZ29.7330.8513.19-
YUV148.7192.61146.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=42.65%
G=36.27%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741488600.150.510.3242.2735.250.98
HexAE94560F33202a2333
Octal2562241260176340524363
Binary1010111010010100101011001111110011100000101010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9456; }

 p { color: rgb(174,148,86); }

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

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

 a { background-color: rgb(174,148,86); }

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

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

 span { border-color: rgb(174,148,86); }

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