COLOR #A0838F

HEX: #A0838F RGB: (160,131,143)

Color info

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

RGB color model

#A0838F color RGB value is (160,131,143).

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

RGB channels and saturation

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

160
131
143

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

Portions of RGB colors in percentages

R + G + B = 160 + 131 + 143 = 434 (100%)
R 160 of 434 ~ 36.87%
G 131 of 434 ~ 30.18%
B 143 of 434 ~ 32.95'%

%36.87
%30.18
%32.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 10.63%
  • 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
%10.63
%37.25

Codes

Color #A0838F in popluar color models

A0 83 8F
RGB 160 131 143
HSL 335° 13.24% 57.06%
HSB/HSV 335° 18.13% 62.75%
CMYK 0.00% 18.13% 10.63%
37.25%

Color #A0838F in popluar number systems.

HEX A0 83 8F
Decimal 160 131 143
Binary 10100000 10000011 10001111
Octal 240 203 217

Shades and tints

Shades of #A0838F

#A0838F
(160,131,143)
#927882
(146,120,130)
#846D75
(132,109,117)
#766268
(118,98,104)
#68575B
(104,87,91)
#5A4C4E
(90,76,78)
#4C4141
(76,65,65)
#3E3634
(62,54,52)
#302B27
(48,43,39)
#22201A
(34,32,26)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #A0838F

#A0838F
(160,131,143)
#A88E99
(168,142,153)
#B099A3
(176,153,163)
#B8A4AD
(184,164,173)
#C0AFB7
(192,175,183)
#C8BAC1
(200,186,193)
#D0C5CB
(208,197,203)
#D8D0D5
(216,208,213)
#E0DBDF
(224,219,223)
#E8E6E9
(232,230,233)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0838F; }

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

This text font color is #A0838F.

Background Color

.myBgColor { background-color: #A0838F; }

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

This div background color is #A0838F.

Border color

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

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

This div border color is #A0838F.

Opacity

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

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

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

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

This text has shadow with #A0838F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0838F.

Preview

Color preview on black background

This text has color #A0838F on black background.


Color preview on white background

This text has color #A0838F on white background.


Black color preview on #A0838F background

This text has black color on #A0838F background.


White color preview on #A0838F background

This text has white color on #A0838F background.


Related colors

Complementary color

Complementary color for #hex is #5F7C70.


I love getcolorcode.com

Triadic colors

1 #8FA083 and #838FA0 with #A0838F are triadic colors.

2 #8F83A0 and #83A08F with #A0838F are triadic colors.