COLOR #A78284

HEX: #A78284 RGB: (167,130,132)

Color info

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

RGB color model

#A78284 color RGB value is (167,130,132).

RGB: (167,130,132) (65%, 51%, 52%)

RGB channels and saturation

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

167
130
132

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

Portions of RGB colors in percentages

R + G + B = 167 + 130 + 132 = 429 (100%)
R 167 of 429 ~ 38.93%
G 130 of 429 ~ 30.3%
B 132 of 429 ~ 30.77'%

%38.93
%30.3
%30.77

CMYK color model

#A78284 color CMYK value is (0,22,21,35).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 20.96%
  • key color value is 34.51%

CMYK: (0,22,21,35)
C0M22Y21K35 (0%, 22%, 21%, 35%)
(0.00 / 0.22 / 0.21 / 0.35)

CMYK percentages

%0
%22.16
%20.96
%34.51

Codes

Color #A78284 in popluar color models

A7 82 84
RGB 167 130 132
HSL 357° 17.37% 58.24%
HSB/HSV 357° 22.16% 65.49%
CMYK 0.00% 22.16% 20.96%
34.51%

Color #A78284 in popluar number systems.

HEX A7 82 84
Decimal 167 130 132
Binary 10100111 10000010 10000100
Octal 247 202 204

Shades and tints

Shades of #A78284

#A78284
(167,130,132)
#987778
(152,119,120)
#896C6C
(137,108,108)
#7A6160
(122,97,96)
#6B5654
(107,86,84)
#5C4B48
(92,75,72)
#4D403C
(77,64,60)
#3E3530
(62,53,48)
#2F2A24
(47,42,36)
#201F18
(32,31,24)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #A78284

#A78284
(167,130,132)
#AF8D8F
(175,141,143)
#B7989A
(183,152,154)
#BFA3A5
(191,163,165)
#C7AEB0
(199,174,176)
#CFB9BB
(207,185,187)
#D7C4C6
(215,196,198)
#DFCFD1
(223,207,209)
#E7DADC
(231,218,220)
#EFE5E7
(239,229,231)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78284; }

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

This text font color is #A78284.

Background Color

.myBgColor { background-color: #A78284; }

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

This div background color is #A78284.

Border color

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

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

This div border color is #A78284.

Opacity

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

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

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

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

This text has shadow with #A78284 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78284.

Preview

Color preview on black background

This text has color #A78284 on black background.


Color preview on white background

This text has color #A78284 on white background.


Black color preview on #A78284 background

This text has black color on #A78284 background.


White color preview on #A78284 background

This text has white color on #A78284 background.


Related colors

Complementary color

Complementary color for #hex is #587D7B.


I love getcolorcode.com

Triadic colors

1 #84A782 and #8284A7 with #A78284 are triadic colors.

2 #8482A7 and #82A784 with #A78284 are triadic colors.