COLOR #A59393

HEX: #A59393 RGB: (165,147,147)

Color info

#A59393 contains red, green and blue colors in about the same proportion. Web safe color of #A59393 is #999999 (or #999).

RGB color model

#A59393 color RGB value is (165,147,147).

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

RGB channels and saturation

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

165
147
147

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

Portions of RGB colors in percentages

R + G + B = 165 + 147 + 147 = 459 (100%)
R 165 of 459 ~ 35.95%
G 147 of 459 ~ 32.03%
B 147 of 459 ~ 32.03'%

%35.95
%32.03
%32.03

CMYK color model

#A59393 color CMYK value is (0,11,11,35).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 10.91%
  • key color value is 35.29%

CMYK: (0,11,11,35)
C0M11Y11K35 (0%, 11%, 11%, 35%)
(0.00 / 0.11 / 0.11 / 0.35)

CMYK percentages

%0
%10.91
%10.91
%35.29

Codes

Color #A59393 in popluar color models

A5 93 93
RGB 165 147 147
HSL 9.09% 61.18%
HSB/HSV 10.91% 64.71%
CMYK 0.00% 10.91% 10.91%
35.29%

Color #A59393 in popluar number systems.

HEX A5 93 93
Decimal 165 147 147
Binary 10100101 10010011 10010011
Octal 245 223 223

Shades and tints

Shades of #A59393

#A59393
(165,147,147)
#968686
(150,134,134)
#877979
(135,121,121)
#786C6C
(120,108,108)
#695F5F
(105,95,95)
#5A5252
(90,82,82)
#4B4545
(75,69,69)
#3C3838
(60,56,56)
#2D2B2B
(45,43,43)
#1E1E1E
(30,30,30)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #A59393

#A59393
(165,147,147)
#AD9C9C
(173,156,156)
#B5A5A5
(181,165,165)
#BDAEAE
(189,174,174)
#C5B7B7
(197,183,183)
#CDC0C0
(205,192,192)
#D5C9C9
(213,201,201)
#DDD2D2
(221,210,210)
#E5DBDB
(229,219,219)
#EDE4E4
(237,228,228)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59393; }

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

This text font color is #A59393.

Background Color

.myBgColor { background-color: #A59393; }

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

This div background color is #A59393.

Border color

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

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

This div border color is #A59393.

Opacity

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

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

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

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

This text has shadow with #A59393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59393.

Preview

Color preview on black background

This text has color #A59393 on black background.


Color preview on white background

This text has color #A59393 on white background.


Black color preview on #A59393 background

This text has black color on #A59393 background.


White color preview on #A59393 background

This text has white color on #A59393 background.


Related colors

Complementary color

Complementary color for #hex is #5A6C6C.


I love getcolorcode.com