COLOR #A78790

HEX: #A78790 RGB: (167,135,144)

Color info

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

RGB color model

#A78790 color RGB value is (167,135,144).

RGB: (167,135,144) (65%, 53%, 56%)

RGB channels and saturation

R 167 of 255 = 65%
G 135 of 255 = 53%
B 144 of 255 = 56%

167
135
144

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

Portions of RGB colors in percentages

R + G + B = 167 + 135 + 144 = 446 (100%)
R 167 of 446 ~ 37.44%
G 135 of 446 ~ 30.27%
B 144 of 446 ~ 32.29'%

%37.44
%30.27
%32.29

CMYK color model

#A78790 color CMYK value is (0,19,14,35).

  • cyan value is 0.00%
  • magenta value is 19.16%
  • yellow value is 13.77%
  • key color value is 34.51%
CMYK: (0,19,14,35) C0M19Y14K35 (0%,19%,14%,35%) (0.00/0.19/0.14/0.35) 

CMYK percentages

%0
%19.16
%13.77
%34.51

Codes

Color #A78790 in popluar color models

A7 87 90
RGB 167 135 144
HSL 343° 15.38% 59.22%
HSB/HSV 343° 19.16% 65.49%
CMYK 0.00% 19.16% 13.77%
34.51%

Color #A78790 in popluar number systems.

HEX A7 87 90
Decimal 167 135 144
Binary 10100111 10000111 10010000
Octal 247 207 220

Shades and tints

Shades of #A78790

#A78790
(167,135,144)
#987B83
(152,123,131)
#896F76
(137,111,118)
#7A6369
(122,99,105)
#6B575C
(107,87,92)
#5C4B4F
(92,75,79)
#4D3F42
(77,63,66)
#3E3335
(62,51,53)
#2F2728
(47,39,40)
#201B1B
(32,27,27)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #A78790

#A78790
(167,135,144)
#AF919A
(175,145,154)
#B79BA4
(183,155,164)
#BFA5AE
(191,165,174)
#C7AFB8
(199,175,184)
#CFB9C2
(207,185,194)
#D7C3CC
(215,195,204)
#DFCDD6
(223,205,214)
#E7D7E0
(231,215,224)
#EFE1EA
(239,225,234)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78790 color. Also use rgb(167,135,144) instead hex code.

Text Font Color

.myTextColor { color: #A78790; }

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

This text font color is #A78790.

Background Color

.myBgColor { background-color: #A78790; }

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

This div background color is #A78790.

Border color

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

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

This div border color is #A78790.

Opacity

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

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

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

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

This text has shadow with #A78790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78790.

Preview

Color preview on black background

This text has color #A78790 on black background.


Color preview on white background

This text has color #A78790 on white background.


Black color preview on #A78790 background

This text has black color on #A78790 background.


White color preview on #A78790 background

This text has white color on #A78790 background.


Related colors

Complementary color

Complementary color for #hex is #58786F.


I love getcolorcode.com

Triadic colors

1 #90A787 and #8790A7 with #A78790 are triadic colors.

2 #9087A7 and #87A790 with #A78790 are triadic colors.