COLOR #A3A29B

HEX: #A3A29B
RGB: (163,162,155)

Color info

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

RGB color model

#A3A29B color RGB value is (163,162,155).

  • red value is 163;
  • green value is 162;
  • blue value is 155.
RGB:
(163,162,155)
(64%,64%,61%)

RGB channels and saturation

R 163 of 255 = 64%
G 162 of 255 = 64%
B 155 of 255 = 61%

163
162
155

R + G + B ~ 63%. #A3A29B is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 162 + 155 = 480 (100%)
R 163 of 480 ~ 33.96%
G 162 of 480 ~ 33.75%
B 155 of 480 ~ 32.29%

%33.96
%33.75
%32.29

CMYK color model

#A3A29B color CMYK value is (0,1,5,36).

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 4.91%
  • key color value is 36.08%
CMYK:
(0,1,5,36)
C0M1Y5K36 
(0%,1%,5%,36%)
(0.00/0.01/0.05/0.36)	

CMYK percentages

%0
%0.61
%4.91
%36.08

Codes

Color #A3A29B in popluar color models

A3A29B
RGB163162155
HSL53°4.17%62.35%
HSB/HSV53°4.91%63.92%
CMYK0.00%0.61%4.91%
36.08%

Color #A3A29B in popluar number systems.

HEXA3A29B
Decimal163162155
Binary101000111010001010011011
Octal243242233

Shades and tints

Shades of #A3A29B

#A3A29B
(163,162,155)
#95948D
(149,148,141)
#87867F
(135,134,127)
#797871
(121,120,113)
#6B6A63
(107,106,99)
#5D5C55
(93,92,85)
#4F4E47
(79,78,71)
#414039
(65,64,57)
#33322B
(51,50,43)
#25241D
(37,36,29)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #A3A29B

#A3A29B
(163,162,155)
#ABAAA4
(171,170,164)
#B3B2AD
(179,178,173)
#BBBAB6
(187,186,182)
#C3C2BF
(195,194,191)
#CBCAC8
(203,202,200)
#D3D2D1
(211,210,209)
#DBDADA
(219,218,218)
#E3E2E3
(227,226,227)
#EBEAEC
(235,234,236)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A29B; }

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

This text font color is #A3A29B.


Background Color

.myBgColor { background-color: #A3A29B; }

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

This div background color is #A3A29B.


Border color

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

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

This div border color is #A3A29B.


Opacity

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

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

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

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

This text has shadow with #A3A29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A29B on black background.


Color preview on white background

This text has color #A3A29B on white background.



Black color preview on #A3A29B background

This text has black color on #A3A29B background.


White color preview on #A3A29B background

This text has white color on #A3A29B background.