COLOR #A5A493

HEX: #A5A493 RGB: (165,164,147)

Color info

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

RGB color model

#A5A493 color RGB value is (165,164,147).

RGB: (165,164,147) (65%, 64%, 58%)

RGB channels and saturation

R 165 of 255 = 65%
G 164 of 255 = 64%
B 147 of 255 = 58%

165
164
147

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

Portions of RGB colors in percentages

R + G + B = 165 + 164 + 147 = 476 (100%)
R 165 of 476 ~ 34.66%
G 164 of 476 ~ 34.45%
B 147 of 476 ~ 30.88'%

%34.66
%34.45
%30.88

CMYK color model

#A5A493 color CMYK value is (0,1,11,35).

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 10.91%
  • key color value is 35.29%

CMYK: (0,1,11,35)
C0M1Y11K35 (0%, 1%, 11%, 35%)
(0.00 / 0.01 / 0.11 / 0.35)

CMYK percentages

%0
%0.61
%10.91
%35.29

Codes

Color #A5A493 in popluar color models

A5 A4 93
RGB 165 164 147
HSL 57° 9.09% 61.18%
HSB/HSV 57° 10.91% 64.71%
CMYK 0.00% 0.61% 10.91%
35.29%

Color #A5A493 in popluar number systems.

HEX A5 A4 93
Decimal 165 164 147
Binary 10100101 10100100 10010011
Octal 245 244 223

Shades and tints

Shades of #A5A493

#A5A493
(165,164,147)
#969686
(150,150,134)
#878879
(135,136,121)
#787A6C
(120,122,108)
#696C5F
(105,108,95)
#5A5E52
(90,94,82)
#4B5045
(75,80,69)
#3C4238
(60,66,56)
#2D342B
(45,52,43)
#1E261E
(30,38,30)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #A5A493

#A5A493
(165,164,147)
#ADAC9C
(173,172,156)
#B5B4A5
(181,180,165)
#BDBCAE
(189,188,174)
#C5C4B7
(197,196,183)
#CDCCC0
(205,204,192)
#D5D4C9
(213,212,201)
#DDDCD2
(221,220,210)
#E5E4DB
(229,228,219)
#EDECE4
(237,236,228)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A493 color. Also use rgb(165,164,147) instead hex code.

Text Font Color

.myTextColor { color: #A5A493; }

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

This text font color is #A5A493.

Background Color

.myBgColor { background-color: #A5A493; }

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

This div background color is #A5A493.

Border color

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

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

This div border color is #A5A493.

Opacity

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

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

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

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

This text has shadow with #A5A493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A493.

Preview

Color preview on black background

This text has color #A5A493 on black background.


Color preview on white background

This text has color #A5A493 on white background.


Black color preview on #A5A493 background

This text has black color on #A5A493 background.


White color preview on #A5A493 background

This text has white color on #A5A493 background.


Related colors

Complementary color

Complementary color for #hex is #5A5B6C.


I love getcolorcode.com

Triadic colors

1 #93A5A4 and #A493A5 with #A5A493 are triadic colors.

2 #93A4A5 and #A4A593 with #A5A493 are triadic colors.