COLOR #A59D95

HEX: #A59D95
RGB: (165,157,149)

Renk bilgisi

#A59D95 contains red, green and blue colors in about the same proportion. #A59D95 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#A59D95 color RGB value is (165,157,149).

  • kırmız ton 165;
  • yeşil ton 157;
  • mavi ton 149.
RGB:
(165,157,149)
(65%,62%,58%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 157 of 255 = 62%
B 149 of 255 = 58%

165
157
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 157 + 149 = 471 (100%)
R 165 of 471 ~ 35.03%
G 157 of 471 ~ 33.33%
B 149 of 471 ~ 31.63%

%35.03
%33.33
%31.63

CMYK RENK MODELİ

#A59D95 rengi CMYK tonu (0,5,10,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.85%
  • sarı tonu 9.70%
  • ana renk tonu 35.29%
CMYK:
(0,5,10,35)
C0M5Y10K35 
(0%,5%,10%,35%)
(0.00/0.05/0.10/0.35)	

CMYK yüzdeleri

%0
%4.85
%9.7
%35.29

Codes

Color #A59D95 in popluar color models

A59D95
RGB165157149
HSL30°8.16%61.57%
HSB/HSV30°9.70%64.71%
CMYK0.00%4.85%9.70%
35.29%

Color #A59D95 in popluar number systems.

HEXA59D95
Decimal165157149
Binary101001011001110110010101
Octal245235225

Shades and tints

Shades of #A59D95

#A59D95
(165,157,149)
#968F88
(150,143,136)
#87817B
(135,129,123)
#78736E
(120,115,110)
#696561
(105,101,97)
#5A5754
(90,87,84)
#4B4947
(75,73,71)
#3C3B3A
(60,59,58)
#2D2D2D
(45,45,45)
#1E1F20
(30,31,32)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #A59D95

#A59D95
(165,157,149)
#ADA59E
(173,165,158)
#B5ADA7
(181,173,167)
#BDB5B0
(189,181,176)
#C5BDB9
(197,189,185)
#CDC5C2
(205,197,194)
#D5CDCB
(213,205,203)
#DDD5D4
(221,213,212)
#E5DDDD
(229,221,221)
#EDE5E6
(237,229,230)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59D95; }

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

This text font color is #A59D95.


Background Color

.myBgColor { background-color: #A59D95; }

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

This div background color is #A59D95.


Border color

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

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

This div border color is #A59D95.


Opacity

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

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

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

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

This text has shadow with #A59D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59D95 on black background.


Color preview on white background

This text has color #A59D95 on white background.



Black color preview on #A59D95 background

This text has black color on #A59D95 background.


White color preview on #A59D95 background

This text has white color on #A59D95 background.