COLOR #A5A188

HEX: #A5A188
RGB: (165,161,136)

Renk bilgisi

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

RGB renk modeli

#A5A188 color RGB value is (165,161,136).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 161 of 255 = 63%
B 136 of 255 = 53%

165
161
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 161 + 136 = 462 (100%)
R 165 of 462 ~ 35.71%
G 161 of 462 ~ 34.85%
B 136 of 462 ~ 29.44%

%35.71
%34.85
%29.44

CMYK RENK MODELİ

#A5A188 rengi CMYK tonu (0,2,18,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.42%
  • sarı tonu 17.58%
  • ana renk tonu 35.29%
CMYK:
(0,2,18,35)
C0M2Y18K35 
(0%,2%,18%,35%)
(0.00/0.02/0.18/0.35)	

CMYK yüzdeleri

%0
%2.42
%17.58
%35.29

Codes

Color #A5A188 in popluar color models

A5A188
RGB165161136
HSL52°13.88%59.02%
HSB/HSV52°17.58%64.71%
CMYK0.00%2.42%17.58%
35.29%

Color #A5A188 in popluar number systems.

HEXA5A188
Decimal165161136
Binary101001011010000110001000
Octal245241210

Shades and tints

Shades of #A5A188

#A5A188
(165,161,136)
#96937C
(150,147,124)
#878570
(135,133,112)
#787764
(120,119,100)
#696958
(105,105,88)
#5A5B4C
(90,91,76)
#4B4D40
(75,77,64)
#3C3F34
(60,63,52)
#2D3128
(45,49,40)
#1E231C
(30,35,28)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #A5A188

#A5A188
(165,161,136)
#ADA992
(173,169,146)
#B5B19C
(181,177,156)
#BDB9A6
(189,185,166)
#C5C1B0
(197,193,176)
#CDC9BA
(205,201,186)
#D5D1C4
(213,209,196)
#DDD9CE
(221,217,206)
#E5E1D8
(229,225,216)
#EDE9E2
(237,233,226)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A188; }

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

This text font color is #A5A188.


Background Color

.myBgColor { background-color: #A5A188; }

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

This div background color is #A5A188.


Border color

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

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

This div border color is #A5A188.


Opacity

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

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

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

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

This text has shadow with #A5A188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A188 on black background.


Color preview on white background

This text has color #A5A188 on white background.



Black color preview on #A5A188 background

This text has black color on #A5A188 background.


White color preview on #A5A188 background

This text has white color on #A5A188 background.