COLOR #A59D88

HEX: #A59D88
RGB: (165,157,136)

Renk bilgisi

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

RGB renk modeli

#A59D88 color RGB value is (165,157,136).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 157 of 255 = 62%
B 136 of 255 = 53%

165
157
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 157 + 136 = 458 (100%)
R 165 of 458 ~ 36.03%
G 157 of 458 ~ 34.28%
B 136 of 458 ~ 29.69%

%36.03
%34.28
%29.69

CMYK RENK MODELİ

#A59D88 rengi CMYK tonu (0,5,18,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.85%
  • sarı tonu 17.58%
  • ana renk tonu 35.29%
CMYK:
(0,5,18,35)
C0M5Y18K35 
(0%,5%,18%,35%)
(0.00/0.05/0.18/0.35)	

CMYK yüzdeleri

%0
%4.85
%17.58
%35.29

Codes

Color #A59D88 in popluar color models

A59D88
RGB165157136
HSL43°13.88%59.02%
HSB/HSV43°17.58%64.71%
CMYK0.00%4.85%17.58%
35.29%

Color #A59D88 in popluar number systems.

HEXA59D88
Decimal165157136
Binary101001011001110110001000
Octal245235210

Shades and tints

Shades of #A59D88

#A59D88
(165,157,136)
#968F7C
(150,143,124)
#878170
(135,129,112)
#787364
(120,115,100)
#696558
(105,101,88)
#5A574C
(90,87,76)
#4B4940
(75,73,64)
#3C3B34
(60,59,52)
#2D2D28
(45,45,40)
#1E1F1C
(30,31,28)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #A59D88

#A59D88
(165,157,136)
#ADA592
(173,165,146)
#B5AD9C
(181,173,156)
#BDB5A6
(189,181,166)
#C5BDB0
(197,189,176)
#CDC5BA
(205,197,186)
#D5CDC4
(213,205,196)
#DDD5CE
(221,213,206)
#E5DDD8
(229,221,216)
#EDE5E2
(237,229,226)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59D88; }

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

This text font color is #A59D88.


Background Color

.myBgColor { background-color: #A59D88; }

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

This div background color is #A59D88.


Border color

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

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

This div border color is #A59D88.


Opacity

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

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

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

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

This text has shadow with #A59D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59D88 on black background.


Color preview on white background

This text has color #A59D88 on white background.



Black color preview on #A59D88 background

This text has black color on #A59D88 background.


White color preview on #A59D88 background

This text has white color on #A59D88 background.