COLOR #A4817E

HEX: #A4817E
RGB: (164,129,126)

Color info

#A4817E contains red, green and blue colors in about the same proportion. Web safe color of #A4817E is #999966 (or #996).

RGB color model

#A4817E color RGB value is (164,129,126).

  • red value is 164;
  • green value is 129;
  • blue value is 126.
RGB:
(164,129,126)
(64%,51%,49%)

RGB channels and saturation

R 164 of 255 = 64%
G 129 of 255 = 51%
B 126 of 255 = 49%

164
129
126

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

Portions of RGB colors in percentages

R + G + B =
164 + 129 + 126 = 419 (100%)
R 164 of 419 ~ 39.14%
G 129 of 419 ~ 30.79%
B 126 of 419 ~ 30.07%

%39.14
%30.79
%30.07

CMYK color model

#A4817E color CMYK value is (0,21,23,36).

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 23.17%
  • key color value is 35.69%
CMYK:
(0,21,23,36)
C0M21Y23K36 
(0%,21%,23%,36%)
(0.00/0.21/0.23/0.36)	

CMYK percentages

%0
%21.34
%23.17
%35.69

Codes

Color #A4817E in popluar color models

A4817E
RGB164129126
HSL17.27%56.86%
HSB/HSV23.17%64.31%
CMYK0.00%21.34%23.17%
35.69%

Color #A4817E in popluar number systems.

HEXA4817E
Decimal164129126
Binary10100100100000011111110
Octal244201176

Shades and tints

Shades of #A4817E

#A4817E
(164,129,126)
#967673
(150,118,115)
#886B68
(136,107,104)
#7A605D
(122,96,93)
#6C5552
(108,85,82)
#5E4A47
(94,74,71)
#503F3C
(80,63,60)
#423431
(66,52,49)
#342926
(52,41,38)
#261E1B
(38,30,27)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #A4817E

#A4817E
(164,129,126)
#AC8C89
(172,140,137)
#B49794
(180,151,148)
#BCA29F
(188,162,159)
#C4ADAA
(196,173,170)
#CCB8B5
(204,184,181)
#D4C3C0
(212,195,192)
#DCCECB
(220,206,203)
#E4D9D6
(228,217,214)
#ECE4E1
(236,228,225)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4817E color. Also use rgb(164,129,126) instead hex code.

Text Font Color

.myTextColor { color: #A4817E; }

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

This text font color is #A4817E.


Background Color

.myBgColor { background-color: #A4817E; }

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

This div background color is #A4817E.


Border color

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

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

This div border color is #A4817E.


Opacity

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

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

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

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

This text has shadow with #A4817E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4817E on black background.


Color preview on white background

This text has color #A4817E on white background.



Black color preview on #A4817E background

This text has black color on #A4817E background.


White color preview on #A4817E background

This text has white color on #A4817E background.