COLOR #A4A588

HEX: #A4A588
RGB: (164,165,136)

Renk bilgisi

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

RGB renk modeli

#A4A588 color RGB value is (164,165,136).

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

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 165 of 255 = 65%
B 136 of 255 = 53%

164
165
136

R + G + B ~ 61%. #A4A588 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 165 + 136 = 465 (100%)
R 164 of 465 ~ 35.27%
G 165 of 465 ~ 35.48%
B 136 of 465 ~ 29.25%

%35.27
%35.48
%29.25

CMYK RENK MODELİ

#A4A588 rengi CMYK tonu (1,0,18,35).

  • camgöbeği tonu 0.61%
  • eflatun tonu 0.00%
  • sarı tonu 17.58%
  • ana renk tonu 35.29%
CMYK:
(1,0,18,35)
C1M0Y18K35 
(1%,0%,18%,35%)
(0.01/0.00/0.18/0.35)	

CMYK yüzdeleri

%0.61
%0
%17.58
%35.29

Codes

Color #A4A588 in popluar color models

A4A588
RGB164165136
HSL62°13.88%59.02%
HSB/HSV62°17.58%64.71%
CMYK0.61%0.00%17.58%
35.29%

Color #A4A588 in popluar number systems.

HEXA4A588
Decimal164165136
Binary101001001010010110001000
Octal244245210

Shades and tints

Shades of #A4A588

#A4A588
(164,165,136)
#96967C
(150,150,124)
#888770
(136,135,112)
#7A7864
(122,120,100)
#6C6958
(108,105,88)
#5E5A4C
(94,90,76)
#504B40
(80,75,64)
#423C34
(66,60,52)
#342D28
(52,45,40)
#261E1C
(38,30,28)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #A4A588

#A4A588
(164,165,136)
#ACAD92
(172,173,146)
#B4B59C
(180,181,156)
#BCBDA6
(188,189,166)
#C4C5B0
(196,197,176)
#CCCDBA
(204,205,186)
#D4D5C4
(212,213,196)
#DCDDCE
(220,221,206)
#E4E5D8
(228,229,216)
#ECEDE2
(236,237,226)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A588; }

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

This text font color is #A4A588.


Background Color

.myBgColor { background-color: #A4A588; }

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

This div background color is #A4A588.


Border color

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

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

This div border color is #A4A588.


Opacity

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

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

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

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

This text has shadow with #A4A588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A588 on black background.


Color preview on white background

This text has color #A4A588 on white background.



Black color preview on #A4A588 background

This text has black color on #A4A588 background.


White color preview on #A4A588 background

This text has white color on #A4A588 background.