COLOR #A97552

HEX: #A97552
RGB: (169,117,82)

Color info

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

RGB color model

#A97552 color RGB value is (169,117,82).

  • red value is 169;
  • green value is 117;
  • blue value is 82.
RGB:
(169,117,82)
(66%,46%,32%)

RGB channels and saturation

R 169 of 255 = 66%
G 117 of 255 = 46%
B 82 of 255 = 32%

169
117
82

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

Portions of RGB colors in percentages

R + G + B =
169 + 117 + 82 = 368 (100%)
R 169 of 368 ~ 45.92%
G 117 of 368 ~ 31.79%
B 82 of 368 ~ 22.28%

%45.92
%31.79
%22.28

CMYK color model

#A97552 color CMYK value is (0,31,51,34).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 51.48%
  • key color value is 33.73%
CMYK:
(0,31,51,34)
C0M31Y51K34 
(0%,31%,51%,34%)
(0.00/0.31/0.51/0.34)	

CMYK percentages

%0
%30.77
%51.48
%33.73

Codes

Color #A97552 in popluar color models

A97552
RGB16911782
HSL24°34.66%49.22%
HSB/HSV24°51.48%66.27%
CMYK0.00%30.77%51.48%
33.73%

Color #A97552 in popluar number systems.

HEXA97552
Decimal16911782
Binary1010100111101011010010
Octal251165122

Shades and tints

Shades of #A97552

#A97552
(169,117,82)
#9A6B4B
(154,107,75)
#8B6144
(139,97,68)
#7C573D
(124,87,61)
#6D4D36
(109,77,54)
#5E432F
(94,67,47)
#4F3928
(79,57,40)
#402F21
(64,47,33)
#31251A
(49,37,26)
#221B13
(34,27,19)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #A97552

#A97552
(169,117,82)
#B08161
(176,129,97)
#B78D70
(183,141,112)
#BE997F
(190,153,127)
#C5A58E
(197,165,142)
#CCB19D
(204,177,157)
#D3BDAC
(211,189,172)
#DAC9BB
(218,201,187)
#E1D5CA
(225,213,202)
#E8E1D9
(232,225,217)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97552 color. Also use rgb(169,117,82) instead hex code.

Text Font Color

.myTextColor { color: #A97552; }

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

This text font color is #A97552.


Background Color

.myBgColor { background-color: #A97552; }

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

This div background color is #A97552.


Border color

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

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

This div border color is #A97552.


Opacity

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

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

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

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

This text has shadow with #A97552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97552 on black background.


Color preview on white background

This text has color #A97552 on white background.



Black color preview on #A97552 background

This text has black color on #A97552 background.


White color preview on #A97552 background

This text has white color on #A97552 background.