COLOR #A3A094

HEX: #A3A094
RGB: (163,160,148)

Color info

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

RGB color model

#A3A094 color RGB value is (163,160,148).

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

RGB channels and saturation

R 163 of 255 = 64%
G 160 of 255 = 63%
B 148 of 255 = 58%

163
160
148

R + G + B ~ 62%. #A3A094 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 160 + 148 = 471 (100%)
R 163 of 471 ~ 34.61%
G 160 of 471 ~ 33.97%
B 148 of 471 ~ 31.42%

%34.61
%33.97
%31.42

CMYK color model

#A3A094 color CMYK value is (0,2,9,36).

  • cyan value is 0.00%
  • magenta value is 1.84%
  • yellow value is 9.20%
  • key color value is 36.08%
CMYK:
(0,2,9,36)
C0M2Y9K36 
(0%,2%,9%,36%)
(0.00/0.02/0.09/0.36)	

CMYK percentages

%0
%1.84
%9.2
%36.08

Codes

Color #A3A094 in popluar color models

A3A094
RGB163160148
HSL48°7.54%60.98%
HSB/HSV48°9.20%63.92%
CMYK0.00%1.84%9.20%
36.08%

Color #A3A094 in popluar number systems.

HEXA3A094
Decimal163160148
Binary101000111010000010010100
Octal243240224

Shades and tints

Shades of #A3A094

#A3A094
(163,160,148)
#959287
(149,146,135)
#87847A
(135,132,122)
#79766D
(121,118,109)
#6B6860
(107,104,96)
#5D5A53
(93,90,83)
#4F4C46
(79,76,70)
#413E39
(65,62,57)
#33302C
(51,48,44)
#25221F
(37,34,31)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #A3A094

#A3A094
(163,160,148)
#ABA89D
(171,168,157)
#B3B0A6
(179,176,166)
#BBB8AF
(187,184,175)
#C3C0B8
(195,192,184)
#CBC8C1
(203,200,193)
#D3D0CA
(211,208,202)
#DBD8D3
(219,216,211)
#E3E0DC
(227,224,220)
#EBE8E5
(235,232,229)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A094; }

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

This text font color is #A3A094.


Background Color

.myBgColor { background-color: #A3A094; }

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

This div background color is #A3A094.


Border color

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

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

This div border color is #A3A094.


Opacity

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

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

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

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

This text has shadow with #A3A094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A094 on black background.


Color preview on white background

This text has color #A3A094 on white background.



Black color preview on #A3A094 background

This text has black color on #A3A094 background.


White color preview on #A3A094 background

This text has white color on #A3A094 background.