COLOR #A39462

HEX: #A39462
RGB: (163,148,98)

Color info

#A39462 contains mainly red and green colors. Web safe color of #A39462 is #999966 (or #996).

RGB color model

#A39462 color RGB value is (163,148,98).

  • red value is 163;
  • green value is 148;
  • blue value is 98.
RGB:
(163,148,98)
(64%,58%,38%)

RGB channels and saturation

R 163 of 255 = 64%
G 148 of 255 = 58%
B 98 of 255 = 38%

163
148
98

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

Portions of RGB colors in percentages

R + G + B =
163 + 148 + 98 = 409 (100%)
R 163 of 409 ~ 39.85%
G 148 of 409 ~ 36.19%
B 98 of 409 ~ 23.96%

%39.85
%36.19
%23.96

CMYK color model

#A39462 color CMYK value is (0,9,40,36).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 39.88%
  • key color value is 36.08%
CMYK:
(0,9,40,36)
C0M9Y40K36 
(0%,9%,40%,36%)
(0.00/0.09/0.40/0.36)	

CMYK percentages

%0
%9.2
%39.88
%36.08

Codes

Color #A39462 in popluar color models

A39462
RGB16314898
HSL46°26.10%51.18%
HSB/HSV46°39.88%63.92%
CMYK0.00%9.20%39.88%
36.08%

Color #A39462 in popluar number systems.

HEXA39462
Decimal16314898
Binary10100011100101001100010
Octal243224142

Shades and tints

Shades of #A39462

#A39462
(163,148,98)
#95875A
(149,135,90)
#877A52
(135,122,82)
#796D4A
(121,109,74)
#6B6042
(107,96,66)
#5D533A
(93,83,58)
#4F4632
(79,70,50)
#41392A
(65,57,42)
#332C22
(51,44,34)
#251F1A
(37,31,26)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #A39462

#A39462
(163,148,98)
#AB9D70
(171,157,112)
#B3A67E
(179,166,126)
#BBAF8C
(187,175,140)
#C3B89A
(195,184,154)
#CBC1A8
(203,193,168)
#D3CAB6
(211,202,182)
#DBD3C4
(219,211,196)
#E3DCD2
(227,220,210)
#EBE5E0
(235,229,224)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39462 color. Also use rgb(163,148,98) instead hex code.

Text Font Color

.myTextColor { color: #A39462; }

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

This text font color is #A39462.


Background Color

.myBgColor { background-color: #A39462; }

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

This div background color is #A39462.


Border color

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

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

This div border color is #A39462.


Opacity

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

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

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

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

This text has shadow with #A39462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39462 on black background.


Color preview on white background

This text has color #A39462 on white background.



Black color preview on #A39462 background

This text has black color on #A39462 background.


White color preview on #A39462 background

This text has white color on #A39462 background.