COLOR #A4A095

HEX: #A4A095 RGB: (164,160,149)

Color info

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

RGB color model

#A4A095 color RGB value is (164,160,149).

RGB: (164,160,149) (64%, 63%, 58%)

RGB channels and saturation

R 164 of 255 = 64%
G 160 of 255 = 63%
B 149 of 255 = 58%

164
160
149

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

Portions of RGB colors in percentages

R + G + B = 164 + 160 + 149 = 473 (100%)
R 164 of 473 ~ 34.67%
G 160 of 473 ~ 33.83%
B 149 of 473 ~ 31.5'%

%34.67
%33.83
%31.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 9.15%
  • key color value is 35.69%

CMYK: (0,2,9,36)
C0M2Y9K36 (0%, 2%, 9%, 36%)
(0.00 / 0.02 / 0.09 / 0.36)

CMYK percentages

%0
%2.44
%9.15
%35.69

Codes

Color #A4A095 in popluar color models

A4 A0 95
RGB 164 160 149
HSL 44° 7.61% 61.37%
HSB/HSV 44° 9.15% 64.31%
CMYK 0.00% 2.44% 9.15%
35.69%

Color #A4A095 in popluar number systems.

HEX A4 A0 95
Decimal 164 160 149
Binary 10100100 10100000 10010101
Octal 244 240 225

Shades and tints

Shades of #A4A095

#A4A095
(164,160,149)
#969288
(150,146,136)
#88847B
(136,132,123)
#7A766E
(122,118,110)
#6C6861
(108,104,97)
#5E5A54
(94,90,84)
#504C47
(80,76,71)
#423E3A
(66,62,58)
#34302D
(52,48,45)
#262220
(38,34,32)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #A4A095

#A4A095
(164,160,149)
#ACA89E
(172,168,158)
#B4B0A7
(180,176,167)
#BCB8B0
(188,184,176)
#C4C0B9
(196,192,185)
#CCC8C2
(204,200,194)
#D4D0CB
(212,208,203)
#DCD8D4
(220,216,212)
#E4E0DD
(228,224,221)
#ECE8E6
(236,232,230)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A095 color. Also use rgb(164,160,149) instead hex code.

Text Font Color

.myTextColor { color: #A4A095; }

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

This text font color is #A4A095.

Background Color

.myBgColor { background-color: #A4A095; }

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

This div background color is #A4A095.

Border color

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

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

This div border color is #A4A095.

Opacity

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

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

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

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

This text has shadow with #A4A095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A095.

Preview

Color preview on black background

This text has color #A4A095 on black background.


Color preview on white background

This text has color #A4A095 on white background.


Black color preview on #A4A095 background

This text has black color on #A4A095 background.


White color preview on #A4A095 background

This text has white color on #A4A095 background.


Related colors

Complementary color

Complementary color for #hex is #5B5F6A.


I love getcolorcode.com

Triadic colors

1 #95A4A0 and #A095A4 with #A4A095 are triadic colors.

2 #95A0A4 and #A0A495 with #A4A095 are triadic colors.