COLOR #A3A08C

HEX: #A3A08C
RGB: (163,160,140)

Color info

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

RGB color model

#A3A08C color RGB value is (163,160,140).

  • red value is 163;
  • green value is 160;
  • blue value is 140.
RGB:
(163,160,140)
(64%,63%,55%)

RGB channels and saturation

R 163 of 255 = 64%
G 160 of 255 = 63%
B 140 of 255 = 55%

163
160
140

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

Portions of RGB colors in percentages

R + G + B =
163 + 160 + 140 = 463 (100%)
R 163 of 463 ~ 35.21%
G 160 of 463 ~ 34.56%
B 140 of 463 ~ 30.24%

%35.21
%34.56
%30.24

CMYK color model

#A3A08C color CMYK value is (0,2,14,36).

  • cyan value is 0.00%
  • magenta value is 1.84%
  • yellow value is 14.11%
  • key color value is 36.08%
CMYK:
(0,2,14,36)
C0M2Y14K36 
(0%,2%,14%,36%)
(0.00/0.02/0.14/0.36)	

CMYK percentages

%0
%1.84
%14.11
%36.08

Codes

Color #A3A08C in popluar color models

A3A08C
RGB163160140
HSL52°11.11%59.41%
HSB/HSV52°14.11%63.92%
CMYK0.00%1.84%14.11%
36.08%

Color #A3A08C in popluar number systems.

HEXA3A08C
Decimal163160140
Binary101000111010000010001100
Octal243240214

Shades and tints

Shades of #A3A08C

#A3A08C
(163,160,140)
#959280
(149,146,128)
#878474
(135,132,116)
#797668
(121,118,104)
#6B685C
(107,104,92)
#5D5A50
(93,90,80)
#4F4C44
(79,76,68)
#413E38
(65,62,56)
#33302C
(51,48,44)
#252220
(37,34,32)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #A3A08C

#A3A08C
(163,160,140)
#ABA896
(171,168,150)
#B3B0A0
(179,176,160)
#BBB8AA
(187,184,170)
#C3C0B4
(195,192,180)
#CBC8BE
(203,200,190)
#D3D0C8
(211,208,200)
#DBD8D2
(219,216,210)
#E3E0DC
(227,224,220)
#EBE8E6
(235,232,230)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A08C; }

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

This text font color is #A3A08C.


Background Color

.myBgColor { background-color: #A3A08C; }

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

This div background color is #A3A08C.


Border color

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

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

This div border color is #A3A08C.


Opacity

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

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

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

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

This text has shadow with #A3A08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A08C on black background.


Color preview on white background

This text has color #A3A08C on white background.



Black color preview on #A3A08C background

This text has black color on #A3A08C background.


White color preview on #A3A08C background

This text has white color on #A3A08C background.