COLOR #A07D83

HEX: #A07D83
RGB: (160,125,131)

Color info

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

RGB color model

#A07D83 color RGB value is (160,125,131).

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

RGB channels and saturation

R 160 of 255 = 63%
G 125 of 255 = 49%
B 131 of 255 = 51%

160
125
131

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

Portions of RGB colors in percentages

R + G + B =
160 + 125 + 131 = 416 (100%)
R 160 of 416 ~ 38.46%
G 125 of 416 ~ 30.05%
B 131 of 416 ~ 31.49%

%38.46
%30.05
%31.49

CMYK color model

#A07D83 color CMYK value is (0,22,18,37).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 18.13%
  • key color value is 37.25%
CMYK:
(0,22,18,37)
C0M22Y18K37 
(0%,22%,18%,37%)
(0.00/0.22/0.18/0.37)	

CMYK percentages

%0
%21.88
%18.13
%37.25

Codes

Color #A07D83 in popluar color models

A07D83
RGB160125131
HSL350°15.56%55.88%
HSB/HSV350°21.88%62.75%
CMYK0.00%21.88%18.13%
37.25%

Color #A07D83 in popluar number systems.

HEXA07D83
Decimal160125131
Binary10100000111110110000011
Octal240175203

Shades and tints

Shades of #A07D83

#A07D83
(160,125,131)
#927278
(146,114,120)
#84676D
(132,103,109)
#765C62
(118,92,98)
#685157
(104,81,87)
#5A464C
(90,70,76)
#4C3B41
(76,59,65)
#3E3036
(62,48,54)
#30252B
(48,37,43)
#221A20
(34,26,32)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #A07D83

#A07D83
(160,125,131)
#A8888E
(168,136,142)
#B09399
(176,147,153)
#B89EA4
(184,158,164)
#C0A9AF
(192,169,175)
#C8B4BA
(200,180,186)
#D0BFC5
(208,191,197)
#D8CAD0
(216,202,208)
#E0D5DB
(224,213,219)
#E8E0E6
(232,224,230)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07D83; }

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

This text font color is #A07D83.


Background Color

.myBgColor { background-color: #A07D83; }

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

This div background color is #A07D83.


Border color

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

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

This div border color is #A07D83.


Opacity

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

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

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

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

This text has shadow with #A07D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07D83 on black background.


Color preview on white background

This text has color #A07D83 on white background.



Black color preview on #A07D83 background

This text has black color on #A07D83 background.


White color preview on #A07D83 background

This text has white color on #A07D83 background.