COLOR #A3996F

HEX: #A3996F
RGB: (163,153,111)

Color info

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

RGB color model

#A3996F color RGB value is (163,153,111).

  • red value is 163;
  • green value is 153;
  • blue value is 111.
RGB:
(163,153,111)
(64%,60%,44%)

RGB channels and saturation

R 163 of 255 = 64%
G 153 of 255 = 60%
B 111 of 255 = 44%

163
153
111

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

Portions of RGB colors in percentages

R + G + B =
163 + 153 + 111 = 427 (100%)
R 163 of 427 ~ 38.17%
G 153 of 427 ~ 35.83%
B 111 of 427 ~ 26%

%38.17
%35.83
%26

CMYK color model

#A3996F color CMYK value is (0,6,32,36).

  • cyan value is 0.00%
  • magenta value is 6.13%
  • yellow value is 31.90%
  • key color value is 36.08%
CMYK:
(0,6,32,36)
C0M6Y32K36 
(0%,6%,32%,36%)
(0.00/0.06/0.32/0.36)	

CMYK percentages

%0
%6.13
%31.9
%36.08

Codes

Color #A3996F in popluar color models

A3996F
RGB163153111
HSL48°22.03%53.73%
HSB/HSV48°31.90%63.92%
CMYK0.00%6.13%31.90%
36.08%

Color #A3996F in popluar number systems.

HEXA3996F
Decimal163153111
Binary10100011100110011101111
Octal243231157

Shades and tints

Shades of #A3996F

#A3996F
(163,153,111)
#958C65
(149,140,101)
#877F5B
(135,127,91)
#797251
(121,114,81)
#6B6547
(107,101,71)
#5D583D
(93,88,61)
#4F4B33
(79,75,51)
#413E29
(65,62,41)
#33311F
(51,49,31)
#252415
(37,36,21)
#17170B
(23,23,11)
#000000
(0,0,0)

Tints of #A3996F

#A3996F
(163,153,111)
#ABA27C
(171,162,124)
#B3AB89
(179,171,137)
#BBB496
(187,180,150)
#C3BDA3
(195,189,163)
#CBC6B0
(203,198,176)
#D3CFBD
(211,207,189)
#DBD8CA
(219,216,202)
#E3E1D7
(227,225,215)
#EBEAE4
(235,234,228)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3996F color. Also use rgb(163,153,111) instead hex code.

Text Font Color

.myTextColor { color: #A3996F; }

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

This text font color is #A3996F.


Background Color

.myBgColor { background-color: #A3996F; }

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

This div background color is #A3996F.


Border color

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

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

This div border color is #A3996F.


Opacity

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

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

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

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

This text has shadow with #A3996F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3996F on black background.


Color preview on white background

This text has color #A3996F on white background.



Black color preview on #A3996F background

This text has black color on #A3996F background.


White color preview on #A3996F background

This text has white color on #A3996F background.