COLOR #A9757D

HEX: #A9757D
RGB: (169,117,125)

Color info

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

RGB color model

#A9757D color RGB value is (169,117,125).

  • red value is 169;
  • green value is 117;
  • blue value is 125.
RGB:
(169,117,125)
(66%,46%,49%)

RGB channels and saturation

R 169 of 255 = 66%
G 117 of 255 = 46%
B 125 of 255 = 49%

169
117
125

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

Portions of RGB colors in percentages

R + G + B =
169 + 117 + 125 = 411 (100%)
R 169 of 411 ~ 41.12%
G 117 of 411 ~ 28.47%
B 125 of 411 ~ 30.41%

%41.12
%28.47
%30.41

CMYK color model

#A9757D color CMYK value is (0,31,26,34).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 26.04%
  • key color value is 33.73%
CMYK:
(0,31,26,34)
C0M31Y26K34 
(0%,31%,26%,34%)
(0.00/0.31/0.26/0.34)	

CMYK percentages

%0
%30.77
%26.04
%33.73

Codes

Color #A9757D in popluar color models

A9757D
RGB169117125
HSL351°23.21%56.08%
HSB/HSV351°30.77%66.27%
CMYK0.00%30.77%26.04%
33.73%

Color #A9757D in popluar number systems.

HEXA9757D
Decimal169117125
Binary1010100111101011111101
Octal251165175

Shades and tints

Shades of #A9757D

#A9757D
(169,117,125)
#9A6B72
(154,107,114)
#8B6167
(139,97,103)
#7C575C
(124,87,92)
#6D4D51
(109,77,81)
#5E4346
(94,67,70)
#4F393B
(79,57,59)
#402F30
(64,47,48)
#312525
(49,37,37)
#221B1A
(34,27,26)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #A9757D

#A9757D
(169,117,125)
#B08188
(176,129,136)
#B78D93
(183,141,147)
#BE999E
(190,153,158)
#C5A5A9
(197,165,169)
#CCB1B4
(204,177,180)
#D3BDBF
(211,189,191)
#DAC9CA
(218,201,202)
#E1D5D5
(225,213,213)
#E8E1E0
(232,225,224)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9757D color. Also use rgb(169,117,125) instead hex code.

Text Font Color

.myTextColor { color: #A9757D; }

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

This text font color is #A9757D.


Background Color

.myBgColor { background-color: #A9757D; }

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

This div background color is #A9757D.


Border color

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

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

This div border color is #A9757D.


Opacity

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

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

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

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

This text has shadow with #A9757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9757D on black background.


Color preview on white background

This text has color #A9757D on white background.



Black color preview on #A9757D background

This text has black color on #A9757D background.


White color preview on #A9757D background

This text has white color on #A9757D background.