COLOR #ABA589

HEX: #ABA589
RGB: (171,165,137)

Renk bilgisi

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

RGB renk modeli

#ABA589 color RGB value is (171,165,137).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 165 of 255 = 65%
B 137 of 255 = 54%

171
165
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 165 + 137 = 473 (100%)
R 171 of 473 ~ 36.15%
G 165 of 473 ~ 34.88%
B 137 of 473 ~ 28.96%

%36.15
%34.88
%28.96

CMYK RENK MODELİ

#ABA589 rengi CMYK tonu (0,4,20,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.51%
  • sarı tonu 19.88%
  • ana renk tonu 32.94%
CMYK:
(0,4,20,33)
C0M4Y20K33 
(0%,4%,20%,33%)
(0.00/0.04/0.20/0.33)	

CMYK yüzdeleri

%0
%3.51
%19.88
%32.94

Codes

Color #ABA589 in popluar color models

ABA589
RGB171165137
HSL49°16.83%60.39%
HSB/HSV49°19.88%67.06%
CMYK0.00%3.51%19.88%
32.94%

Color #ABA589 in popluar number systems.

HEXABA589
Decimal171165137
Binary101010111010010110001001
Octal253245211

Shades and tints

Shades of #ABA589

#ABA589
(171,165,137)
#9C967D
(156,150,125)
#8D8771
(141,135,113)
#7E7865
(126,120,101)
#6F6959
(111,105,89)
#605A4D
(96,90,77)
#514B41
(81,75,65)
#423C35
(66,60,53)
#332D29
(51,45,41)
#241E1D
(36,30,29)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #ABA589

#ABA589
(171,165,137)
#B2AD93
(178,173,147)
#B9B59D
(185,181,157)
#C0BDA7
(192,189,167)
#C7C5B1
(199,197,177)
#CECDBB
(206,205,187)
#D5D5C5
(213,213,197)
#DCDDCF
(220,221,207)
#E3E5D9
(227,229,217)
#EAEDE3
(234,237,227)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA589; }

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

This text font color is #ABA589.


Background Color

.myBgColor { background-color: #ABA589; }

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

This div background color is #ABA589.


Border color

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

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

This div border color is #ABA589.


Opacity

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

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

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

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

This text has shadow with #ABA589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA589 on black background.


Color preview on white background

This text has color #ABA589 on white background.



Black color preview on #ABA589 background

This text has black color on #ABA589 background.


White color preview on #ABA589 background

This text has white color on #ABA589 background.