COLOR #A0957C

HEX: #A0957C RGB: (160,149,124)

Color info

#A0957C contains red, green and blue colors in about the same proportion. Web safe color of #A0957C is #999966 (or #996).

RGB color model

#A0957C color RGB value is (160,149,124).

RGB: (160,149,124) (63%, 58%, 49%)

RGB channels and saturation

R 160 of 255 = 63%
G 149 of 255 = 58%
B 124 of 255 = 49%

160
149
124

R + G + B ~ 57%. #A0957C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 160 + 149 + 124 = 433 (100%)
R 160 of 433 ~ 36.95%
G 149 of 433 ~ 34.41%
B 124 of 433 ~ 28.64'%

%36.95
%34.41
%28.64

CMYK color model

#A0957C color CMYK value is (0,7,23,37).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 22.50%
  • key color value is 37.25%

CMYK: (0,7,23,37)
C0M7Y23K37 (0%, 7%, 23%, 37%)
(0.00 / 0.07 / 0.23 / 0.37)

CMYK percentages

%0
%6.87
%22.5
%37.25

Codes

Color #A0957C in popluar color models

A0 95 7C
RGB 160 149 124
HSL 42° 15.93% 55.69%
HSB/HSV 42° 22.50% 62.75%
CMYK 0.00% 6.87% 22.50%
37.25%

Color #A0957C in popluar number systems.

HEX A0 95 7C
Decimal 160 149 124
Binary 10100000 10010101 1111100
Octal 240 225 174

Shades and tints

Shades of #A0957C

#A0957C
(160,149,124)
#928871
(146,136,113)
#847B66
(132,123,102)
#766E5B
(118,110,91)
#686150
(104,97,80)
#5A5445
(90,84,69)
#4C473A
(76,71,58)
#3E3A2F
(62,58,47)
#302D24
(48,45,36)
#222019
(34,32,25)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #A0957C

#A0957C
(160,149,124)
#A89E87
(168,158,135)
#B0A792
(176,167,146)
#B8B09D
(184,176,157)
#C0B9A8
(192,185,168)
#C8C2B3
(200,194,179)
#D0CBBE
(208,203,190)
#D8D4C9
(216,212,201)
#E0DDD4
(224,221,212)
#E8E6DF
(232,230,223)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0957C color. Also use rgb(160,149,124) instead hex code.

Text Font Color

.myTextColor { color: #A0957C; }

<p style="color:#A0957C">This sample text font color is #A0957C.</p>

This text font color is #A0957C.

Background Color

.myBgColor { background-color: #A0957C; }

<div style="background-color:#A0957C">Inner text</div>

This div background color is #A0957C.

Border color

.myBorderColor { border: 1px solid #A0957C; }

<div style="border:3px solid #A0957C">Div</div>

This div border color is #A0957C.

Opacity

.myOpacity80 { color: #A0957C; opacity: 0.8; }

<p style="color:#A0957C;opacity:0.8;">80%</p>

Text with #A0957C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A0957C;}

<p style="text-shadow: 3px 3px 1px #A0957C">Text here.</p>

This text has shadow with #A0957C color.


.textShadow {text-shadow: 3px 3px 1px #A0957C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A0957C, 5px 5px 20px red">Text here.</p>

This text has shadow with #A0957C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A0957C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A0957C, Direction=45, Strength=4)">Text</p>

This text has shadow with #A0957C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A0957C;
-webkit-box-shadow: 1px 1px 3px 2px #A0957C;
box-shadow: 1px 1px 3px 2px #A0957C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A0957C; -webkit-box-shadow: 1px 1px 3px 2px #A0957C; box-shadow:1px 1px 3px 2px #A0957C;">
Div content here
</div>

This div box has shadow with color #A0957C.

Preview

Color preview on black background

This text has color #A0957C on black background.


Color preview on white background

This text has color #A0957C on white background.


Black color preview on #A0957C background

This text has black color on #A0957C background.


White color preview on #A0957C background

This text has white color on #A0957C background.


Related colors

Complementary color

Complementary color for #hex is #5F6A83.


I love getcolorcode.com

Triadic colors

1 #7CA095 and #957CA0 with #A0957C are triadic colors.

2 #7C95A0 and #95A07C with #A0957C are triadic colors.