COLOR #A3826C

HEX: #A3826C
RGB: (163,130,108)

Color info

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

RGB color model

#A3826C color RGB value is (163,130,108).

  • red value is 163;
  • green value is 130;
  • blue value is 108.
RGB:
(163,130,108)
(64%,51%,42%)

RGB channels and saturation

R 163 of 255 = 64%
G 130 of 255 = 51%
B 108 of 255 = 42%

163
130
108

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

Portions of RGB colors in percentages

R + G + B =
163 + 130 + 108 = 401 (100%)
R 163 of 401 ~ 40.65%
G 130 of 401 ~ 32.42%
B 108 of 401 ~ 26.93%

%40.65
%32.42
%26.93

CMYK color model

#A3826C color CMYK value is (0,20,34,36).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 33.74%
  • key color value is 36.08%
CMYK:
(0,20,34,36)
C0M20Y34K36 
(0%,20%,34%,36%)
(0.00/0.20/0.34/0.36)	

CMYK percentages

%0
%20.25
%33.74
%36.08

Codes

Color #A3826C in popluar color models

A3826C
RGB163130108
HSL24°23.01%53.14%
HSB/HSV24°33.74%63.92%
CMYK0.00%20.25%33.74%
36.08%

Color #A3826C in popluar number systems.

HEXA3826C
Decimal163130108
Binary10100011100000101101100
Octal243202154

Shades and tints

Shades of #A3826C

#A3826C
(163,130,108)
#957763
(149,119,99)
#876C5A
(135,108,90)
#796151
(121,97,81)
#6B5648
(107,86,72)
#5D4B3F
(93,75,63)
#4F4036
(79,64,54)
#41352D
(65,53,45)
#332A24
(51,42,36)
#251F1B
(37,31,27)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #A3826C

#A3826C
(163,130,108)
#AB8D79
(171,141,121)
#B39886
(179,152,134)
#BBA393
(187,163,147)
#C3AEA0
(195,174,160)
#CBB9AD
(203,185,173)
#D3C4BA
(211,196,186)
#DBCFC7
(219,207,199)
#E3DAD4
(227,218,212)
#EBE5E1
(235,229,225)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3826C color. Also use rgb(163,130,108) instead hex code.

Text Font Color

.myTextColor { color: #A3826C; }

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

This text font color is #A3826C.


Background Color

.myBgColor { background-color: #A3826C; }

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

This div background color is #A3826C.


Border color

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

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

This div border color is #A3826C.


Opacity

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

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

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

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

This text has shadow with #A3826C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3826C on black background.


Color preview on white background

This text has color #A3826C on white background.



Black color preview on #A3826C background

This text has black color on #A3826C background.


White color preview on #A3826C background

This text has white color on #A3826C background.