COLOR #A0829B

HEX: #A0829B
RGB: (160,130,155)

Color info

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

RGB color model

#A0829B color RGB value is (160,130,155).

  • red value is 160;
  • green value is 130;
  • blue value is 155.
RGB:
(160,130,155)
(63%,51%,61%)

RGB channels and saturation

R 160 of 255 = 63%
G 130 of 255 = 51%
B 155 of 255 = 61%

160
130
155

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

Portions of RGB colors in percentages

R + G + B =
160 + 130 + 155 = 445 (100%)
R 160 of 445 ~ 35.96%
G 130 of 445 ~ 29.21%
B 155 of 445 ~ 34.83%

%35.96
%29.21
%34.83

CMYK color model

#A0829B color CMYK value is (0,19,3,37).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 3.13%
  • key color value is 37.25%
CMYK:
(0,19,3,37)
C0M19Y3K37 
(0%,19%,3%,37%)
(0.00/0.19/0.03/0.37)	

CMYK percentages

%0
%18.75
%3.13
%37.25

Codes

Color #A0829B in popluar color models

A0829B
RGB160130155
HSL310°13.64%56.86%
HSB/HSV310°18.75%62.75%
CMYK0.00%18.75%3.13%
37.25%

Color #A0829B in popluar number systems.

HEXA0829B
Decimal160130155
Binary101000001000001010011011
Octal240202233

Shades and tints

Shades of #A0829B

#A0829B
(160,130,155)
#92778D
(146,119,141)
#846C7F
(132,108,127)
#766171
(118,97,113)
#685663
(104,86,99)
#5A4B55
(90,75,85)
#4C4047
(76,64,71)
#3E3539
(62,53,57)
#302A2B
(48,42,43)
#221F1D
(34,31,29)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #A0829B

#A0829B
(160,130,155)
#A88DA4
(168,141,164)
#B098AD
(176,152,173)
#B8A3B6
(184,163,182)
#C0AEBF
(192,174,191)
#C8B9C8
(200,185,200)
#D0C4D1
(208,196,209)
#D8CFDA
(216,207,218)
#E0DAE3
(224,218,227)
#E8E5EC
(232,229,236)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0829B color. Also use rgb(160,130,155) instead hex code.

Text Font Color

.myTextColor { color: #A0829B; }

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

This text font color is #A0829B.


Background Color

.myBgColor { background-color: #A0829B; }

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

This div background color is #A0829B.


Border color

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

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

This div border color is #A0829B.


Opacity

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

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

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

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

This text has shadow with #A0829B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0829B on black background.


Color preview on white background

This text has color #A0829B on white background.



Black color preview on #A0829B background

This text has black color on #A0829B background.


White color preview on #A0829B background

This text has white color on #A0829B background.