COLOR #A0857F

HEX: #A0857F RGB: (160,133,127)

Color info

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

RGB color model

#A0857F color RGB value is (160,133,127).

RGB: (160,133,127) (63%, 52%, 50%)

RGB channels and saturation

R 160 of 255 = 63%
G 133 of 255 = 52%
B 127 of 255 = 50%

160
133
127

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

Portions of RGB colors in percentages

R + G + B = 160 + 133 + 127 = 420 (100%)
R 160 of 420 ~ 38.1%
G 133 of 420 ~ 31.67%
B 127 of 420 ~ 30.24'%

%38.1
%31.67
%30.24

CMYK color model

#A0857F color CMYK value is (0,17,21,37).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 20.63%
  • key color value is 37.25%

CMYK: (0,17,21,37)
C0M17Y21K37 (0%, 17%, 21%, 37%)
(0.00 / 0.17 / 0.21 / 0.37)

CMYK percentages

%0
%16.88
%20.63
%37.25

Codes

Color #A0857F in popluar color models

A0 85 7F
RGB 160 133 127
HSL 11° 14.80% 56.27%
HSB/HSV 11° 20.63% 62.75%
CMYK 0.00% 16.88% 20.63%
37.25%

Color #A0857F in popluar number systems.

HEX A0 85 7F
Decimal 160 133 127
Binary 10100000 10000101 1111111
Octal 240 205 177

Shades and tints

Shades of #A0857F

#A0857F
(160,133,127)
#927974
(146,121,116)
#846D69
(132,109,105)
#76615E
(118,97,94)
#685553
(104,85,83)
#5A4948
(90,73,72)
#4C3D3D
(76,61,61)
#3E3132
(62,49,50)
#302527
(48,37,39)
#22191C
(34,25,28)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #A0857F

#A0857F
(160,133,127)
#A8908A
(168,144,138)
#B09B95
(176,155,149)
#B8A6A0
(184,166,160)
#C0B1AB
(192,177,171)
#C8BCB6
(200,188,182)
#D0C7C1
(208,199,193)
#D8D2CC
(216,210,204)
#E0DDD7
(224,221,215)
#E8E8E2
(232,232,226)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0857F color. Also use rgb(160,133,127) instead hex code.

Text Font Color

.myTextColor { color: #A0857F; }

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

This text font color is #A0857F.

Background Color

.myBgColor { background-color: #A0857F; }

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

This div background color is #A0857F.

Border color

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

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

This div border color is #A0857F.

Opacity

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

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

Text with #A0857F 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 #A0857F;}

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

This text has shadow with #A0857F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0857F.

Preview

Color preview on black background

This text has color #A0857F on black background.


Color preview on white background

This text has color #A0857F on white background.


Black color preview on #A0857F background

This text has black color on #A0857F background.


White color preview on #A0857F background

This text has white color on #A0857F background.


Related colors

Complementary color

Complementary color for #hex is #5F7A80.


I love getcolorcode.com

Triadic colors

1 #7FA085 and #857FA0 with #A0857F are triadic colors.

2 #7F85A0 and #85A07F with #A0857F are triadic colors.