COLOR #A5958A

HEX: #A5958A
RGB: (165,149,138)

Color info

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

RGB color model

#A5958A color RGB value is (165,149,138).

  • red value is 165;
  • green value is 149;
  • blue value is 138.
RGB:
(165,149,138)
(65%,58%,54%)

RGB channels and saturation

R 165 of 255 = 65%
G 149 of 255 = 58%
B 138 of 255 = 54%

165
149
138

R + G + B ~ 59%. #A5958A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 149 + 138 = 452 (100%)
R 165 of 452 ~ 36.5%
G 149 of 452 ~ 32.96%
B 138 of 452 ~ 30.53%

%36.5
%32.96
%30.53

CMYK color model

#A5958A color CMYK value is (0,10,16,35).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 16.36%
  • key color value is 35.29%
CMYK:
(0,10,16,35)
C0M10Y16K35 
(0%,10%,16%,35%)
(0.00/0.10/0.16/0.35)	

CMYK percentages

%0
%9.7
%16.36
%35.29

Codes

Color #A5958A in popluar color models

A5958A
RGB165149138
HSL24°13.04%59.41%
HSB/HSV24°16.36%64.71%
CMYK0.00%9.70%16.36%
35.29%

Color #A5958A in popluar number systems.

HEXA5958A
Decimal165149138
Binary101001011001010110001010
Octal245225212

Shades and tints

Shades of #A5958A

#A5958A
(165,149,138)
#96887E
(150,136,126)
#877B72
(135,123,114)
#786E66
(120,110,102)
#69615A
(105,97,90)
#5A544E
(90,84,78)
#4B4742
(75,71,66)
#3C3A36
(60,58,54)
#2D2D2A
(45,45,42)
#1E201E
(30,32,30)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #A5958A

#A5958A
(165,149,138)
#AD9E94
(173,158,148)
#B5A79E
(181,167,158)
#BDB0A8
(189,176,168)
#C5B9B2
(197,185,178)
#CDC2BC
(205,194,188)
#D5CBC6
(213,203,198)
#DDD4D0
(221,212,208)
#E5DDDA
(229,221,218)
#EDE6E4
(237,230,228)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5958A color. Also use rgb(165,149,138) instead hex code.

Text Font Color

.myTextColor { color: #A5958A; }

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

This text font color is #A5958A.


Background Color

.myBgColor { background-color: #A5958A; }

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

This div background color is #A5958A.


Border color

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

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

This div border color is #A5958A.


Opacity

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

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

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

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

This text has shadow with #A5958A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5958A on black background.


Color preview on white background

This text has color #A5958A on white background.



Black color preview on #A5958A background

This text has black color on #A5958A background.


White color preview on #A5958A background

This text has white color on #A5958A background.