COLOR #ACB589

HEX: #ACB589
RGB: (172,181,137)

Renk bilgisi

#ACB589 contains red, green and blue colors in about the same proportion. #ACB589 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ACB589 color RGB value is (172,181,137).

  • kırmız ton 172;
  • yeşil ton 181;
  • mavi ton 137.
RGB:
(172,181,137)
(67%,71%,54%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 181 of 255 = 71%
B 137 of 255 = 54%

172
181
137

R + G + B ~ 64%. #ACB589 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 181 + 137 = 490 (100%)
R 172 of 490 ~ 35.1%
G 181 of 490 ~ 36.94%
B 137 of 490 ~ 27.96%

%35.1
%36.94
%27.96

CMYK RENK MODELİ

#ACB589 rengi CMYK tonu (5,0,24,29).

  • camgöbeği tonu 4.97%
  • eflatun tonu 0.00%
  • sarı tonu 24.31%
  • ana renk tonu 29.02%
CMYK:
(5,0,24,29)
C5M0Y24K29 
(5%,0%,24%,29%)
(0.05/0.00/0.24/0.29)	

CMYK yüzdeleri

%4.97
%0
%24.31
%29.02

Codes

Color #ACB589 in popluar color models

ACB589
RGB172181137
HSL72°22.92%62.35%
HSB/HSV72°24.31%70.98%
CMYK4.97%0.00%24.31%
29.02%

Color #ACB589 in popluar number systems.

HEXACB589
Decimal172181137
Binary101011001011010110001001
Octal254265211

Shades and tints

Shades of #ACB589

#ACB589
(172,181,137)
#9DA57D
(157,165,125)
#8E9571
(142,149,113)
#7F8565
(127,133,101)
#707559
(112,117,89)
#61654D
(97,101,77)
#525541
(82,85,65)
#434535
(67,69,53)
#343529
(52,53,41)
#25251D
(37,37,29)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #ACB589

#ACB589
(172,181,137)
#B3BB93
(179,187,147)
#BAC19D
(186,193,157)
#C1C7A7
(193,199,167)
#C8CDB1
(200,205,177)
#CFD3BB
(207,211,187)
#D6D9C5
(214,217,197)
#DDDFCF
(221,223,207)
#E4E5D9
(228,229,217)
#EBEBE3
(235,235,227)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB589 color. Also use rgb(172,181,137) instead hex code.

Text Font Color

.myTextColor { color: #ACB589; }

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

This text font color is #ACB589.


Background Color

.myBgColor { background-color: #ACB589; }

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

This div background color is #ACB589.


Border color

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

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

This div border color is #ACB589.


Opacity

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

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

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

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

This text has shadow with #ACB589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB589 on black background.


Color preview on white background

This text has color #ACB589 on white background.



Black color preview on #ACB589 background

This text has black color on #ACB589 background.


White color preview on #ACB589 background

This text has white color on #ACB589 background.