COLOR #A59598

HEX: #A59598
RGB: (165,149,152)

Renk bilgisi

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

RGB renk modeli

#A59598 color RGB value is (165,149,152).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 149 of 255 = 58%
B 152 of 255 = 60%

165
149
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 149 + 152 = 466 (100%)
R 165 of 466 ~ 35.41%
G 149 of 466 ~ 31.97%
B 152 of 466 ~ 32.62%

%35.41
%31.97
%32.62

CMYK RENK MODELİ

#A59598 rengi CMYK tonu (0,10,8,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.70%
  • sarı tonu 7.88%
  • ana renk tonu 35.29%
CMYK:
(0,10,8,35)
C0M10Y8K35 
(0%,10%,8%,35%)
(0.00/0.10/0.08/0.35)	

CMYK yüzdeleri

%0
%9.7
%7.88
%35.29

Codes

Color #A59598 in popluar color models

A59598
RGB165149152
HSL349°8.16%61.57%
HSB/HSV349°9.70%64.71%
CMYK0.00%9.70%7.88%
35.29%

Color #A59598 in popluar number systems.

HEXA59598
Decimal165149152
Binary101001011001010110011000
Octal245225230

Shades and tints

Shades of #A59598

#A59598
(165,149,152)
#96888B
(150,136,139)
#877B7E
(135,123,126)
#786E71
(120,110,113)
#696164
(105,97,100)
#5A5457
(90,84,87)
#4B474A
(75,71,74)
#3C3A3D
(60,58,61)
#2D2D30
(45,45,48)
#1E2023
(30,32,35)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #A59598

#A59598
(165,149,152)
#AD9EA1
(173,158,161)
#B5A7AA
(181,167,170)
#BDB0B3
(189,176,179)
#C5B9BC
(197,185,188)
#CDC2C5
(205,194,197)
#D5CBCE
(213,203,206)
#DDD4D7
(221,212,215)
#E5DDE0
(229,221,224)
#EDE6E9
(237,230,233)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59598; }

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

This text font color is #A59598.


Background Color

.myBgColor { background-color: #A59598; }

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

This div background color is #A59598.


Border color

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

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

This div border color is #A59598.


Opacity

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

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

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

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

This text has shadow with #A59598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59598 on black background.


Color preview on white background

This text has color #A59598 on white background.



Black color preview on #A59598 background

This text has black color on #A59598 background.


White color preview on #A59598 background

This text has white color on #A59598 background.