COLOR #A07A8B

HEX: #A07A8B
RGB: (160,122,139)

Color info

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

RGB color model

#A07A8B color RGB value is (160,122,139).

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

RGB channels and saturation

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

160
122
139

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

Portions of RGB colors in percentages

R + G + B =
160 + 122 + 139 = 421 (100%)
R 160 of 421 ~ 38%
G 122 of 421 ~ 28.98%
B 139 of 421 ~ 33.02%

%38
%28.98
%33.02

CMYK color model

#A07A8B color CMYK value is (0,24,13,37).

  • cyan value is 0.00%
  • magenta value is 23.75%
  • yellow value is 13.13%
  • key color value is 37.25%
CMYK:
(0,24,13,37)
C0M24Y13K37 
(0%,24%,13%,37%)
(0.00/0.24/0.13/0.37)	

CMYK percentages

%0
%23.75
%13.13
%37.25

Codes

Color #A07A8B in popluar color models

A07A8B
RGB160122139
HSL333°16.67%55.29%
HSB/HSV333°23.75%62.75%
CMYK0.00%23.75%13.13%
37.25%

Color #A07A8B in popluar number systems.

HEXA07A8B
Decimal160122139
Binary10100000111101010001011
Octal240172213

Shades and tints

Shades of #A07A8B

#A07A8B
(160,122,139)
#926F7F
(146,111,127)
#846473
(132,100,115)
#765967
(118,89,103)
#684E5B
(104,78,91)
#5A434F
(90,67,79)
#4C3843
(76,56,67)
#3E2D37
(62,45,55)
#30222B
(48,34,43)
#22171F
(34,23,31)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #A07A8B

#A07A8B
(160,122,139)
#A88695
(168,134,149)
#B0929F
(176,146,159)
#B89EA9
(184,158,169)
#C0AAB3
(192,170,179)
#C8B6BD
(200,182,189)
#D0C2C7
(208,194,199)
#D8CED1
(216,206,209)
#E0DADB
(224,218,219)
#E8E6E5
(232,230,229)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07A8B; }

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

This text font color is #A07A8B.


Background Color

.myBgColor { background-color: #A07A8B; }

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

This div background color is #A07A8B.


Border color

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

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

This div border color is #A07A8B.


Opacity

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

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

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

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

This text has shadow with #A07A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07A8B on black background.


Color preview on white background

This text has color #A07A8B on white background.



Black color preview on #A07A8B background

This text has black color on #A07A8B background.


White color preview on #A07A8B background

This text has white color on #A07A8B background.