COLOR #A59F9B

HEX: #A59F9B
RGB: (165,159,155)

Renk bilgisi

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

RGB renk modeli

#A59F9B color RGB value is (165,159,155).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 159 of 255 = 62%
B 155 of 255 = 61%

165
159
155

R + G + B ~ 63%. #A59F9B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 159 + 155 = 479 (100%)
R 165 of 479 ~ 34.45%
G 159 of 479 ~ 33.19%
B 155 of 479 ~ 32.36%

%34.45
%33.19
%32.36

CMYK RENK MODELİ

#A59F9B rengi CMYK tonu (0,4,6,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.64%
  • sarı tonu 6.06%
  • ana renk tonu 35.29%
CMYK:
(0,4,6,35)
C0M4Y6K35 
(0%,4%,6%,35%)
(0.00/0.04/0.06/0.35)	

CMYK yüzdeleri

%0
%3.64
%6.06
%35.29

Codes

Color #A59F9B in popluar color models

A59F9B
RGB165159155
HSL24°5.26%62.75%
HSB/HSV24°6.06%64.71%
CMYK0.00%3.64%6.06%
35.29%

Color #A59F9B in popluar number systems.

HEXA59F9B
Decimal165159155
Binary101001011001111110011011
Octal245237233

Shades and tints

Shades of #A59F9B

#A59F9B
(165,159,155)
#96918D
(150,145,141)
#87837F
(135,131,127)
#787571
(120,117,113)
#696763
(105,103,99)
#5A5955
(90,89,85)
#4B4B47
(75,75,71)
#3C3D39
(60,61,57)
#2D2F2B
(45,47,43)
#1E211D
(30,33,29)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #A59F9B

#A59F9B
(165,159,155)
#ADA7A4
(173,167,164)
#B5AFAD
(181,175,173)
#BDB7B6
(189,183,182)
#C5BFBF
(197,191,191)
#CDC7C8
(205,199,200)
#D5CFD1
(213,207,209)
#DDD7DA
(221,215,218)
#E5DFE3
(229,223,227)
#EDE7EC
(237,231,236)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59F9B; }

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

This text font color is #A59F9B.


Background Color

.myBgColor { background-color: #A59F9B; }

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

This div background color is #A59F9B.


Border color

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

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

This div border color is #A59F9B.


Opacity

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

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

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

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

This text has shadow with #A59F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59F9B on black background.


Color preview on white background

This text has color #A59F9B on white background.



Black color preview on #A59F9B background

This text has black color on #A59F9B background.


White color preview on #A59F9B background

This text has white color on #A59F9B background.