COLOR #A67385

HEX: #A67385 RGB: (166,115,133)

Color info

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

RGB color model

#A67385 color RGB value is (166,115,133).

RGB: (166,115,133) (65%, 45%, 52%)

RGB channels and saturation

R 166 of 255 = 65%
G 115 of 255 = 45%
B 133 of 255 = 52%

166
115
133

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

Portions of RGB colors in percentages

R + G + B = 166 + 115 + 133 = 414 (100%)
R 166 of 414 ~ 40.1%
G 115 of 414 ~ 27.78%
B 133 of 414 ~ 32.13'%

%40.1
%27.78
%32.13

CMYK color model

#A67385 color CMYK value is (0,31,20,35).

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

CMYK: (0,31,20,35)
C0M31Y20K35 (0%, 31%, 20%, 35%)
(0.00 / 0.31 / 0.20 / 0.35)

CMYK percentages

%0
%30.72
%19.88
%34.9

Codes

Color #A67385 in popluar color models

A6 73 85
RGB 166 115 133
HSL 339° 22.27% 55.10%
HSB/HSV 339° 30.72% 65.10%
CMYK 0.00% 30.72% 19.88%
34.90%

Color #A67385 in popluar number systems.

HEX A6 73 85
Decimal 166 115 133
Binary 10100110 1110011 10000101
Octal 246 163 205

Shades and tints

Shades of #A67385

#A67385
(166,115,133)
#976979
(151,105,121)
#885F6D
(136,95,109)
#795561
(121,85,97)
#6A4B55
(106,75,85)
#5B4149
(91,65,73)
#4C373D
(76,55,61)
#3D2D31
(61,45,49)
#2E2325
(46,35,37)
#1F1919
(31,25,25)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #A67385

#A67385
(166,115,133)
#AE7F90
(174,127,144)
#B68B9B
(182,139,155)
#BE97A6
(190,151,166)
#C6A3B1
(198,163,177)
#CEAFBC
(206,175,188)
#D6BBC7
(214,187,199)
#DEC7D2
(222,199,210)
#E6D3DD
(230,211,221)
#EEDFE8
(238,223,232)
#F6EBF3
(246,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67385; }

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

This text font color is #A67385.

Background Color

.myBgColor { background-color: #A67385; }

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

This div background color is #A67385.

Border color

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

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

This div border color is #A67385.

Opacity

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

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

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

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

This text has shadow with #A67385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67385.

Preview

Color preview on black background

This text has color #A67385 on black background.


Color preview on white background

This text has color #A67385 on white background.


Black color preview on #A67385 background

This text has black color on #A67385 background.


White color preview on #A67385 background

This text has white color on #A67385 background.


Related colors

Complementary color

Complementary color for #hex is #598C7A.


I love getcolorcode.com

Triadic colors

1 #85A673 and #7385A6 with #A67385 are triadic colors.

2 #8573A6 and #73A685 with #A67385 are triadic colors.