COLOR #A3A38A

HEX: #A3A38A RGB: (163,163,138)

Color info

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

RGB color model

#A3A38A color RGB value is (163,163,138).

RGB: (163,163,138) (64%, 64%, 54%)

RGB channels and saturation

R 163 of 255 = 64%
G 163 of 255 = 64%
B 138 of 255 = 54%

163
163
138

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

Portions of RGB colors in percentages

R + G + B = 163 + 163 + 138 = 464 (100%)
R 163 of 464 ~ 35.13%
G 163 of 464 ~ 35.13%
B 138 of 464 ~ 29.74'%

%35.13
%35.13
%29.74

CMYK color model

#A3A38A color CMYK value is (0,0,15,36).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 36.08%
CMYK: (0,0,15,36) C0M0Y15K36 (0%,0%,15%,36%) (0.00/0.00/0.15/0.36) 

CMYK percentages

%0
%0
%15.34
%36.08

Codes

Color #A3A38A in popluar color models

A3 A3 8A
RGB 163 163 138
HSL 60° 11.96% 59.02%
HSB/HSV 60° 15.34% 63.92%
CMYK 0.00% 0.00% 15.34%
36.08%

Color #A3A38A in popluar number systems.

HEX A3 A3 8A
Decimal 163 163 138
Binary 10100011 10100011 10001010
Octal 243 243 212

Shades and tints

Shades of #A3A38A

#A3A38A
(163,163,138)
#95957E
(149,149,126)
#878772
(135,135,114)
#797966
(121,121,102)
#6B6B5A
(107,107,90)
#5D5D4E
(93,93,78)
#4F4F42
(79,79,66)
#414136
(65,65,54)
#33332A
(51,51,42)
#25251E
(37,37,30)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #A3A38A

#A3A38A
(163,163,138)
#ABAB94
(171,171,148)
#B3B39E
(179,179,158)
#BBBBA8
(187,187,168)
#C3C3B2
(195,195,178)
#CBCBBC
(203,203,188)
#D3D3C6
(211,211,198)
#DBDBD0
(219,219,208)
#E3E3DA
(227,227,218)
#EBEBE4
(235,235,228)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A38A; }

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

This text font color is #A3A38A.

Background Color

.myBgColor { background-color: #A3A38A; }

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

This div background color is #A3A38A.

Border color

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

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

This div border color is #A3A38A.

Opacity

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

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

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

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

This text has shadow with #A3A38A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A38A.

Preview

Color preview on black background

This text has color #A3A38A on black background.


Color preview on white background

This text has color #A3A38A on white background.


Black color preview on #A3A38A background

This text has black color on #A3A38A background.


White color preview on #A3A38A background

This text has white color on #A3A38A background.


Related colors

Complementary color

Complementary color for #hex is #5C5C75.


I love getcolorcode.com