COLOR #AB9589

HEX: #AB9589
RGB: (171,149,137)

Renk bilgisi

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

RGB renk modeli

#AB9589 color RGB value is (171,149,137).

  • kırmız ton 171;
  • yeşil ton 149;
  • mavi ton 137.
RGB:
(171,149,137)
(67%,58%,54%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 149 of 255 = 58%
B 137 of 255 = 54%

171
149
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 149 + 137 = 457 (100%)
R 171 of 457 ~ 37.42%
G 149 of 457 ~ 32.6%
B 137 of 457 ~ 29.98%

%37.42
%32.6
%29.98

CMYK RENK MODELİ

#AB9589 rengi CMYK tonu (0,13,20,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.87%
  • sarı tonu 19.88%
  • ana renk tonu 32.94%
CMYK:
(0,13,20,33)
C0M13Y20K33 
(0%,13%,20%,33%)
(0.00/0.13/0.20/0.33)	

CMYK yüzdeleri

%0
%12.87
%19.88
%32.94

Codes

Color #AB9589 in popluar color models

AB9589
RGB171149137
HSL21°16.83%60.39%
HSB/HSV21°19.88%67.06%
CMYK0.00%12.87%19.88%
32.94%

Color #AB9589 in popluar number systems.

HEXAB9589
Decimal171149137
Binary101010111001010110001001
Octal253225211

Shades and tints

Shades of #AB9589

#AB9589
(171,149,137)
#9C887D
(156,136,125)
#8D7B71
(141,123,113)
#7E6E65
(126,110,101)
#6F6159
(111,97,89)
#60544D
(96,84,77)
#514741
(81,71,65)
#423A35
(66,58,53)
#332D29
(51,45,41)
#24201D
(36,32,29)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #AB9589

#AB9589
(171,149,137)
#B29E93
(178,158,147)
#B9A79D
(185,167,157)
#C0B0A7
(192,176,167)
#C7B9B1
(199,185,177)
#CEC2BB
(206,194,187)
#D5CBC5
(213,203,197)
#DCD4CF
(220,212,207)
#E3DDD9
(227,221,217)
#EAE6E3
(234,230,227)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9589 color. Also use rgb(171,149,137) instead hex code.

Text Font Color

.myTextColor { color: #AB9589; }

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

This text font color is #AB9589.


Background Color

.myBgColor { background-color: #AB9589; }

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

This div background color is #AB9589.


Border color

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

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

This div border color is #AB9589.


Opacity

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

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

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

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

This text has shadow with #AB9589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9589 on black background.


Color preview on white background

This text has color #AB9589 on white background.



Black color preview on #AB9589 background

This text has black color on #AB9589 background.


White color preview on #AB9589 background

This text has white color on #AB9589 background.