COLOR #A5988D

HEX: #A5988D
RGB: (165,152,141)

Renk bilgisi

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

RGB renk modeli

#A5988D color RGB value is (165,152,141).

  • kırmız ton 165;
  • yeşil ton 152;
  • mavi ton 141.
RGB:
(165,152,141)
(65%,60%,55%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 152 of 255 = 60%
B 141 of 255 = 55%

165
152
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 152 + 141 = 458 (100%)
R 165 of 458 ~ 36.03%
G 152 of 458 ~ 33.19%
B 141 of 458 ~ 30.79%

%36.03
%33.19
%30.79

CMYK RENK MODELİ

#A5988D rengi CMYK tonu (0,8,15,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.88%
  • sarı tonu 14.55%
  • ana renk tonu 35.29%
CMYK:
(0,8,15,35)
C0M8Y15K35 
(0%,8%,15%,35%)
(0.00/0.08/0.15/0.35)	

CMYK yüzdeleri

%0
%7.88
%14.55
%35.29

Codes

Color #A5988D in popluar color models

A5988D
RGB165152141
HSL28°11.76%60.00%
HSB/HSV28°14.55%64.71%
CMYK0.00%7.88%14.55%
35.29%

Color #A5988D in popluar number systems.

HEXA5988D
Decimal165152141
Binary101001011001100010001101
Octal245230215

Shades and tints

Shades of #A5988D

#A5988D
(165,152,141)
#968B81
(150,139,129)
#877E75
(135,126,117)
#787169
(120,113,105)
#69645D
(105,100,93)
#5A5751
(90,87,81)
#4B4A45
(75,74,69)
#3C3D39
(60,61,57)
#2D302D
(45,48,45)
#1E2321
(30,35,33)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #A5988D

#A5988D
(165,152,141)
#ADA197
(173,161,151)
#B5AAA1
(181,170,161)
#BDB3AB
(189,179,171)
#C5BCB5
(197,188,181)
#CDC5BF
(205,197,191)
#D5CEC9
(213,206,201)
#DDD7D3
(221,215,211)
#E5E0DD
(229,224,221)
#EDE9E7
(237,233,231)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5988D color. Also use rgb(165,152,141) instead hex code.

Text Font Color

.myTextColor { color: #A5988D; }

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

This text font color is #A5988D.


Background Color

.myBgColor { background-color: #A5988D; }

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

This div background color is #A5988D.


Border color

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

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

This div border color is #A5988D.


Opacity

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

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

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

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

This text has shadow with #A5988D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5988D on black background.


Color preview on white background

This text has color #A5988D on white background.



Black color preview on #A5988D background

This text has black color on #A5988D background.


White color preview on #A5988D background

This text has white color on #A5988D background.