COLOR #A0838E

HEX: #A0838E RGB: (160,131,142)

Color info

#A0838E contains red, green and blue colors in about the same proportion. Web safe color of #A0838E is #999999 (or #999).

RGB color model

#A0838E color RGB value is (160,131,142).

RGB: (160,131,142) (63%, 51%, 56%)

RGB channels and saturation

R 160 of 255 = 63%
G 131 of 255 = 51%
B 142 of 255 = 56%

160
131
142

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

Portions of RGB colors in percentages

R + G + B = 160 + 131 + 142 = 433 (100%)
R 160 of 433 ~ 36.95%
G 131 of 433 ~ 30.25%
B 142 of 433 ~ 32.79'%

%36.95
%30.25
%32.79

CMYK color model

#A0838E color CMYK value is (0,18,11,37).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 11.25%
  • key color value is 37.25%

CMYK: (0,18,11,37)
C0M18Y11K37 (0%, 18%, 11%, 37%)
(0.00 / 0.18 / 0.11 / 0.37)

CMYK percentages

%0
%18.13
%11.25
%37.25

Codes

Color #A0838E in popluar color models

A0 83 8E
RGB 160 131 142
HSL 337° 13.24% 57.06%
HSB/HSV 337° 18.13% 62.75%
CMYK 0.00% 18.13% 11.25%
37.25%

Color #A0838E in popluar number systems.

HEX A0 83 8E
Decimal 160 131 142
Binary 10100000 10000011 10001110
Octal 240 203 216

Shades and tints

Shades of #A0838E

#A0838E
(160,131,142)
#927882
(146,120,130)
#846D76
(132,109,118)
#76626A
(118,98,106)
#68575E
(104,87,94)
#5A4C52
(90,76,82)
#4C4146
(76,65,70)
#3E363A
(62,54,58)
#302B2E
(48,43,46)
#222022
(34,32,34)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #A0838E

#A0838E
(160,131,142)
#A88E98
(168,142,152)
#B099A2
(176,153,162)
#B8A4AC
(184,164,172)
#C0AFB6
(192,175,182)
#C8BAC0
(200,186,192)
#D0C5CA
(208,197,202)
#D8D0D4
(216,208,212)
#E0DBDE
(224,219,222)
#E8E6E8
(232,230,232)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0838E color. Also use rgb(160,131,142) instead hex code.

Text Font Color

.myTextColor { color: #A0838E; }

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

This text font color is #A0838E.

Background Color

.myBgColor { background-color: #A0838E; }

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

This div background color is #A0838E.

Border color

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

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

This div border color is #A0838E.

Opacity

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

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

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

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

This text has shadow with #A0838E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0838E.

Preview

Color preview on black background

This text has color #A0838E on black background.


Color preview on white background

This text has color #A0838E on white background.


Black color preview on #A0838E background

This text has black color on #A0838E background.


White color preview on #A0838E background

This text has white color on #A0838E background.


Related colors

Complementary color

Complementary color for #hex is #5F7C71.


I love getcolorcode.com

Triadic colors

1 #8EA083 and #838EA0 with #A0838E are triadic colors.

2 #8E83A0 and #83A08E with #A0838E are triadic colors.