COLOR #A9758A

HEX: #A9758A
RGB: (169,117,138)

Color info

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

RGB color model

#A9758A color RGB value is (169,117,138).

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

RGB channels and saturation

R 169 of 255 = 66%
G 117 of 255 = 46%
B 138 of 255 = 54%

169
117
138

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

Portions of RGB colors in percentages

R + G + B =
169 + 117 + 138 = 424 (100%)
R 169 of 424 ~ 39.86%
G 117 of 424 ~ 27.59%
B 138 of 424 ~ 32.55%

%39.86
%27.59
%32.55

CMYK color model

#A9758A color CMYK value is (0,31,18,34).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 18.34%
  • key color value is 33.73%
CMYK:
(0,31,18,34)
C0M31Y18K34 
(0%,31%,18%,34%)
(0.00/0.31/0.18/0.34)	

CMYK percentages

%0
%30.77
%18.34
%33.73

Codes

Color #A9758A in popluar color models

A9758A
RGB169117138
HSL336°23.21%56.08%
HSB/HSV336°30.77%66.27%
CMYK0.00%30.77%18.34%
33.73%

Color #A9758A in popluar number systems.

HEXA9758A
Decimal169117138
Binary10101001111010110001010
Octal251165212

Shades and tints

Shades of #A9758A

#A9758A
(169,117,138)
#9A6B7E
(154,107,126)
#8B6172
(139,97,114)
#7C5766
(124,87,102)
#6D4D5A
(109,77,90)
#5E434E
(94,67,78)
#4F3942
(79,57,66)
#402F36
(64,47,54)
#31252A
(49,37,42)
#221B1E
(34,27,30)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #A9758A

#A9758A
(169,117,138)
#B08194
(176,129,148)
#B78D9E
(183,141,158)
#BE99A8
(190,153,168)
#C5A5B2
(197,165,178)
#CCB1BC
(204,177,188)
#D3BDC6
(211,189,198)
#DAC9D0
(218,201,208)
#E1D5DA
(225,213,218)
#E8E1E4
(232,225,228)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9758A; }

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

This text font color is #A9758A.


Background Color

.myBgColor { background-color: #A9758A; }

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

This div background color is #A9758A.


Border color

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

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

This div border color is #A9758A.


Opacity

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

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

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

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

This text has shadow with #A9758A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9758A on black background.


Color preview on white background

This text has color #A9758A on white background.



Black color preview on #A9758A background

This text has black color on #A9758A background.


White color preview on #A9758A background

This text has white color on #A9758A background.