#AE985A

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

Shades of Barley Corn #AE985A

Tints of Barley Corn #AE985A

Color information

#AE985A (or 0xAE985A) is unknown color: approx Barley Corn. HEX triplet: AE, 98 and 5A. RGB value is (174,152,90). Sum of RGB (Red+Green+Blue) = 174+152+90=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE985A is #5167A5. Grayscale: #979797. Windows color (decimal): -5334950 or 5937326. OLE color: 5937326.

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

Color convert

RGB17415290-
CMYK00.130.480.32
HSL44.29º34.15%51.76%-
HSV(B)44.29º48.28%68.24%-
XYZ30.5332.1914.28-
YUV151.5193.29144.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 90 (35.55% from 255) = 21.63%
R=41.83%
G=36.54%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741529000.130.480.3244.2934.1551.76
HexAE985A0D30202c2234
Octal2562301320156040544264
Binary1010111010011000101101001101110000100000101100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE985A; }

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

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

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

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

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

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

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

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