#AE955A

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

Shades of Barley Corn #AE955A

Tints of Barley Corn #AE955A

Color information

#AE955A (or 0xAE955A) is unknown color: approx Barley Corn. HEX triplet: AE, 95 and 5A. RGB value is (174,149,90). Sum of RGB (Red+Green+Blue) = 174+149+90=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE955A is #516AA5. Grayscale: #969696. Windows color (decimal): -5335718 or 5936558. OLE color: 5936558.

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

Color convert

RGB17414990-
CMYK00.140.480.32
HSL42.14º34.15%51.76%-
HSV(B)42.14º48.28%68.24%-
XYZ30.0531.2314.12-
YUV149.7594.28145.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 149 (58.59% from 255) = 36.08%
BLUE value IS 90 (35.55% from 255) = 21.79%
R=42.13%
G=36.08%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741499000.140.480.3242.1434.1551.76
HexAE955A0E30202a2234
Octal2562251320166040524264
Binary1010111010010101101101001110110000100000101010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE955A; }

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

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

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

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

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

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

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

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