COLOR #A4707A

HEX: #A4707A
RGB: (164,112,122)

Color info

#A4707A contains red, green and blue colors in about the same proportion. Web safe color of #A4707A is #996666 (or #966).

RGB color model

#A4707A color RGB value is (164,112,122).

  • red value is 164;
  • green value is 112;
  • blue value is 122.
RGB:
(164,112,122)
(64%,44%,48%)

RGB channels and saturation

R 164 of 255 = 64%
G 112 of 255 = 44%
B 122 of 255 = 48%

164
112
122

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

Portions of RGB colors in percentages

R + G + B =
164 + 112 + 122 = 398 (100%)
R 164 of 398 ~ 41.21%
G 112 of 398 ~ 28.14%
B 122 of 398 ~ 30.65%

%41.21
%28.14
%30.65

CMYK color model

#A4707A color CMYK value is (0,32,26,36).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 25.61%
  • key color value is 35.69%
CMYK:
(0,32,26,36)
C0M32Y26K36 
(0%,32%,26%,36%)
(0.00/0.32/0.26/0.36)	

CMYK percentages

%0
%31.71
%25.61
%35.69

Codes

Color #A4707A in popluar color models

A4707A
RGB164112122
HSL348°22.22%54.12%
HSB/HSV348°31.71%64.31%
CMYK0.00%31.71%25.61%
35.69%

Color #A4707A in popluar number systems.

HEXA4707A
Decimal164112122
Binary1010010011100001111010
Octal244160172

Shades and tints

Shades of #A4707A

#A4707A
(164,112,122)
#96666F
(150,102,111)
#885C64
(136,92,100)
#7A5259
(122,82,89)
#6C484E
(108,72,78)
#5E3E43
(94,62,67)
#503438
(80,52,56)
#422A2D
(66,42,45)
#342022
(52,32,34)
#261617
(38,22,23)
#180C0C
(24,12,12)
#000000
(0,0,0)

Tints of #A4707A

#A4707A
(164,112,122)
#AC7D86
(172,125,134)
#B48A92
(180,138,146)
#BC979E
(188,151,158)
#C4A4AA
(196,164,170)
#CCB1B6
(204,177,182)
#D4BEC2
(212,190,194)
#DCCBCE
(220,203,206)
#E4D8DA
(228,216,218)
#ECE5E6
(236,229,230)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4707A color. Also use rgb(164,112,122) instead hex code.

Text Font Color

.myTextColor { color: #A4707A; }

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

This text font color is #A4707A.


Background Color

.myBgColor { background-color: #A4707A; }

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

This div background color is #A4707A.


Border color

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

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

This div border color is #A4707A.


Opacity

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

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

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

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

This text has shadow with #A4707A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4707A on black background.


Color preview on white background

This text has color #A4707A on white background.



Black color preview on #A4707A background

This text has black color on #A4707A background.


White color preview on #A4707A background

This text has white color on #A4707A background.