COLOR #A59595

HEX: #A59595 RGB: (165,149,149)

Renk bilgisi

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

RGB renk modeli

#A59595 color RGB value is (165,149,149).

RGB: (165,149,149) (65%, 58%, 58%)

RGB bağlantıları ve doygunluk

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

165
149
149

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

Yüzdelerle RGB renk parçaları

R + G + B = 165 + 149 + 149 = 463 (100%)
R 165 of 463 ~ 35.64%
G 149 of 463 ~ 32.18%
B 149 of 463 ~ 32.18'%

%35.64
%32.18
%32.18

CMYK RENK MODELİ

#A59595 rengi CMYK tonu (0,10,10,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.70%
  • sarı tonu 9.70%
  • ana renk tonu 35.29%

CMYK: (0,10,10,35)
C0M10Y10K35 (0%, 10%, 10%, 35%)
(0.00 / 0.10 / 0.10 / 0.35)

CMYK yüzdeleri

%0
%9.7
%9.7
%35.29

Codes

Color #A59595 in popluar color models

A5 95 95
RGB 165 149 149
HSL 8.16% 61.57%
HSB/HSV 9.70% 64.71%
CMYK 0.00% 9.70% 9.70%
35.29%

Color #A59595 in popluar number systems.

HEX A5 95 95
Decimal 165 149 149
Binary 10100101 10010101 10010101
Octal 245 225 225

Shades and tints

Shades of #A59595

#A59595
(165,149,149)
#968888
(150,136,136)
#877B7B
(135,123,123)
#786E6E
(120,110,110)
#696161
(105,97,97)
#5A5454
(90,84,84)
#4B4747
(75,71,71)
#3C3A3A
(60,58,58)
#2D2D2D
(45,45,45)
#1E2020
(30,32,32)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #A59595

#A59595
(165,149,149)
#AD9E9E
(173,158,158)
#B5A7A7
(181,167,167)
#BDB0B0
(189,176,176)
#C5B9B9
(197,185,185)
#CDC2C2
(205,194,194)
#D5CBCB
(213,203,203)
#DDD4D4
(221,212,212)
#E5DDDD
(229,221,221)
#EDE6E6
(237,230,230)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59595; }

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

This text font color is #A59595.

Background Color

.myBgColor { background-color: #A59595; }

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

This div background color is #A59595.

Border color

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

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

This div border color is #A59595.

Opacity

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

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

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

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

This text has shadow with #A59595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59595.

Preview

Color preview on black background

This text has color #A59595 on black background.


Color preview on white background

This text has color #A59595 on white background.


Black color preview on #A59595 background

This text has black color on #A59595 background.


White color preview on #A59595 background

This text has white color on #A59595 background.


Related colors

Complementary color

Complementary color for #hex is #5A6A6A.


I love getcolorcode.com