COLOR #A6808D

HEX: #A6808D RGB: (166,128,141)

Color info

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

RGB color model

#A6808D color RGB value is (166,128,141).

RGB: (166,128,141) (65%, 50%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 128 of 255 = 50%
B 141 of 255 = 55%

166
128
141

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

Portions of RGB colors in percentages

R + G + B = 166 + 128 + 141 = 435 (100%)
R 166 of 435 ~ 38.16%
G 128 of 435 ~ 29.43%
B 141 of 435 ~ 32.41'%

%38.16
%29.43
%32.41

CMYK color model

#A6808D color CMYK value is (0,23,15,35).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 15.06%
  • key color value is 34.90%

CMYK: (0,23,15,35)
C0M23Y15K35 (0%, 23%, 15%, 35%)
(0.00 / 0.23 / 0.15 / 0.35)

CMYK percentages

%0
%22.89
%15.06
%34.9

Codes

Color #A6808D in popluar color models

A6 80 8D
RGB 166 128 141
HSL 339° 17.59% 57.65%
HSB/HSV 339° 22.89% 65.10%
CMYK 0.00% 22.89% 15.06%
34.90%

Color #A6808D in popluar number systems.

HEX A6 80 8D
Decimal 166 128 141
Binary 10100110 10000000 10001101
Octal 246 200 215

Shades and tints

Shades of #A6808D

#A6808D
(166,128,141)
#977581
(151,117,129)
#886A75
(136,106,117)
#795F69
(121,95,105)
#6A545D
(106,84,93)
#5B4951
(91,73,81)
#4C3E45
(76,62,69)
#3D3339
(61,51,57)
#2E282D
(46,40,45)
#1F1D21
(31,29,33)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #A6808D

#A6808D
(166,128,141)
#AE8B97
(174,139,151)
#B696A1
(182,150,161)
#BEA1AB
(190,161,171)
#C6ACB5
(198,172,181)
#CEB7BF
(206,183,191)
#D6C2C9
(214,194,201)
#DECDD3
(222,205,211)
#E6D8DD
(230,216,221)
#EEE3E7
(238,227,231)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6808D color. Also use rgb(166,128,141) instead hex code.

Text Font Color

.myTextColor { color: #A6808D; }

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

This text font color is #A6808D.

Background Color

.myBgColor { background-color: #A6808D; }

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

This div background color is #A6808D.

Border color

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

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

This div border color is #A6808D.

Opacity

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

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

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

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

This text has shadow with #A6808D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6808D.

Preview

Color preview on black background

This text has color #A6808D on black background.


Color preview on white background

This text has color #A6808D on white background.


Black color preview on #A6808D background

This text has black color on #A6808D background.


White color preview on #A6808D background

This text has white color on #A6808D background.


Related colors

Complementary color

Complementary color for #hex is #597F72.


I love getcolorcode.com

Triadic colors

1 #8DA680 and #808DA6 with #A6808D are triadic colors.

2 #8D80A6 and #80A68D with #A6808D are triadic colors.