COLOR #A07B8A

HEX: #A07B8A
RGB: (160,123,138)

Color info

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

RGB color model

#A07B8A color RGB value is (160,123,138).

  • red value is 160;
  • green value is 123;
  • blue value is 138.
RGB:
(160,123,138)
(63%,48%,54%)

RGB channels and saturation

R 160 of 255 = 63%
G 123 of 255 = 48%
B 138 of 255 = 54%

160
123
138

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

Portions of RGB colors in percentages

R + G + B =
160 + 123 + 138 = 421 (100%)
R 160 of 421 ~ 38%
G 123 of 421 ~ 29.22%
B 138 of 421 ~ 32.78%

%38
%29.22
%32.78

CMYK color model

#A07B8A color CMYK value is (0,23,14,37).

  • cyan value is 0.00%
  • magenta value is 23.13%
  • yellow value is 13.75%
  • key color value is 37.25%
CMYK:
(0,23,14,37)
C0M23Y14K37 
(0%,23%,14%,37%)
(0.00/0.23/0.14/0.37)	

CMYK percentages

%0
%23.13
%13.75
%37.25

Codes

Color #A07B8A in popluar color models

A07B8A
RGB160123138
HSL336°16.30%55.49%
HSB/HSV336°23.13%62.75%
CMYK0.00%23.13%13.75%
37.25%

Color #A07B8A in popluar number systems.

HEXA07B8A
Decimal160123138
Binary10100000111101110001010
Octal240173212

Shades and tints

Shades of #A07B8A

#A07B8A
(160,123,138)
#92707E
(146,112,126)
#846572
(132,101,114)
#765A66
(118,90,102)
#684F5A
(104,79,90)
#5A444E
(90,68,78)
#4C3942
(76,57,66)
#3E2E36
(62,46,54)
#30232A
(48,35,42)
#22181E
(34,24,30)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #A07B8A

#A07B8A
(160,123,138)
#A88794
(168,135,148)
#B0939E
(176,147,158)
#B89FA8
(184,159,168)
#C0ABB2
(192,171,178)
#C8B7BC
(200,183,188)
#D0C3C6
(208,195,198)
#D8CFD0
(216,207,208)
#E0DBDA
(224,219,218)
#E8E7E4
(232,231,228)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07B8A; }

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

This text font color is #A07B8A.


Background Color

.myBgColor { background-color: #A07B8A; }

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

This div background color is #A07B8A.


Border color

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

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

This div border color is #A07B8A.


Opacity

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

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

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

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

This text has shadow with #A07B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07B8A on black background.


Color preview on white background

This text has color #A07B8A on white background.



Black color preview on #A07B8A background

This text has black color on #A07B8A background.


White color preview on #A07B8A background

This text has white color on #A07B8A background.