COLOR #A43F66

HEX: #A43F66
RGB: (164,63,102)

Color info

#A43F66 contains mainly red color. Web safe color of #A43F66 is #993366 (or #936).

RGB color model

#A43F66 color RGB value is (164,63,102).

  • red value is 164;
  • green value is 63;
  • blue value is 102.
RGB:
(164,63,102)
(64%,25%,40%)

RGB channels and saturation

R 164 of 255 = 64%
G 63 of 255 = 25%
B 102 of 255 = 40%

164
63
102

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

Portions of RGB colors in percentages

R + G + B =
164 + 63 + 102 = 329 (100%)
R 164 of 329 ~ 49.85%
G 63 of 329 ~ 19.15%
B 102 of 329 ~ 31%

%49.85
%19.15
%31

CMYK color model

#A43F66 color CMYK value is (0,62,38,36).

  • cyan value is 0.00%
  • magenta value is 61.59%
  • yellow value is 37.80%
  • key color value is 35.69%
CMYK:
(0,62,38,36)
C0M62Y38K36 
(0%,62%,38%,36%)
(0.00/0.62/0.38/0.36)	

CMYK percentages

%0
%61.59
%37.8
%35.69

Codes

Color #A43F66 in popluar color models

A43F66
RGB16463102
HSL337°44.49%44.51%
HSB/HSV337°61.59%64.31%
CMYK0.00%61.59%37.80%
35.69%

Color #A43F66 in popluar number systems.

HEXA43F66
Decimal16463102
Binary101001001111111100110
Octal24477146

Shades and tints

Shades of #A43F66

#A43F66
(164,63,102)
#963A5D
(150,58,93)
#883554
(136,53,84)
#7A304B
(122,48,75)
#6C2B42
(108,43,66)
#5E2639
(94,38,57)
#502130
(80,33,48)
#421C27
(66,28,39)
#34171E
(52,23,30)
#261215
(38,18,21)
#180D0C
(24,13,12)
#000000
(0,0,0)

Tints of #A43F66

#A43F66
(164,63,102)
#AC5073
(172,80,115)
#B46180
(180,97,128)
#BC728D
(188,114,141)
#C4839A
(196,131,154)
#CC94A7
(204,148,167)
#D4A5B4
(212,165,180)
#DCB6C1
(220,182,193)
#E4C7CE
(228,199,206)
#ECD8DB
(236,216,219)
#F4E9E8
(244,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A43F66 color. Also use rgb(164,63,102) instead hex code.

Text Font Color

.myTextColor { color: #A43F66; }

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

This text font color is #A43F66.


Background Color

.myBgColor { background-color: #A43F66; }

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

This div background color is #A43F66.


Border color

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

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

This div border color is #A43F66.


Opacity

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

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

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

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

This text has shadow with #A43F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A43F66 on black background.


Color preview on white background

This text has color #A43F66 on white background.



Black color preview on #A43F66 background

This text has black color on #A43F66 background.


White color preview on #A43F66 background

This text has white color on #A43F66 background.