COLOR #A78691

HEX: #A78691 RGB: (167,134,145)

Color info

#A78691 contains red, green and blue colors in about the same proportion. Web safe color of #A78691 is #999999 (or #999).

RGB color model

#A78691 color RGB value is (167,134,145).

RGB: (167,134,145) (65%, 53%, 57%)

RGB channels and saturation

R 167 of 255 = 65%
G 134 of 255 = 53%
B 145 of 255 = 57%

167
134
145

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

Portions of RGB colors in percentages

R + G + B = 167 + 134 + 145 = 446 (100%)
R 167 of 446 ~ 37.44%
G 134 of 446 ~ 30.04%
B 145 of 446 ~ 32.51'%

%37.44
%30.04
%32.51

CMYK color model

#A78691 color CMYK value is (0,20,13,35).

  • cyan value is 0.00%
  • magenta value is 19.76%
  • yellow value is 13.17%
  • key color value is 34.51%

CMYK: (0,20,13,35)
C0M20Y13K35 (0%, 20%, 13%, 35%)
(0.00 / 0.20 / 0.13 / 0.35)

CMYK percentages

%0
%19.76
%13.17
%34.51

Codes

Color #A78691 in popluar color models

A7 86 91
RGB 167 134 145
HSL 340° 15.79% 59.02%
HSB/HSV 340° 19.76% 65.49%
CMYK 0.00% 19.76% 13.17%
34.51%

Color #A78691 in popluar number systems.

HEX A7 86 91
Decimal 167 134 145
Binary 10100111 10000110 10010001
Octal 247 206 221

Shades and tints

Shades of #A78691

#A78691
(167,134,145)
#987A84
(152,122,132)
#896E77
(137,110,119)
#7A626A
(122,98,106)
#6B565D
(107,86,93)
#5C4A50
(92,74,80)
#4D3E43
(77,62,67)
#3E3236
(62,50,54)
#2F2629
(47,38,41)
#201A1C
(32,26,28)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #A78691

#A78691
(167,134,145)
#AF919B
(175,145,155)
#B79CA5
(183,156,165)
#BFA7AF
(191,167,175)
#C7B2B9
(199,178,185)
#CFBDC3
(207,189,195)
#D7C8CD
(215,200,205)
#DFD3D7
(223,211,215)
#E7DEE1
(231,222,225)
#EFE9EB
(239,233,235)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78691 color. Also use rgb(167,134,145) instead hex code.

Text Font Color

.myTextColor { color: #A78691; }

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

This text font color is #A78691.

Background Color

.myBgColor { background-color: #A78691; }

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

This div background color is #A78691.

Border color

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

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

This div border color is #A78691.

Opacity

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

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

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

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

This text has shadow with #A78691 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78691.

Preview

Color preview on black background

This text has color #A78691 on black background.


Color preview on white background

This text has color #A78691 on white background.


Black color preview on #A78691 background

This text has black color on #A78691 background.


White color preview on #A78691 background

This text has white color on #A78691 background.


Related colors

Complementary color

Complementary color for #hex is #58796E.


I love getcolorcode.com

Triadic colors

1 #91A786 and #8691A7 with #A78691 are triadic colors.

2 #9186A7 and #86A791 with #A78691 are triadic colors.