COLOR #A3A099

HEX: #A3A099
RGB: (163,160,153)

Color info

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

RGB color model

#A3A099 color RGB value is (163,160,153).

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

RGB channels and saturation

R 163 of 255 = 64%
G 160 of 255 = 63%
B 153 of 255 = 60%

163
160
153

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

Portions of RGB colors in percentages

R + G + B =
163 + 160 + 153 = 476 (100%)
R 163 of 476 ~ 34.24%
G 160 of 476 ~ 33.61%
B 153 of 476 ~ 32.14%

%34.24
%33.61
%32.14

CMYK color model

#A3A099 color CMYK value is (0,2,6,36).

  • cyan value is 0.00%
  • magenta value is 1.84%
  • yellow value is 6.13%
  • key color value is 36.08%
CMYK:
(0,2,6,36)
C0M2Y6K36 
(0%,2%,6%,36%)
(0.00/0.02/0.06/0.36)	

CMYK percentages

%0
%1.84
%6.13
%36.08

Codes

Color #A3A099 in popluar color models

A3A099
RGB163160153
HSL42°5.15%61.96%
HSB/HSV42°6.13%63.92%
CMYK0.00%1.84%6.13%
36.08%

Color #A3A099 in popluar number systems.

HEXA3A099
Decimal163160153
Binary101000111010000010011001
Octal243240231

Shades and tints

Shades of #A3A099

#A3A099
(163,160,153)
#95928C
(149,146,140)
#87847F
(135,132,127)
#797672
(121,118,114)
#6B6865
(107,104,101)
#5D5A58
(93,90,88)
#4F4C4B
(79,76,75)
#413E3E
(65,62,62)
#333031
(51,48,49)
#252224
(37,34,36)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #A3A099

#A3A099
(163,160,153)
#ABA8A2
(171,168,162)
#B3B0AB
(179,176,171)
#BBB8B4
(187,184,180)
#C3C0BD
(195,192,189)
#CBC8C6
(203,200,198)
#D3D0CF
(211,208,207)
#DBD8D8
(219,216,216)
#E3E0E1
(227,224,225)
#EBE8EA
(235,232,234)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A099; }

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

This text font color is #A3A099.


Background Color

.myBgColor { background-color: #A3A099; }

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

This div background color is #A3A099.


Border color

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

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

This div border color is #A3A099.


Opacity

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

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

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

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

This text has shadow with #A3A099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A099 on black background.


Color preview on white background

This text has color #A3A099 on white background.



Black color preview on #A3A099 background

This text has black color on #A3A099 background.


White color preview on #A3A099 background

This text has white color on #A3A099 background.