COLOR #A6827A

HEX: #A6827A
RGB: (166,130,122)

Color info

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

RGB color model

#A6827A color RGB value is (166,130,122).

  • red value is 166;
  • green value is 130;
  • blue value is 122.
RGB: (166,130,122) (65%,51%,48%)

RGB channels and saturation

R 166 of 255 = 65%
G 130 of 255 = 51%
B 122 of 255 = 48%

166
130
122

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

Portions of RGB colors in percentages

R + G + B =
166 + 130 + 122 = 418 (100%)
R 166 of 418 ~ 39.71%
G 130 of 418 ~ 31.1%
B 122 of 418 ~ 29.19%

%39.71
%31.1
%29.19

CMYK color model

#A6827A color CMYK value is (0,22,27,35).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 26.51%
  • key color value is 34.90%
CMYK: (0,22,27,35) C0M22Y27K35 (0%,22%,27%,35%) (0.00/0.22/0.27/0.35)

CMYK percentages

%0
%21.69
%26.51
%34.9

Codes

Color #A6827A in popluar color models

A6827A
RGB166130122
HSL11°19.82%56.47%
HSB/HSV11°26.51%65.10%
CMYK0.00%21.69%26.51%
34.90%

Color #A6827A in popluar number systems.

HEXA6827A
Decimal166130122
Binary10100110100000101111010
Octal246202172

Shades and tints

Shades of #A6827A

#A6827A
(166,130,122)
#97776F
(151,119,111)
#886C64
(136,108,100)
#796159
(121,97,89)
#6A564E
(106,86,78)
#5B4B43
(91,75,67)
#4C4038
(76,64,56)
#3D352D
(61,53,45)
#2E2A22
(46,42,34)
#1F1F17
(31,31,23)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #A6827A

#A6827A
(166,130,122)
#AE8D86
(174,141,134)
#B69892
(182,152,146)
#BEA39E
(190,163,158)
#C6AEAA
(198,174,170)
#CEB9B6
(206,185,182)
#D6C4C2
(214,196,194)
#DECFCE
(222,207,206)
#E6DADA
(230,218,218)
#EEE5E6
(238,229,230)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6827A; }

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

This text font color is #A6827A.


Background Color

.myBgColor { background-color: #A6827A; }

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

This div background color is #A6827A.


Border color

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

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

This div border color is #A6827A.


Opacity

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

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

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

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

This text has shadow with #A6827A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A6827A on black background.


Color preview on white background

This text has color #A6827A on white background.



Black color preview on #A6827A background

This text has black color on #A6827A background.


White color preview on #A6827A background

This text has white color on #A6827A background.