COLOR #A4827A

HEX: #A4827A
RGB: (164,130,122)

Color info

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

RGB color model

#A4827A color RGB value is (164,130,122).

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

RGB channels and saturation

R 164 of 255 = 64%
G 130 of 255 = 51%
B 122 of 255 = 48%

164
130
122

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

Portions of RGB colors in percentages

R + G + B =
164 + 130 + 122 = 416 (100%)
R 164 of 416 ~ 39.42%
G 130 of 416 ~ 31.25%
B 122 of 416 ~ 29.33%

%39.42
%31.25
%29.33

CMYK color model

#A4827A color CMYK value is (0,21,26,36).

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 25.61%
  • key color value is 35.69%
CMYK:
(0,21,26,36)
C0M21Y26K36 
(0%,21%,26%,36%)
(0.00/0.21/0.26/0.36)	

CMYK percentages

%0
%20.73
%25.61
%35.69

Codes

Color #A4827A in popluar color models

A4827A
RGB164130122
HSL11°18.75%56.08%
HSB/HSV11°25.61%64.31%
CMYK0.00%20.73%25.61%
35.69%

Color #A4827A in popluar number systems.

HEXA4827A
Decimal164130122
Binary10100100100000101111010
Octal244202172

Shades and tints

Shades of #A4827A

#A4827A
(164,130,122)
#96776F
(150,119,111)
#886C64
(136,108,100)
#7A6159
(122,97,89)
#6C564E
(108,86,78)
#5E4B43
(94,75,67)
#504038
(80,64,56)
#42352D
(66,53,45)
#342A22
(52,42,34)
#261F17
(38,31,23)
#18140C
(24,20,12)
#000000
(0,0,0)

Tints of #A4827A

#A4827A
(164,130,122)
#AC8D86
(172,141,134)
#B49892
(180,152,146)
#BCA39E
(188,163,158)
#C4AEAA
(196,174,170)
#CCB9B6
(204,185,182)
#D4C4C2
(212,196,194)
#DCCFCE
(220,207,206)
#E4DADA
(228,218,218)
#ECE5E6
(236,229,230)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4827A; }

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

This text font color is #A4827A.


Background Color

.myBgColor { background-color: #A4827A; }

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

This div background color is #A4827A.


Border color

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

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

This div border color is #A4827A.


Opacity

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

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

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

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

This text has shadow with #A4827A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4827A on black background.


Color preview on white background

This text has color #A4827A on white background.



Black color preview on #A4827A background

This text has black color on #A4827A background.


White color preview on #A4827A background

This text has white color on #A4827A background.