COLOR #A4B588

HEX: #A4B588
RGB: (164,181,136)

Renk bilgisi

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

RGB renk modeli

#A4B588 color RGB value is (164,181,136).

  • kırmız ton 164;
  • yeşil ton 181;
  • mavi ton 136.
RGB:
(164,181,136)
(64%,71%,53%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 181 of 255 = 71%
B 136 of 255 = 53%

164
181
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 181 + 136 = 481 (100%)
R 164 of 481 ~ 34.1%
G 181 of 481 ~ 37.63%
B 136 of 481 ~ 28.27%

%34.1
%37.63
%28.27

CMYK RENK MODELİ

#A4B588 rengi CMYK tonu (9,0,25,29).

  • camgöbeği tonu 9.39%
  • eflatun tonu 0.00%
  • sarı tonu 24.86%
  • ana renk tonu 29.02%
CMYK:
(9,0,25,29)
C9M0Y25K29 
(9%,0%,25%,29%)
(0.09/0.00/0.25/0.29)	

CMYK yüzdeleri

%9.39
%0
%24.86
%29.02

Codes

Color #A4B588 in popluar color models

A4B588
RGB164181136
HSL83°23.32%62.16%
HSB/HSV83°24.86%70.98%
CMYK9.39%0.00%24.86%
29.02%

Color #A4B588 in popluar number systems.

HEXA4B588
Decimal164181136
Binary101001001011010110001000
Octal244265210

Shades and tints

Shades of #A4B588

#A4B588
(164,181,136)
#96A57C
(150,165,124)
#889570
(136,149,112)
#7A8564
(122,133,100)
#6C7558
(108,117,88)
#5E654C
(94,101,76)
#505540
(80,85,64)
#424534
(66,69,52)
#343528
(52,53,40)
#26251C
(38,37,28)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #A4B588

#A4B588
(164,181,136)
#ACBB92
(172,187,146)
#B4C19C
(180,193,156)
#BCC7A6
(188,199,166)
#C4CDB0
(196,205,176)
#CCD3BA
(204,211,186)
#D4D9C4
(212,217,196)
#DCDFCE
(220,223,206)
#E4E5D8
(228,229,216)
#ECEBE2
(236,235,226)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B588 color. Also use rgb(164,181,136) instead hex code.

Text Font Color

.myTextColor { color: #A4B588; }

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

This text font color is #A4B588.


Background Color

.myBgColor { background-color: #A4B588; }

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

This div background color is #A4B588.


Border color

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

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

This div border color is #A4B588.


Opacity

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

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

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

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

This text has shadow with #A4B588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B588 on black background.


Color preview on white background

This text has color #A4B588 on white background.



Black color preview on #A4B588 background

This text has black color on #A4B588 background.


White color preview on #A4B588 background

This text has white color on #A4B588 background.