COLOR #A0838D

HEX: #A0838D RGB: (160,131,141)

Color info

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

RGB color model

#A0838D color RGB value is (160,131,141).

RGB: (160,131,141) (63%, 51%, 55%)

RGB channels and saturation

R 160 of 255 = 63%
G 131 of 255 = 51%
B 141 of 255 = 55%

160
131
141

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

Portions of RGB colors in percentages

R + G + B = 160 + 131 + 141 = 432 (100%)
R 160 of 432 ~ 37.04%
G 131 of 432 ~ 30.32%
B 141 of 432 ~ 32.64'%

%37.04
%30.32
%32.64

CMYK color model

#A0838D color CMYK value is (0,18,12,37).

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

CMYK: (0,18,12,37)
C0M18Y12K37 (0%, 18%, 12%, 37%)
(0.00 / 0.18 / 0.12 / 0.37)

CMYK percentages

%0
%18.13
%11.88
%37.25

Codes

Color #A0838D in popluar color models

A0 83 8D
RGB 160 131 141
HSL 339° 13.24% 57.06%
HSB/HSV 339° 18.13% 62.75%
CMYK 0.00% 18.13% 11.88%
37.25%

Color #A0838D in popluar number systems.

HEX A0 83 8D
Decimal 160 131 141
Binary 10100000 10000011 10001101
Octal 240 203 215

Shades and tints

Shades of #A0838D

#A0838D
(160,131,141)
#927881
(146,120,129)
#846D75
(132,109,117)
#766269
(118,98,105)
#68575D
(104,87,93)
#5A4C51
(90,76,81)
#4C4145
(76,65,69)
#3E3639
(62,54,57)
#302B2D
(48,43,45)
#222021
(34,32,33)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #A0838D

#A0838D
(160,131,141)
#A88E97
(168,142,151)
#B099A1
(176,153,161)
#B8A4AB
(184,164,171)
#C0AFB5
(192,175,181)
#C8BABF
(200,186,191)
#D0C5C9
(208,197,201)
#D8D0D3
(216,208,211)
#E0DBDD
(224,219,221)
#E8E6E7
(232,230,231)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0838D; }

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

This text font color is #A0838D.

Background Color

.myBgColor { background-color: #A0838D; }

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

This div background color is #A0838D.

Border color

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

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

This div border color is #A0838D.

Opacity

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

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

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

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

This text has shadow with #A0838D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0838D.

Preview

Color preview on black background

This text has color #A0838D on black background.


Color preview on white background

This text has color #A0838D on white background.


Black color preview on #A0838D background

This text has black color on #A0838D background.


White color preview on #A0838D background

This text has white color on #A0838D background.


Related colors

Complementary color

Complementary color for #hex is #5F7C72.


I love getcolorcode.com

Triadic colors

1 #8DA083 and #838DA0 with #A0838D are triadic colors.

2 #8D83A0 and #83A08D with #A0838D are triadic colors.