COLOR #A6738D

HEX: #A6738D RGB: (166,115,141)

Color info

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

RGB color model

#A6738D color RGB value is (166,115,141).

RGB: (166,115,141) (65%, 45%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 115 of 255 = 45%
B 141 of 255 = 55%

166
115
141

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

Portions of RGB colors in percentages

R + G + B = 166 + 115 + 141 = 422 (100%)
R 166 of 422 ~ 39.34%
G 115 of 422 ~ 27.25%
B 141 of 422 ~ 33.41'%

%39.34
%27.25
%33.41

CMYK color model

#A6738D color CMYK value is (0,31,15,35).

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

CMYK: (0,31,15,35)
C0M31Y15K35 (0%, 31%, 15%, 35%)
(0.00 / 0.31 / 0.15 / 0.35)

CMYK percentages

%0
%30.72
%15.06
%34.9

Codes

Color #A6738D in popluar color models

A6 73 8D
RGB 166 115 141
HSL 329° 22.27% 55.10%
HSB/HSV 329° 30.72% 65.10%
CMYK 0.00% 30.72% 15.06%
34.90%

Color #A6738D in popluar number systems.

HEX A6 73 8D
Decimal 166 115 141
Binary 10100110 1110011 10001101
Octal 246 163 215

Shades and tints

Shades of #A6738D

#A6738D
(166,115,141)
#976981
(151,105,129)
#885F75
(136,95,117)
#795569
(121,85,105)
#6A4B5D
(106,75,93)
#5B4151
(91,65,81)
#4C3745
(76,55,69)
#3D2D39
(61,45,57)
#2E232D
(46,35,45)
#1F1921
(31,25,33)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #A6738D

#A6738D
(166,115,141)
#AE7F97
(174,127,151)
#B68BA1
(182,139,161)
#BE97AB
(190,151,171)
#C6A3B5
(198,163,181)
#CEAFBF
(206,175,191)
#D6BBC9
(214,187,201)
#DEC7D3
(222,199,211)
#E6D3DD
(230,211,221)
#EEDFE7
(238,223,231)
#F6EBF1
(246,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6738D; }

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

This text font color is #A6738D.

Background Color

.myBgColor { background-color: #A6738D; }

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

This div background color is #A6738D.

Border color

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

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

This div border color is #A6738D.

Opacity

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

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

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

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

This text has shadow with #A6738D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6738D.

Preview

Color preview on black background

This text has color #A6738D on black background.


Color preview on white background

This text has color #A6738D on white background.


Black color preview on #A6738D background

This text has black color on #A6738D background.


White color preview on #A6738D background

This text has white color on #A6738D background.


Related colors

Complementary color

Complementary color for #hex is #598C72.


I love getcolorcode.com

Triadic colors

1 #8DA673 and #738DA6 with #A6738D are triadic colors.

2 #8D73A6 and #73A68D with #A6738D are triadic colors.