COLOR #A66381

HEX: #A66381
RGB: (166,99,129)

Color info

#A66381 contains mainly red and blue colors. Web safe color of #A66381 is #996699 (or #969).

RGB color model

#A66381 color RGB value is (166,99,129).

  • red value is 166;
  • green value is 99;
  • blue value is 129.
RGB:
(166,99,129)
(65%,39%,51%)

RGB channels and saturation

R 166 of 255 = 65%
G 99 of 255 = 39%
B 129 of 255 = 51%

166
99
129

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

Portions of RGB colors in percentages

R + G + B =
166 + 99 + 129 = 394 (100%)
R 166 of 394 ~ 42.13%
G 99 of 394 ~ 25.13%
B 129 of 394 ~ 32.74%

%42.13
%25.13
%32.74

CMYK color model

#A66381 color CMYK value is (0,40,22,35).

  • cyan value is 0.00%
  • magenta value is 40.36%
  • yellow value is 22.29%
  • key color value is 34.90%
CMYK:
(0,40,22,35)
C0M40Y22K35 
(0%,40%,22%,35%)
(0.00/0.40/0.22/0.35)	

CMYK percentages

%0
%40.36
%22.29
%34.9

Codes

Color #A66381 in popluar color models

A66381
RGB16699129
HSL333°27.35%51.96%
HSB/HSV333°40.36%65.10%
CMYK0.00%40.36%22.29%
34.90%

Color #A66381 in popluar number systems.

HEXA66381
Decimal16699129
Binary10100110110001110000001
Octal246143201

Shades and tints

Shades of #A66381

#A66381
(166,99,129)
#975A76
(151,90,118)
#88516B
(136,81,107)
#794860
(121,72,96)
#6A3F55
(106,63,85)
#5B364A
(91,54,74)
#4C2D3F
(76,45,63)
#3D2434
(61,36,52)
#2E1B29
(46,27,41)
#1F121E
(31,18,30)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #A66381

#A66381
(166,99,129)
#AE718C
(174,113,140)
#B67F97
(182,127,151)
#BE8DA2
(190,141,162)
#C69BAD
(198,155,173)
#CEA9B8
(206,169,184)
#D6B7C3
(214,183,195)
#DEC5CE
(222,197,206)
#E6D3D9
(230,211,217)
#EEE1E4
(238,225,228)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66381 color. Also use rgb(166,99,129) instead hex code.

Text Font Color

.myTextColor { color: #A66381; }

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

This text font color is #A66381.


Background Color

.myBgColor { background-color: #A66381; }

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

This div background color is #A66381.


Border color

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

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

This div border color is #A66381.


Opacity

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

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

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

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

This text has shadow with #A66381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66381 on black background.


Color preview on white background

This text has color #A66381 on white background.



Black color preview on #A66381 background

This text has black color on #A66381 background.


White color preview on #A66381 background

This text has white color on #A66381 background.