COLOR #A58988

HEX: #A58988
RGB: (165,137,136)

Renk bilgisi

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

RGB renk modeli

#A58988 color RGB value is (165,137,136).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 137 of 255 = 54%
B 136 of 255 = 53%

165
137
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 137 + 136 = 438 (100%)
R 165 of 438 ~ 37.67%
G 137 of 438 ~ 31.28%
B 136 of 438 ~ 31.05%

%37.67
%31.28
%31.05

CMYK RENK MODELİ

#A58988 rengi CMYK tonu (0,17,18,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.97%
  • sarı tonu 17.58%
  • ana renk tonu 35.29%
CMYK:
(0,17,18,35)
C0M17Y18K35 
(0%,17%,18%,35%)
(0.00/0.17/0.18/0.35)	

CMYK yüzdeleri

%0
%16.97
%17.58
%35.29

Codes

Color #A58988 in popluar color models

A58988
RGB165137136
HSL13.88%59.02%
HSB/HSV17.58%64.71%
CMYK0.00%16.97%17.58%
35.29%

Color #A58988 in popluar number systems.

HEXA58988
Decimal165137136
Binary101001011000100110001000
Octal245211210

Shades and tints

Shades of #A58988

#A58988
(165,137,136)
#967D7C
(150,125,124)
#877170
(135,113,112)
#786564
(120,101,100)
#695958
(105,89,88)
#5A4D4C
(90,77,76)
#4B4140
(75,65,64)
#3C3534
(60,53,52)
#2D2928
(45,41,40)
#1E1D1C
(30,29,28)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #A58988

#A58988
(165,137,136)
#AD9392
(173,147,146)
#B59D9C
(181,157,156)
#BDA7A6
(189,167,166)
#C5B1B0
(197,177,176)
#CDBBBA
(205,187,186)
#D5C5C4
(213,197,196)
#DDCFCE
(221,207,206)
#E5D9D8
(229,217,216)
#EDE3E2
(237,227,226)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58988; }

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

This text font color is #A58988.


Background Color

.myBgColor { background-color: #A58988; }

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

This div background color is #A58988.


Border color

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

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

This div border color is #A58988.


Opacity

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

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

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

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

This text has shadow with #A58988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58988 on black background.


Color preview on white background

This text has color #A58988 on white background.



Black color preview on #A58988 background

This text has black color on #A58988 background.


White color preview on #A58988 background

This text has white color on #A58988 background.