COLOR #A5968B

HEX: #A5968B
RGB: (165,150,139)

Color info

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

RGB color model

#A5968B color RGB value is (165,150,139).

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

RGB channels and saturation

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

165
150
139

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

Portions of RGB colors in percentages

R + G + B =
165 + 150 + 139 = 454 (100%)
R 165 of 454 ~ 36.34%
G 150 of 454 ~ 33.04%
B 139 of 454 ~ 30.62%

%36.34
%33.04
%30.62

CMYK color model

#A5968B color CMYK value is (0,9,16,35).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 15.76%
  • key color value is 35.29%
CMYK:
(0,9,16,35)
C0M9Y16K35 
(0%,9%,16%,35%)
(0.00/0.09/0.16/0.35)	

CMYK percentages

%0
%9.09
%15.76
%35.29

Codes

Color #A5968B in popluar color models

A5968B
RGB165150139
HSL25°12.62%59.61%
HSB/HSV25°15.76%64.71%
CMYK0.00%9.09%15.76%
35.29%

Color #A5968B in popluar number systems.

HEXA5968B
Decimal165150139
Binary101001011001011010001011
Octal245226213

Shades and tints

Shades of #A5968B

#A5968B
(165,150,139)
#96897F
(150,137,127)
#877C73
(135,124,115)
#786F67
(120,111,103)
#69625B
(105,98,91)
#5A554F
(90,85,79)
#4B4843
(75,72,67)
#3C3B37
(60,59,55)
#2D2E2B
(45,46,43)
#1E211F
(30,33,31)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5968B

#A5968B
(165,150,139)
#AD9F95
(173,159,149)
#B5A89F
(181,168,159)
#BDB1A9
(189,177,169)
#C5BAB3
(197,186,179)
#CDC3BD
(205,195,189)
#D5CCC7
(213,204,199)
#DDD5D1
(221,213,209)
#E5DEDB
(229,222,219)
#EDE7E5
(237,231,229)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5968B; }

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

This text font color is #A5968B.


Background Color

.myBgColor { background-color: #A5968B; }

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

This div background color is #A5968B.


Border color

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

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

This div border color is #A5968B.


Opacity

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

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

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

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

This text has shadow with #A5968B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5968B on black background.


Color preview on white background

This text has color #A5968B on white background.



Black color preview on #A5968B background

This text has black color on #A5968B background.


White color preview on #A5968B background

This text has white color on #A5968B background.