COLOR #A07B7D

HEX: #A07B7D
RGB: (160,123,125)

Color info

#A07B7D contains red, green and blue colors in about the same proportion. Web safe color of #A07B7D is #996666 (or #966).

RGB color model

#A07B7D color RGB value is (160,123,125).

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

RGB channels and saturation

R 160 of 255 = 63%
G 123 of 255 = 48%
B 125 of 255 = 49%

160
123
125

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

Portions of RGB colors in percentages

R + G + B =
160 + 123 + 125 = 408 (100%)
R 160 of 408 ~ 39.22%
G 123 of 408 ~ 30.15%
B 125 of 408 ~ 30.64%

%39.22
%30.15
%30.64

CMYK color model

#A07B7D color CMYK value is (0,23,22,37).

  • cyan value is 0.00%
  • magenta value is 23.13%
  • yellow value is 21.88%
  • key color value is 37.25%
CMYK:
(0,23,22,37)
C0M23Y22K37 
(0%,23%,22%,37%)
(0.00/0.23/0.22/0.37)	

CMYK percentages

%0
%23.13
%21.88
%37.25

Codes

Color #A07B7D in popluar color models

A07B7D
RGB160123125
HSL357°16.30%55.49%
HSB/HSV357°23.13%62.75%
CMYK0.00%23.13%21.88%
37.25%

Color #A07B7D in popluar number systems.

HEXA07B7D
Decimal160123125
Binary1010000011110111111101
Octal240173175

Shades and tints

Shades of #A07B7D

#A07B7D
(160,123,125)
#927072
(146,112,114)
#846567
(132,101,103)
#765A5C
(118,90,92)
#684F51
(104,79,81)
#5A4446
(90,68,70)
#4C393B
(76,57,59)
#3E2E30
(62,46,48)
#302325
(48,35,37)
#22181A
(34,24,26)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #A07B7D

#A07B7D
(160,123,125)
#A88788
(168,135,136)
#B09393
(176,147,147)
#B89F9E
(184,159,158)
#C0ABA9
(192,171,169)
#C8B7B4
(200,183,180)
#D0C3BF
(208,195,191)
#D8CFCA
(216,207,202)
#E0DBD5
(224,219,213)
#E8E7E0
(232,231,224)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07B7D; }

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

This text font color is #A07B7D.


Background Color

.myBgColor { background-color: #A07B7D; }

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

This div background color is #A07B7D.


Border color

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

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

This div border color is #A07B7D.


Opacity

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

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

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

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

This text has shadow with #A07B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07B7D on black background.


Color preview on white background

This text has color #A07B7D on white background.



Black color preview on #A07B7D background

This text has black color on #A07B7D background.


White color preview on #A07B7D background

This text has white color on #A07B7D background.