COLOR #A07A8D

HEX: #A07A8D
RGB: (160,122,141)

Color info

#A07A8D contains red, green and blue colors in about the same proportion. Web safe color of #A07A8D is #996699 (or #969).

RGB color model

#A07A8D color RGB value is (160,122,141).

  • red value is 160;
  • green value is 122;
  • blue value is 141.
RGB:
(160,122,141)
(63%,48%,55%)

RGB channels and saturation

R 160 of 255 = 63%
G 122 of 255 = 48%
B 141 of 255 = 55%

160
122
141

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

Portions of RGB colors in percentages

R + G + B =
160 + 122 + 141 = 423 (100%)
R 160 of 423 ~ 37.83%
G 122 of 423 ~ 28.84%
B 141 of 423 ~ 33.33%

%37.83
%28.84
%33.33

CMYK color model

#A07A8D color CMYK value is (0,24,12,37).

  • cyan value is 0.00%
  • magenta value is 23.75%
  • yellow value is 11.88%
  • key color value is 37.25%
CMYK:
(0,24,12,37)
C0M24Y12K37 
(0%,24%,12%,37%)
(0.00/0.24/0.12/0.37)	

CMYK percentages

%0
%23.75
%11.88
%37.25

Codes

Color #A07A8D in popluar color models

A07A8D
RGB160122141
HSL330°16.67%55.29%
HSB/HSV330°23.75%62.75%
CMYK0.00%23.75%11.88%
37.25%

Color #A07A8D in popluar number systems.

HEXA07A8D
Decimal160122141
Binary10100000111101010001101
Octal240172215

Shades and tints

Shades of #A07A8D

#A07A8D
(160,122,141)
#926F81
(146,111,129)
#846475
(132,100,117)
#765969
(118,89,105)
#684E5D
(104,78,93)
#5A4351
(90,67,81)
#4C3845
(76,56,69)
#3E2D39
(62,45,57)
#30222D
(48,34,45)
#221721
(34,23,33)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #A07A8D

#A07A8D
(160,122,141)
#A88697
(168,134,151)
#B092A1
(176,146,161)
#B89EAB
(184,158,171)
#C0AAB5
(192,170,181)
#C8B6BF
(200,182,191)
#D0C2C9
(208,194,201)
#D8CED3
(216,206,211)
#E0DADD
(224,218,221)
#E8E6E7
(232,230,231)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07A8D; }

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

This text font color is #A07A8D.


Background Color

.myBgColor { background-color: #A07A8D; }

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

This div background color is #A07A8D.


Border color

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

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

This div border color is #A07A8D.


Opacity

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

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

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

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

This text has shadow with #A07A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07A8D on black background.


Color preview on white background

This text has color #A07A8D on white background.



Black color preview on #A07A8D background

This text has black color on #A07A8D background.


White color preview on #A07A8D background

This text has white color on #A07A8D background.