COLOR #A5968D

HEX: #A5968D
RGB: (165,150,141)

Color info

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

RGB color model

#A5968D color RGB value is (165,150,141).

  • red value is 165;
  • green value is 150;
  • blue value is 141.
RGB:
(165,150,141)
(65%,59%,55%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 141 of 255 = 55%

165
150
141

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

Portions of RGB colors in percentages

R + G + B =
165 + 150 + 141 = 456 (100%)
R 165 of 456 ~ 36.18%
G 150 of 456 ~ 32.89%
B 141 of 456 ~ 30.92%

%36.18
%32.89
%30.92

CMYK color model

#A5968D color CMYK value is (0,9,15,35).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 14.55%
  • key color value is 35.29%
CMYK:
(0,9,15,35)
C0M9Y15K35 
(0%,9%,15%,35%)
(0.00/0.09/0.15/0.35)	

CMYK percentages

%0
%9.09
%14.55
%35.29

Codes

Color #A5968D in popluar color models

A5968D
RGB165150141
HSL23°11.76%60.00%
HSB/HSV23°14.55%64.71%
CMYK0.00%9.09%14.55%
35.29%

Color #A5968D in popluar number systems.

HEXA5968D
Decimal165150141
Binary101001011001011010001101
Octal245226215

Shades and tints

Shades of #A5968D

#A5968D
(165,150,141)
#968981
(150,137,129)
#877C75
(135,124,117)
#786F69
(120,111,105)
#69625D
(105,98,93)
#5A5551
(90,85,81)
#4B4845
(75,72,69)
#3C3B39
(60,59,57)
#2D2E2D
(45,46,45)
#1E2121
(30,33,33)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #A5968D

#A5968D
(165,150,141)
#AD9F97
(173,159,151)
#B5A8A1
(181,168,161)
#BDB1AB
(189,177,171)
#C5BAB5
(197,186,181)
#CDC3BF
(205,195,191)
#D5CCC9
(213,204,201)
#DDD5D3
(221,213,211)
#E5DEDD
(229,222,221)
#EDE7E7
(237,231,231)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5968D color. Also use rgb(165,150,141) instead hex code.

Text Font Color

.myTextColor { color: #A5968D; }

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

This text font color is #A5968D.


Background Color

.myBgColor { background-color: #A5968D; }

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

This div background color is #A5968D.


Border color

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

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

This div border color is #A5968D.


Opacity

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

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

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

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

This text has shadow with #A5968D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5968D on black background.


Color preview on white background

This text has color #A5968D on white background.



Black color preview on #A5968D background

This text has black color on #A5968D background.


White color preview on #A5968D background

This text has white color on #A5968D background.