COLOR #A4788F

HEX: #A4788F RGB: (164,120,143)

Color info

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

RGB color model

#A4788F color RGB value is (164,120,143).

RGB: (164,120,143) (64%, 47%, 56%)

RGB channels and saturation

R 164 of 255 = 64%
G 120 of 255 = 47%
B 143 of 255 = 56%

164
120
143

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

Portions of RGB colors in percentages

R + G + B = 164 + 120 + 143 = 427 (100%)
R 164 of 427 ~ 38.41%
G 120 of 427 ~ 28.1%
B 143 of 427 ~ 33.49'%

%38.41
%28.1
%33.49

CMYK color model

#A4788F color CMYK value is (0,27,13,36).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 12.80%
  • key color value is 35.69%

CMYK: (0,27,13,36)
C0M27Y13K36 (0%, 27%, 13%, 36%)
(0.00 / 0.27 / 0.13 / 0.36)

CMYK percentages

%0
%26.83
%12.8
%35.69

Codes

Color #A4788F in popluar color models

A4 78 8F
RGB 164 120 143
HSL 329° 19.47% 55.69%
HSB/HSV 329° 26.83% 64.31%
CMYK 0.00% 26.83% 12.80%
35.69%

Color #A4788F in popluar number systems.

HEX A4 78 8F
Decimal 164 120 143
Binary 10100100 1111000 10001111
Octal 244 170 217

Shades and tints

Shades of #A4788F

#A4788F
(164,120,143)
#966E82
(150,110,130)
#886475
(136,100,117)
#7A5A68
(122,90,104)
#6C505B
(108,80,91)
#5E464E
(94,70,78)
#503C41
(80,60,65)
#423234
(66,50,52)
#342827
(52,40,39)
#261E1A
(38,30,26)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #A4788F

#A4788F
(164,120,143)
#AC8499
(172,132,153)
#B490A3
(180,144,163)
#BC9CAD
(188,156,173)
#C4A8B7
(196,168,183)
#CCB4C1
(204,180,193)
#D4C0CB
(212,192,203)
#DCCCD5
(220,204,213)
#E4D8DF
(228,216,223)
#ECE4E9
(236,228,233)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4788F color. Also use rgb(164,120,143) instead hex code.

Text Font Color

.myTextColor { color: #A4788F; }

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

This text font color is #A4788F.

Background Color

.myBgColor { background-color: #A4788F; }

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

This div background color is #A4788F.

Border color

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

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

This div border color is #A4788F.

Opacity

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

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

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

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

This text has shadow with #A4788F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4788F.

Preview

Color preview on black background

This text has color #A4788F on black background.


Color preview on white background

This text has color #A4788F on white background.


Black color preview on #A4788F background

This text has black color on #A4788F background.


White color preview on #A4788F background

This text has white color on #A4788F background.


Related colors

Complementary color

Complementary color for #hex is #5B8770.


I love getcolorcode.com

Triadic colors

1 #8FA478 and #788FA4 with #A4788F are triadic colors.

2 #8F78A4 and #78A48F with #A4788F are triadic colors.