COLOR #A78184

HEX: #A78184
RGB: (167,129,132)

Color info

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

RGB color model

#A78184 color RGB value is (167,129,132).

  • red value is 167;
  • green value is 129;
  • blue value is 132.
RGB:
(167,129,132)
(65%,51%,52%)

RGB channels and saturation

R 167 of 255 = 65%
G 129 of 255 = 51%
B 132 of 255 = 52%

167
129
132

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

Portions of RGB colors in percentages

R + G + B =
167 + 129 + 132 = 428 (100%)
R 167 of 428 ~ 39.02%
G 129 of 428 ~ 30.14%
B 132 of 428 ~ 30.84%

%39.02
%30.14
%30.84

CMYK color model

#A78184 color CMYK value is (0,23,21,35).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 20.96%
  • key color value is 34.51%
CMYK:
(0,23,21,35)
C0M23Y21K35 
(0%,23%,21%,35%)
(0.00/0.23/0.21/0.35)	

CMYK percentages

%0
%22.75
%20.96
%34.51

Codes

Color #A78184 in popluar color models

A78184
RGB167129132
HSL355°17.76%58.04%
HSB/HSV355°22.75%65.49%
CMYK0.00%22.75%20.96%
34.51%

Color #A78184 in popluar number systems.

HEXA78184
Decimal167129132
Binary101001111000000110000100
Octal247201204

Shades and tints

Shades of #A78184

#A78184
(167,129,132)
#987678
(152,118,120)
#896B6C
(137,107,108)
#7A6060
(122,96,96)
#6B5554
(107,85,84)
#5C4A48
(92,74,72)
#4D3F3C
(77,63,60)
#3E3430
(62,52,48)
#2F2924
(47,41,36)
#201E18
(32,30,24)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #A78184

#A78184
(167,129,132)
#AF8C8F
(175,140,143)
#B7979A
(183,151,154)
#BFA2A5
(191,162,165)
#C7ADB0
(199,173,176)
#CFB8BB
(207,184,187)
#D7C3C6
(215,195,198)
#DFCED1
(223,206,209)
#E7D9DC
(231,217,220)
#EFE4E7
(239,228,231)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78184 color. Also use rgb(167,129,132) instead hex code.

Text Font Color

.myTextColor { color: #A78184; }

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

This text font color is #A78184.


Background Color

.myBgColor { background-color: #A78184; }

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

This div background color is #A78184.


Border color

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

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

This div border color is #A78184.


Opacity

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

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

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

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

This text has shadow with #A78184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78184 on black background.


Color preview on white background

This text has color #A78184 on white background.



Black color preview on #A78184 background

This text has black color on #A78184 background.


White color preview on #A78184 background

This text has white color on #A78184 background.