COLOR #A3A38E

HEX: #A3A38E RGB: (163,163,142)

Color info

#A3A38E contains red, green and blue colors in about the same proportion. Web safe color of #A3A38E is #999999 (or #999).

RGB color model

#A3A38E color RGB value is (163,163,142).

RGB: (163,163,142) (64%, 64%, 56%)

RGB channels and saturation

R 163 of 255 = 64%
G 163 of 255 = 64%
B 142 of 255 = 56%

163
163
142

R + G + B ~ 61%. #A3A38E is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 163 + 142 = 468 (100%)
R 163 of 468 ~ 34.83%
G 163 of 468 ~ 34.83%
B 142 of 468 ~ 30.34'%

%34.83
%34.83
%30.34

CMYK color model

#A3A38E color CMYK value is (0,0,13,36).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.88%
  • key color value is 36.08%

CMYK: (0,0,13,36)
C0M0Y13K36 (0%, 0%, 13%, 36%)
(0.00 / 0.00 / 0.13 / 0.36)

CMYK percentages

%0
%0
%12.88
%36.08

Codes

Color #A3A38E in popluar color models

A3 A3 8E
RGB 163 163 142
HSL 60° 10.24% 59.80%
HSB/HSV 60° 12.88% 63.92%
CMYK 0.00% 0.00% 12.88%
36.08%

Color #A3A38E in popluar number systems.

HEX A3 A3 8E
Decimal 163 163 142
Binary 10100011 10100011 10001110
Octal 243 243 216

Shades and tints

Shades of #A3A38E

#A3A38E
(163,163,142)
#959582
(149,149,130)
#878776
(135,135,118)
#79796A
(121,121,106)
#6B6B5E
(107,107,94)
#5D5D52
(93,93,82)
#4F4F46
(79,79,70)
#41413A
(65,65,58)
#33332E
(51,51,46)
#252522
(37,37,34)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #A3A38E

#A3A38E
(163,163,142)
#ABAB98
(171,171,152)
#B3B3A2
(179,179,162)
#BBBBAC
(187,187,172)
#C3C3B6
(195,195,182)
#CBCBC0
(203,203,192)
#D3D3CA
(211,211,202)
#DBDBD4
(219,219,212)
#E3E3DE
(227,227,222)
#EBEBE8
(235,235,232)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A38E; }

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

This text font color is #A3A38E.

Background Color

.myBgColor { background-color: #A3A38E; }

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

This div background color is #A3A38E.

Border color

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

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

This div border color is #A3A38E.

Opacity

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

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

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

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

This text has shadow with #A3A38E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A38E.

Preview

Color preview on black background

This text has color #A3A38E on black background.


Color preview on white background

This text has color #A3A38E on white background.


Black color preview on #A3A38E background

This text has black color on #A3A38E background.


White color preview on #A3A38E background

This text has white color on #A3A38E background.


Related colors

Complementary color

Complementary color for #hex is #5C5C71.


I love getcolorcode.com