COLOR #A59B95

HEX: #A59B95
RGB: (165,155,149)

Renk bilgisi

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

RGB renk modeli

#A59B95 color RGB value is (165,155,149).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 155 of 255 = 61%
B 149 of 255 = 58%

165
155
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 155 + 149 = 469 (100%)
R 165 of 469 ~ 35.18%
G 155 of 469 ~ 33.05%
B 149 of 469 ~ 31.77%

%35.18
%33.05
%31.77

CMYK RENK MODELİ

#A59B95 rengi CMYK tonu (0,6,10,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.06%
  • sarı tonu 9.70%
  • ana renk tonu 35.29%
CMYK:
(0,6,10,35)
C0M6Y10K35 
(0%,6%,10%,35%)
(0.00/0.06/0.10/0.35)	

CMYK yüzdeleri

%0
%6.06
%9.7
%35.29

Codes

Color #A59B95 in popluar color models

A59B95
RGB165155149
HSL22°8.16%61.57%
HSB/HSV22°9.70%64.71%
CMYK0.00%6.06%9.70%
35.29%

Color #A59B95 in popluar number systems.

HEXA59B95
Decimal165155149
Binary101001011001101110010101
Octal245233225

Shades and tints

Shades of #A59B95

#A59B95
(165,155,149)
#968D88
(150,141,136)
#877F7B
(135,127,123)
#78716E
(120,113,110)
#696361
(105,99,97)
#5A5554
(90,85,84)
#4B4747
(75,71,71)
#3C393A
(60,57,58)
#2D2B2D
(45,43,45)
#1E1D20
(30,29,32)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #A59B95

#A59B95
(165,155,149)
#ADA49E
(173,164,158)
#B5ADA7
(181,173,167)
#BDB6B0
(189,182,176)
#C5BFB9
(197,191,185)
#CDC8C2
(205,200,194)
#D5D1CB
(213,209,203)
#DDDAD4
(221,218,212)
#E5E3DD
(229,227,221)
#EDECE6
(237,236,230)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59B95; }

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

This text font color is #A59B95.


Background Color

.myBgColor { background-color: #A59B95; }

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

This div background color is #A59B95.


Border color

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

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

This div border color is #A59B95.


Opacity

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

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

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

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

This text has shadow with #A59B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59B95 on black background.


Color preview on white background

This text has color #A59B95 on white background.



Black color preview on #A59B95 background

This text has black color on #A59B95 background.


White color preview on #A59B95 background

This text has white color on #A59B95 background.