COLOR #A87A52

HEX: #A87A52
RGB: (168,122,82)

Color info

#A87A52 contains mainly red and green colors. Web safe color of #A87A52 is #996666 (or #966).

RGB color model

#A87A52 color RGB value is (168,122,82).

  • red value is 168;
  • green value is 122;
  • blue value is 82.
RGB:
(168,122,82)
(66%,48%,32%)

RGB channels and saturation

R 168 of 255 = 66%
G 122 of 255 = 48%
B 82 of 255 = 32%

168
122
82

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

Portions of RGB colors in percentages

R + G + B =
168 + 122 + 82 = 372 (100%)
R 168 of 372 ~ 45.16%
G 122 of 372 ~ 32.8%
B 82 of 372 ~ 22.04%

%45.16
%32.8
%22.04

CMYK color model

#A87A52 color CMYK value is (0,27,51,34).

  • cyan value is 0.00%
  • magenta value is 27.38%
  • yellow value is 51.19%
  • key color value is 34.12%
CMYK:
(0,27,51,34)
C0M27Y51K34 
(0%,27%,51%,34%)
(0.00/0.27/0.51/0.34)	

CMYK percentages

%0
%27.38
%51.19
%34.12

Codes

Color #A87A52 in popluar color models

A87A52
RGB16812282
HSL28°34.40%49.02%
HSB/HSV28°51.19%65.88%
CMYK0.00%27.38%51.19%
34.12%

Color #A87A52 in popluar number systems.

HEXA87A52
Decimal16812282
Binary1010100011110101010010
Octal250172122

Shades and tints

Shades of #A87A52

#A87A52
(168,122,82)
#996F4B
(153,111,75)
#8A6444
(138,100,68)
#7B593D
(123,89,61)
#6C4E36
(108,78,54)
#5D432F
(93,67,47)
#4E3828
(78,56,40)
#3F2D21
(63,45,33)
#30221A
(48,34,26)
#211713
(33,23,19)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #A87A52

#A87A52
(168,122,82)
#AF8661
(175,134,97)
#B69270
(182,146,112)
#BD9E7F
(189,158,127)
#C4AA8E
(196,170,142)
#CBB69D
(203,182,157)
#D2C2AC
(210,194,172)
#D9CEBB
(217,206,187)
#E0DACA
(224,218,202)
#E7E6D9
(231,230,217)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87A52 color. Also use rgb(168,122,82) instead hex code.

Text Font Color

.myTextColor { color: #A87A52; }

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

This text font color is #A87A52.


Background Color

.myBgColor { background-color: #A87A52; }

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

This div background color is #A87A52.


Border color

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

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

This div border color is #A87A52.


Opacity

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

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

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

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

This text has shadow with #A87A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87A52 on black background.


Color preview on white background

This text has color #A87A52 on white background.



Black color preview on #A87A52 background

This text has black color on #A87A52 background.


White color preview on #A87A52 background

This text has white color on #A87A52 background.