COLOR #A3758A

HEX: #A3758A RGB: (163,117,138)

Color info

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

RGB color model

#A3758A color RGB value is (163,117,138).

RGB: (163,117,138) (64%, 46%, 54%)

RGB channels and saturation

R 163 of 255 = 64%
G 117 of 255 = 46%
B 138 of 255 = 54%

163
117
138

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

Portions of RGB colors in percentages

R + G + B = 163 + 117 + 138 = 418 (100%)
R 163 of 418 ~ 39%
G 117 of 418 ~ 27.99%
B 138 of 418 ~ 33.01'%

%39
%27.99
%33.01

CMYK color model

#A3758A color CMYK value is (0,28,15,36).

  • cyan value is 0.00%
  • magenta value is 28.22%
  • yellow value is 15.34%
  • key color value is 36.08%

CMYK: (0,28,15,36)
C0M28Y15K36 (0%, 28%, 15%, 36%)
(0.00 / 0.28 / 0.15 / 0.36)

CMYK percentages

%0
%28.22
%15.34
%36.08

Codes

Color #A3758A in popluar color models

A3 75 8A
RGB 163 117 138
HSL 333° 20.00% 54.90%
HSB/HSV 333° 28.22% 63.92%
CMYK 0.00% 28.22% 15.34%
36.08%

Color #A3758A in popluar number systems.

HEX A3 75 8A
Decimal 163 117 138
Binary 10100011 1110101 10001010
Octal 243 165 212

Shades and tints

Shades of #A3758A

#A3758A
(163,117,138)
#956B7E
(149,107,126)
#876172
(135,97,114)
#795766
(121,87,102)
#6B4D5A
(107,77,90)
#5D434E
(93,67,78)
#4F3942
(79,57,66)
#412F36
(65,47,54)
#33252A
(51,37,42)
#251B1E
(37,27,30)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #A3758A

#A3758A
(163,117,138)
#AB8194
(171,129,148)
#B38D9E
(179,141,158)
#BB99A8
(187,153,168)
#C3A5B2
(195,165,178)
#CBB1BC
(203,177,188)
#D3BDC6
(211,189,198)
#DBC9D0
(219,201,208)
#E3D5DA
(227,213,218)
#EBE1E4
(235,225,228)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3758A; }

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

This text font color is #A3758A.

Background Color

.myBgColor { background-color: #A3758A; }

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

This div background color is #A3758A.

Border color

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

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

This div border color is #A3758A.

Opacity

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

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

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

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

This text has shadow with #A3758A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3758A.

Preview

Color preview on black background

This text has color #A3758A on black background.


Color preview on white background

This text has color #A3758A on white background.


Black color preview on #A3758A background

This text has black color on #A3758A background.


White color preview on #A3758A background

This text has white color on #A3758A background.


Related colors

Complementary color

Complementary color for #hex is #5C8A75.


I love getcolorcode.com

Triadic colors

1 #8AA375 and #758AA3 with #A3758A are triadic colors.

2 #8A75A3 and #75A38A with #A3758A are triadic colors.