COLOR #A6748C

HEX: #A6748C RGB: (166,116,140)

Color info

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

RGB color model

#A6748C color RGB value is (166,116,140).

RGB: (166,116,140) (65%, 45%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 116 of 255 = 45%
B 140 of 255 = 55%

166
116
140

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

Portions of RGB colors in percentages

R + G + B = 166 + 116 + 140 = 422 (100%)
R 166 of 422 ~ 39.34%
G 116 of 422 ~ 27.49%
B 140 of 422 ~ 33.18'%

%39.34
%27.49
%33.18

CMYK color model

#A6748C color CMYK value is (0,30,16,35).

  • cyan value is 0.00%
  • magenta value is 30.12%
  • yellow value is 15.66%
  • key color value is 34.90%

CMYK: (0,30,16,35)
C0M30Y16K35 (0%, 30%, 16%, 35%)
(0.00 / 0.30 / 0.16 / 0.35)

CMYK percentages

%0
%30.12
%15.66
%34.9

Codes

Color #A6748C in popluar color models

A6 74 8C
RGB 166 116 140
HSL 331° 21.93% 55.29%
HSB/HSV 331° 30.12% 65.10%
CMYK 0.00% 30.12% 15.66%
34.90%

Color #A6748C in popluar number systems.

HEX A6 74 8C
Decimal 166 116 140
Binary 10100110 1110100 10001100
Octal 246 164 214

Shades and tints

Shades of #A6748C

#A6748C
(166,116,140)
#976A80
(151,106,128)
#886074
(136,96,116)
#795668
(121,86,104)
#6A4C5C
(106,76,92)
#5B4250
(91,66,80)
#4C3844
(76,56,68)
#3D2E38
(61,46,56)
#2E242C
(46,36,44)
#1F1A20
(31,26,32)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #A6748C

#A6748C
(166,116,140)
#AE8096
(174,128,150)
#B68CA0
(182,140,160)
#BE98AA
(190,152,170)
#C6A4B4
(198,164,180)
#CEB0BE
(206,176,190)
#D6BCC8
(214,188,200)
#DEC8D2
(222,200,210)
#E6D4DC
(230,212,220)
#EEE0E6
(238,224,230)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6748C color. Also use rgb(166,116,140) instead hex code.

Text Font Color

.myTextColor { color: #A6748C; }

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

This text font color is #A6748C.

Background Color

.myBgColor { background-color: #A6748C; }

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

This div background color is #A6748C.

Border color

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

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

This div border color is #A6748C.

Opacity

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

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

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

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

This text has shadow with #A6748C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6748C.

Preview

Color preview on black background

This text has color #A6748C on black background.


Color preview on white background

This text has color #A6748C on white background.


Black color preview on #A6748C background

This text has black color on #A6748C background.


White color preview on #A6748C background

This text has white color on #A6748C background.


Related colors

Complementary color

Complementary color for #hex is #598B73.


I love getcolorcode.com

Triadic colors

1 #8CA674 and #748CA6 with #A6748C are triadic colors.

2 #8C74A6 and #74A68C with #A6748C are triadic colors.