COLOR #A3AA88

HEX: #A3AA88 RGB: (163,170,136)

Color info

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

RGB color model

#A3AA88 color RGB value is (163,170,136).

RGB: (163,170,136) (64%, 67%, 53%)

RGB channels and saturation

R 163 of 255 = 64%
G 170 of 255 = 67%
B 136 of 255 = 53%

163
170
136

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

Portions of RGB colors in percentages

R + G + B = 163 + 170 + 136 = 469 (100%)
R 163 of 469 ~ 34.75%
G 170 of 469 ~ 36.25%
B 136 of 469 ~ 29'%

%34.75
%36.25
%29

CMYK color model

#A3AA88 color CMYK value is (4,0,20,33).

  • cyan value is 4.12%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 33.33%

CMYK: (4,0,20,33)
C4M0Y20K33 (4%, 0%, 20%, 33%)
(0.04 / 0.00 / 0.20 / 0.33)

CMYK percentages

%4.12
%0
%20
%33.33

Codes

Color #A3AA88 in popluar color models

A3 AA 88
RGB 163 170 136
HSL 72° 16.67% 60.00%
HSB/HSV 72° 20.00% 66.67%
CMYK 4.12% 0.00% 20.00%
33.33%

Color #A3AA88 in popluar number systems.

HEX A3 AA 88
Decimal 163 170 136
Binary 10100011 10101010 10001000
Octal 243 252 210

Shades and tints

Shades of #A3AA88

#A3AA88
(163,170,136)
#959B7C
(149,155,124)
#878C70
(135,140,112)
#797D64
(121,125,100)
#6B6E58
(107,110,88)
#5D5F4C
(93,95,76)
#4F5040
(79,80,64)
#414134
(65,65,52)
#333228
(51,50,40)
#25231C
(37,35,28)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #A3AA88

#A3AA88
(163,170,136)
#ABB192
(171,177,146)
#B3B89C
(179,184,156)
#BBBFA6
(187,191,166)
#C3C6B0
(195,198,176)
#CBCDBA
(203,205,186)
#D3D4C4
(211,212,196)
#DBDBCE
(219,219,206)
#E3E2D8
(227,226,216)
#EBE9E2
(235,233,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AA88; }

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

This text font color is #A3AA88.

Background Color

.myBgColor { background-color: #A3AA88; }

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

This div background color is #A3AA88.

Border color

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

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

This div border color is #A3AA88.

Opacity

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

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

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

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

This text has shadow with #A3AA88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3AA88.

Preview

Color preview on black background

This text has color #A3AA88 on black background.


Color preview on white background

This text has color #A3AA88 on white background.


Black color preview on #A3AA88 background

This text has black color on #A3AA88 background.


White color preview on #A3AA88 background

This text has white color on #A3AA88 background.


Related colors

Complementary color

Complementary color for #hex is #5C5577.


I love getcolorcode.com

Triadic colors

1 #88A3AA and #AA88A3 with #A3AA88 are triadic colors.

2 #88AAA3 and #AAA388 with #A3AA88 are triadic colors.