COLOR #A5A191

HEX: #A5A191 RGB: (165,161,145)

Color info

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

RGB color model

#A5A191 color RGB value is (165,161,145).

RGB: (165,161,145) (65%, 63%, 57%)

RGB channels and saturation

R 165 of 255 = 65%
G 161 of 255 = 63%
B 145 of 255 = 57%

165
161
145

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

Portions of RGB colors in percentages

R + G + B = 165 + 161 + 145 = 471 (100%)
R 165 of 471 ~ 35.03%
G 161 of 471 ~ 34.18%
B 145 of 471 ~ 30.79'%

%35.03
%34.18
%30.79

CMYK color model

#A5A191 color CMYK value is (0,2,12,35).

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 12.12%
  • key color value is 35.29%

CMYK: (0,2,12,35)
C0M2Y12K35 (0%, 2%, 12%, 35%)
(0.00 / 0.02 / 0.12 / 0.35)

CMYK percentages

%0
%2.42
%12.12
%35.29

Codes

Color #A5A191 in popluar color models

A5 A1 91
RGB 165 161 145
HSL 48° 10.00% 60.78%
HSB/HSV 48° 12.12% 64.71%
CMYK 0.00% 2.42% 12.12%
35.29%

Color #A5A191 in popluar number systems.

HEX A5 A1 91
Decimal 165 161 145
Binary 10100101 10100001 10010001
Octal 245 241 221

Shades and tints

Shades of #A5A191

#A5A191
(165,161,145)
#969384
(150,147,132)
#878577
(135,133,119)
#78776A
(120,119,106)
#69695D
(105,105,93)
#5A5B50
(90,91,80)
#4B4D43
(75,77,67)
#3C3F36
(60,63,54)
#2D3129
(45,49,41)
#1E231C
(30,35,28)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #A5A191

#A5A191
(165,161,145)
#ADA99B
(173,169,155)
#B5B1A5
(181,177,165)
#BDB9AF
(189,185,175)
#C5C1B9
(197,193,185)
#CDC9C3
(205,201,195)
#D5D1CD
(213,209,205)
#DDD9D7
(221,217,215)
#E5E1E1
(229,225,225)
#EDE9EB
(237,233,235)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A191 color. Also use rgb(165,161,145) instead hex code.

Text Font Color

.myTextColor { color: #A5A191; }

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

This text font color is #A5A191.

Background Color

.myBgColor { background-color: #A5A191; }

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

This div background color is #A5A191.

Border color

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

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

This div border color is #A5A191.

Opacity

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

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

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

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

This text has shadow with #A5A191 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A191.

Preview

Color preview on black background

This text has color #A5A191 on black background.


Color preview on white background

This text has color #A5A191 on white background.


Black color preview on #A5A191 background

This text has black color on #A5A191 background.


White color preview on #A5A191 background

This text has white color on #A5A191 background.


Related colors

Complementary color

Complementary color for #hex is #5A5E6E.


I love getcolorcode.com

Triadic colors

1 #91A5A1 and #A191A5 with #A5A191 are triadic colors.

2 #91A1A5 and #A1A591 with #A5A191 are triadic colors.