COLOR #A59496

HEX: #A59496
RGB: (165,148,150)

Renk bilgisi

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

RGB renk modeli

#A59496 color RGB value is (165,148,150).

  • kırmız ton 165;
  • yeşil ton 148;
  • mavi ton 150.
RGB:
(165,148,150)
(65%,58%,59%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 148 of 255 = 58%
B 150 of 255 = 59%

165
148
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 148 + 150 = 463 (100%)
R 165 of 463 ~ 35.64%
G 148 of 463 ~ 31.97%
B 150 of 463 ~ 32.4%

%35.64
%31.97
%32.4

CMYK RENK MODELİ

#A59496 rengi CMYK tonu (0,10,9,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.30%
  • sarı tonu 9.09%
  • ana renk tonu 35.29%
CMYK:
(0,10,9,35)
C0M10Y9K35 
(0%,10%,9%,35%)
(0.00/0.10/0.09/0.35)	

CMYK yüzdeleri

%0
%10.3
%9.09
%35.29

Codes

Color #A59496 in popluar color models

A59496
RGB165148150
HSL353°8.63%61.37%
HSB/HSV353°10.30%64.71%
CMYK0.00%10.30%9.09%
35.29%

Color #A59496 in popluar number systems.

HEXA59496
Decimal165148150
Binary101001011001010010010110
Octal245224226

Shades and tints

Shades of #A59496

#A59496
(165,148,150)
#968789
(150,135,137)
#877A7C
(135,122,124)
#786D6F
(120,109,111)
#696062
(105,96,98)
#5A5355
(90,83,85)
#4B4648
(75,70,72)
#3C393B
(60,57,59)
#2D2C2E
(45,44,46)
#1E1F21
(30,31,33)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #A59496

#A59496
(165,148,150)
#AD9D9F
(173,157,159)
#B5A6A8
(181,166,168)
#BDAFB1
(189,175,177)
#C5B8BA
(197,184,186)
#CDC1C3
(205,193,195)
#D5CACC
(213,202,204)
#DDD3D5
(221,211,213)
#E5DCDE
(229,220,222)
#EDE5E7
(237,229,231)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59496 color. Also use rgb(165,148,150) instead hex code.

Text Font Color

.myTextColor { color: #A59496; }

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

This text font color is #A59496.


Background Color

.myBgColor { background-color: #A59496; }

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

This div background color is #A59496.


Border color

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

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

This div border color is #A59496.


Opacity

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

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

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

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

This text has shadow with #A59496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59496 on black background.


Color preview on white background

This text has color #A59496 on white background.



Black color preview on #A59496 background

This text has black color on #A59496 background.


White color preview on #A59496 background

This text has white color on #A59496 background.