COLOR #A4A097

HEX: #A4A097 RGB: (164,160,151)

Color info

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

RGB color model

#A4A097 color RGB value is (164,160,151).

RGB: (164,160,151) (64%, 63%, 59%)

RGB channels and saturation

R 164 of 255 = 64%
G 160 of 255 = 63%
B 151 of 255 = 59%

164
160
151

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

Portions of RGB colors in percentages

R + G + B = 164 + 160 + 151 = 475 (100%)
R 164 of 475 ~ 34.53%
G 160 of 475 ~ 33.68%
B 151 of 475 ~ 31.79'%

%34.53
%33.68
%31.79

CMYK color model

#A4A097 color CMYK value is (0,2,8,36).

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

CMYK: (0,2,8,36)
C0M2Y8K36 (0%, 2%, 8%, 36%)
(0.00 / 0.02 / 0.08 / 0.36)

CMYK percentages

%0
%2.44
%7.93
%35.69

Codes

Color #A4A097 in popluar color models

A4 A0 97
RGB 164 160 151
HSL 42° 6.67% 61.76%
HSB/HSV 42° 7.93% 64.31%
CMYK 0.00% 2.44% 7.93%
35.69%

Color #A4A097 in popluar number systems.

HEX A4 A0 97
Decimal 164 160 151
Binary 10100100 10100000 10010111
Octal 244 240 227

Shades and tints

Shades of #A4A097

#A4A097
(164,160,151)
#96928A
(150,146,138)
#88847D
(136,132,125)
#7A7670
(122,118,112)
#6C6863
(108,104,99)
#5E5A56
(94,90,86)
#504C49
(80,76,73)
#423E3C
(66,62,60)
#34302F
(52,48,47)
#262222
(38,34,34)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #A4A097

#A4A097
(164,160,151)
#ACA8A0
(172,168,160)
#B4B0A9
(180,176,169)
#BCB8B2
(188,184,178)
#C4C0BB
(196,192,187)
#CCC8C4
(204,200,196)
#D4D0CD
(212,208,205)
#DCD8D6
(220,216,214)
#E4E0DF
(228,224,223)
#ECE8E8
(236,232,232)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A097; }

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

This text font color is #A4A097.

Background Color

.myBgColor { background-color: #A4A097; }

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

This div background color is #A4A097.

Border color

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

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

This div border color is #A4A097.

Opacity

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

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

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

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

This text has shadow with #A4A097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A097.

Preview

Color preview on black background

This text has color #A4A097 on black background.


Color preview on white background

This text has color #A4A097 on white background.


Black color preview on #A4A097 background

This text has black color on #A4A097 background.


White color preview on #A4A097 background

This text has white color on #A4A097 background.


Related colors

Complementary color

Complementary color for #hex is #5B5F68.


I love getcolorcode.com

Triadic colors

1 #97A4A0 and #A097A4 with #A4A097 are triadic colors.

2 #97A0A4 and #A0A497 with #A4A097 are triadic colors.