COLOR #A0838A

HEX: #A0838A RGB: (160,131,138)

Color info

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

RGB color model

#A0838A color RGB value is (160,131,138).

RGB: (160,131,138) (63%, 51%, 54%)

RGB channels and saturation

R 160 of 255 = 63%
G 131 of 255 = 51%
B 138 of 255 = 54%

160
131
138

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

Portions of RGB colors in percentages

R + G + B = 160 + 131 + 138 = 429 (100%)
R 160 of 429 ~ 37.3%
G 131 of 429 ~ 30.54%
B 138 of 429 ~ 32.17'%

%37.3
%30.54
%32.17

CMYK color model

#A0838A color CMYK value is (0,18,14,37).

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

CMYK: (0,18,14,37)
C0M18Y14K37 (0%, 18%, 14%, 37%)
(0.00 / 0.18 / 0.14 / 0.37)

CMYK percentages

%0
%18.13
%13.75
%37.25

Codes

Color #A0838A in popluar color models

A0 83 8A
RGB 160 131 138
HSL 346° 13.24% 57.06%
HSB/HSV 346° 18.13% 62.75%
CMYK 0.00% 18.13% 13.75%
37.25%

Color #A0838A in popluar number systems.

HEX A0 83 8A
Decimal 160 131 138
Binary 10100000 10000011 10001010
Octal 240 203 212

Shades and tints

Shades of #A0838A

#A0838A
(160,131,138)
#92787E
(146,120,126)
#846D72
(132,109,114)
#766266
(118,98,102)
#68575A
(104,87,90)
#5A4C4E
(90,76,78)
#4C4142
(76,65,66)
#3E3636
(62,54,54)
#302B2A
(48,43,42)
#22201E
(34,32,30)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #A0838A

#A0838A
(160,131,138)
#A88E94
(168,142,148)
#B0999E
(176,153,158)
#B8A4A8
(184,164,168)
#C0AFB2
(192,175,178)
#C8BABC
(200,186,188)
#D0C5C6
(208,197,198)
#D8D0D0
(216,208,208)
#E0DBDA
(224,219,218)
#E8E6E4
(232,230,228)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0838A; }

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

This text font color is #A0838A.

Background Color

.myBgColor { background-color: #A0838A; }

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

This div background color is #A0838A.

Border color

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

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

This div border color is #A0838A.

Opacity

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

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

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

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

This text has shadow with #A0838A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0838A.

Preview

Color preview on black background

This text has color #A0838A on black background.


Color preview on white background

This text has color #A0838A on white background.


Black color preview on #A0838A background

This text has black color on #A0838A background.


White color preview on #A0838A background

This text has white color on #A0838A background.


Related colors

Complementary color

Complementary color for #hex is #5F7C75.


I love getcolorcode.com

Triadic colors

1 #8AA083 and #838AA0 with #A0838A are triadic colors.

2 #8A83A0 and #83A08A with #A0838A are triadic colors.