COLOR #A6827C

HEX: #A6827C RGB: (166,130,124)

Color info

#A6827C contains red, green and blue colors in about the same proportion. Web safe color of #A6827C is #999966 (or #996).

RGB color model

#A6827C color RGB value is (166,130,124).

RGB: (166,130,124) (65%, 51%, 49%)

RGB channels and saturation

R 166 of 255 = 65%
G 130 of 255 = 51%
B 124 of 255 = 49%

166
130
124

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

Portions of RGB colors in percentages

R + G + B = 166 + 130 + 124 = 420 (100%)
R 166 of 420 ~ 39.52%
G 130 of 420 ~ 30.95%
B 124 of 420 ~ 29.52'%

%39.52
%30.95
%29.52

CMYK color model

#A6827C color CMYK value is (0,22,25,35).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 25.30%
  • key color value is 34.90%

CMYK: (0,22,25,35)
C0M22Y25K35 (0%, 22%, 25%, 35%)
(0.00 / 0.22 / 0.25 / 0.35)

CMYK percentages

%0
%21.69
%25.3
%34.9

Codes

Color #A6827C in popluar color models

A6 82 7C
RGB 166 130 124
HSL 19.09% 56.86%
HSB/HSV 25.30% 65.10%
CMYK 0.00% 21.69% 25.30%
34.90%

Color #A6827C in popluar number systems.

HEX A6 82 7C
Decimal 166 130 124
Binary 10100110 10000010 1111100
Octal 246 202 174

Shades and tints

Shades of #A6827C

#A6827C
(166,130,124)
#977771
(151,119,113)
#886C66
(136,108,102)
#79615B
(121,97,91)
#6A5650
(106,86,80)
#5B4B45
(91,75,69)
#4C403A
(76,64,58)
#3D352F
(61,53,47)
#2E2A24
(46,42,36)
#1F1F19
(31,31,25)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #A6827C

#A6827C
(166,130,124)
#AE8D87
(174,141,135)
#B69892
(182,152,146)
#BEA39D
(190,163,157)
#C6AEA8
(198,174,168)
#CEB9B3
(206,185,179)
#D6C4BE
(214,196,190)
#DECFC9
(222,207,201)
#E6DAD4
(230,218,212)
#EEE5DF
(238,229,223)
#F6F0EA
(246,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6827C color. Also use rgb(166,130,124) instead hex code.

Text Font Color

.myTextColor { color: #A6827C; }

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

This text font color is #A6827C.

Background Color

.myBgColor { background-color: #A6827C; }

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

This div background color is #A6827C.

Border color

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

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

This div border color is #A6827C.

Opacity

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

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

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

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

This text has shadow with #A6827C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6827C.

Preview

Color preview on black background

This text has color #A6827C on black background.


Color preview on white background

This text has color #A6827C on white background.


Black color preview on #A6827C background

This text has black color on #A6827C background.


White color preview on #A6827C background

This text has white color on #A6827C background.


Related colors

Complementary color

Complementary color for #hex is #597D83.


I love getcolorcode.com

Triadic colors

1 #7CA682 and #827CA6 with #A6827C are triadic colors.

2 #7C82A6 and #82A67C with #A6827C are triadic colors.