COLOR #A59695

HEX: #A59695
RGB: (165,150,149)

Color info

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

RGB color model

#A59695 color RGB value is (165,150,149).

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

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 149 of 255 = 58%

165
150
149

R + G + B ~ 61%. #A59695 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 150 + 149 = 464 (100%)
R 165 of 464 ~ 35.56%
G 150 of 464 ~ 32.33%
B 149 of 464 ~ 32.11%

%35.56
%32.33
%32.11

CMYK color model

#A59695 color CMYK value is (0,9,10,35).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 9.70%
  • key color value is 35.29%
CMYK:
(0,9,10,35)
C0M9Y10K35 
(0%,9%,10%,35%)
(0.00/0.09/0.10/0.35)	

CMYK percentages

%0
%9.09
%9.7
%35.29

Codes

Color #A59695 in popluar color models

A59695
RGB165150149
HSL8.16%61.57%
HSB/HSV9.70%64.71%
CMYK0.00%9.09%9.70%
35.29%

Color #A59695 in popluar number systems.

HEXA59695
Decimal165150149
Binary101001011001011010010101
Octal245226225

Shades and tints

Shades of #A59695

#A59695
(165,150,149)
#968988
(150,137,136)
#877C7B
(135,124,123)
#786F6E
(120,111,110)
#696261
(105,98,97)
#5A5554
(90,85,84)
#4B4847
(75,72,71)
#3C3B3A
(60,59,58)
#2D2E2D
(45,46,45)
#1E2120
(30,33,32)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A59695

#A59695
(165,150,149)
#AD9F9E
(173,159,158)
#B5A8A7
(181,168,167)
#BDB1B0
(189,177,176)
#C5BAB9
(197,186,185)
#CDC3C2
(205,195,194)
#D5CCCB
(213,204,203)
#DDD5D4
(221,213,212)
#E5DEDD
(229,222,221)
#EDE7E6
(237,231,230)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59695; }

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

This text font color is #A59695.


Background Color

.myBgColor { background-color: #A59695; }

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

This div background color is #A59695.


Border color

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

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

This div border color is #A59695.


Opacity

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

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

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

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

This text has shadow with #A59695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59695 on black background.


Color preview on white background

This text has color #A59695 on white background.



Black color preview on #A59695 background

This text has black color on #A59695 background.


White color preview on #A59695 background

This text has white color on #A59695 background.