COLOR #A07D7B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

160
125
123

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

Portions of RGB colors in percentages

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

%39.22
%30.64
%30.15

CMYK color model

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

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

CMYK percentages

%0
%21.88
%23.13
%37.25

Codes

Color #A07D7B in popluar color models

A07D7B
RGB160125123
HSL16.30%55.49%
HSB/HSV23.13%62.75%
CMYK0.00%21.88%23.13%
37.25%

Color #A07D7B in popluar number systems.

HEXA07D7B
Decimal160125123
Binary1010000011111011111011
Octal240175173

Shades and tints

Shades of #A07D7B

#A07D7B
(160,125,123)
#927270
(146,114,112)
#846765
(132,103,101)
#765C5A
(118,92,90)
#68514F
(104,81,79)
#5A4644
(90,70,68)
#4C3B39
(76,59,57)
#3E302E
(62,48,46)
#302523
(48,37,35)
#221A18
(34,26,24)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #A07D7B

#A07D7B
(160,125,123)
#A88887
(168,136,135)
#B09393
(176,147,147)
#B89E9F
(184,158,159)
#C0A9AB
(192,169,171)
#C8B4B7
(200,180,183)
#D0BFC3
(208,191,195)
#D8CACF
(216,202,207)
#E0D5DB
(224,213,219)
#E8E0E7
(232,224,231)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07D7B; }

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

This text font color is #A07D7B.


Background Color

.myBgColor { background-color: #A07D7B; }

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

This div background color is #A07D7B.


Border color

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

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

This div border color is #A07D7B.


Opacity

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

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

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

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

This text has shadow with #A07D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07D7B on black background.


Color preview on white background

This text has color #A07D7B on white background.



Black color preview on #A07D7B background

This text has black color on #A07D7B background.


White color preview on #A07D7B background

This text has white color on #A07D7B background.