COLOR #A4768F

HEX: #A4768F
RGB: (164,118,143)

Color info

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

RGB color model

#A4768F color RGB value is (164,118,143).

  • red value is 164;
  • green value is 118;
  • blue value is 143.
RGB:
(164,118,143)
(64%,46%,56%)

RGB channels and saturation

R 164 of 255 = 64%
G 118 of 255 = 46%
B 143 of 255 = 56%

164
118
143

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

Portions of RGB colors in percentages

R + G + B =
164 + 118 + 143 = 425 (100%)
R 164 of 425 ~ 38.59%
G 118 of 425 ~ 27.76%
B 143 of 425 ~ 33.65%

%38.59
%27.76
%33.65

CMYK color model

#A4768F color CMYK value is (0,28,13,36).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 12.80%
  • key color value is 35.69%
CMYK:
(0,28,13,36)
C0M28Y13K36 
(0%,28%,13%,36%)
(0.00/0.28/0.13/0.36)	

CMYK percentages

%0
%28.05
%12.8
%35.69

Codes

Color #A4768F in popluar color models

A4768F
RGB164118143
HSL327°20.18%55.29%
HSB/HSV327°28.05%64.31%
CMYK0.00%28.05%12.80%
35.69%

Color #A4768F in popluar number systems.

HEXA4768F
Decimal164118143
Binary10100100111011010001111
Octal244166217

Shades and tints

Shades of #A4768F

#A4768F
(164,118,143)
#966C82
(150,108,130)
#886275
(136,98,117)
#7A5868
(122,88,104)
#6C4E5B
(108,78,91)
#5E444E
(94,68,78)
#503A41
(80,58,65)
#423034
(66,48,52)
#342627
(52,38,39)
#261C1A
(38,28,26)
#18120D
(24,18,13)
#000000
(0,0,0)

Tints of #A4768F

#A4768F
(164,118,143)
#AC8299
(172,130,153)
#B48EA3
(180,142,163)
#BC9AAD
(188,154,173)
#C4A6B7
(196,166,183)
#CCB2C1
(204,178,193)
#D4BECB
(212,190,203)
#DCCAD5
(220,202,213)
#E4D6DF
(228,214,223)
#ECE2E9
(236,226,233)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4768F; }

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

This text font color is #A4768F.


Background Color

.myBgColor { background-color: #A4768F; }

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

This div background color is #A4768F.


Border color

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

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

This div border color is #A4768F.


Opacity

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

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

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

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

This text has shadow with #A4768F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4768F on black background.


Color preview on white background

This text has color #A4768F on white background.



Black color preview on #A4768F background

This text has black color on #A4768F background.


White color preview on #A4768F background

This text has white color on #A4768F background.