COLOR #A6877A

HEX: #A6877A RGB: (166,135,122)

Color info

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

RGB color model

#A6877A color RGB value is (166,135,122).

RGB: (166,135,122) (65%, 53%, 48%)

RGB channels and saturation

R 166 of 255 = 65%
G 135 of 255 = 53%
B 122 of 255 = 48%

166
135
122

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

Portions of RGB colors in percentages

R + G + B = 166 + 135 + 122 = 423 (100%)
R 166 of 423 ~ 39.24%
G 135 of 423 ~ 31.91%
B 122 of 423 ~ 28.84'%

%39.24
%31.91
%28.84

CMYK color model

#A6877A color CMYK value is (0,19,27,35).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 26.51%
  • key color value is 34.90%

CMYK: (0,19,27,35)
C0M19Y27K35 (0%, 19%, 27%, 35%)
(0.00 / 0.19 / 0.27 / 0.35)

CMYK percentages

%0
%18.67
%26.51
%34.9

Codes

Color #A6877A in popluar color models

A6 87 7A
RGB 166 135 122
HSL 18° 19.82% 56.47%
HSB/HSV 18° 26.51% 65.10%
CMYK 0.00% 18.67% 26.51%
34.90%

Color #A6877A in popluar number systems.

HEX A6 87 7A
Decimal 166 135 122
Binary 10100110 10000111 1111010
Octal 246 207 172

Shades and tints

Shades of #A6877A

#A6877A
(166,135,122)
#977B6F
(151,123,111)
#886F64
(136,111,100)
#796359
(121,99,89)
#6A574E
(106,87,78)
#5B4B43
(91,75,67)
#4C3F38
(76,63,56)
#3D332D
(61,51,45)
#2E2722
(46,39,34)
#1F1B17
(31,27,23)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #A6877A

#A6877A
(166,135,122)
#AE9186
(174,145,134)
#B69B92
(182,155,146)
#BEA59E
(190,165,158)
#C6AFAA
(198,175,170)
#CEB9B6
(206,185,182)
#D6C3C2
(214,195,194)
#DECDCE
(222,205,206)
#E6D7DA
(230,215,218)
#EEE1E6
(238,225,230)
#F6EBF2
(246,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6877A color. Also use rgb(166,135,122) instead hex code.

Text Font Color

.myTextColor { color: #A6877A; }

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

This text font color is #A6877A.

Background Color

.myBgColor { background-color: #A6877A; }

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

This div background color is #A6877A.

Border color

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

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

This div border color is #A6877A.

Opacity

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

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

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

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

This text has shadow with #A6877A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6877A.

Preview

Color preview on black background

This text has color #A6877A on black background.


Color preview on white background

This text has color #A6877A on white background.


Black color preview on #A6877A background

This text has black color on #A6877A background.


White color preview on #A6877A background

This text has white color on #A6877A background.


Related colors

Complementary color

Complementary color for #hex is #597885.


I love getcolorcode.com

Triadic colors

1 #7AA687 and #877AA6 with #A6877A are triadic colors.

2 #7A87A6 and #87A67A with #A6877A are triadic colors.