COLOR #A59095

HEX: #A59095 RGB: (165,144,149)

Color info

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

RGB color model

#A59095 color RGB value is (165,144,149).

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

RGB channels and saturation

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

165
144
149

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

Portions of RGB colors in percentages

R + G + B = 165 + 144 + 149 = 458 (100%)
R 165 of 458 ~ 36.03%
G 144 of 458 ~ 31.44%
B 149 of 458 ~ 32.53'%

%36.03
%31.44
%32.53

CMYK color model

#A59095 color CMYK value is (0,13,10,35).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 9.70%
  • key color value is 35.29%

CMYK: (0,13,10,35)
C0M13Y10K35 (0%, 13%, 10%, 35%)
(0.00 / 0.13 / 0.10 / 0.35)

CMYK percentages

%0
%12.73
%9.7
%35.29

Codes

Color #A59095 in popluar color models

A5 90 95
RGB 165 144 149
HSL 346° 10.45% 60.59%
HSB/HSV 346° 12.73% 64.71%
CMYK 0.00% 12.73% 9.70%
35.29%

Color #A59095 in popluar number systems.

HEX A5 90 95
Decimal 165 144 149
Binary 10100101 10010000 10010101
Octal 245 220 225

Shades and tints

Shades of #A59095

#A59095
(165,144,149)
#968388
(150,131,136)
#87767B
(135,118,123)
#78696E
(120,105,110)
#695C61
(105,92,97)
#5A4F54
(90,79,84)
#4B4247
(75,66,71)
#3C353A
(60,53,58)
#2D282D
(45,40,45)
#1E1B20
(30,27,32)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #A59095

#A59095
(165,144,149)
#AD9A9E
(173,154,158)
#B5A4A7
(181,164,167)
#BDAEB0
(189,174,176)
#C5B8B9
(197,184,185)
#CDC2C2
(205,194,194)
#D5CCCB
(213,204,203)
#DDD6D4
(221,214,212)
#E5E0DD
(229,224,221)
#EDEAE6
(237,234,230)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59095; }

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

This text font color is #A59095.

Background Color

.myBgColor { background-color: #A59095; }

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

This div background color is #A59095.

Border color

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

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

This div border color is #A59095.

Opacity

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

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

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

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

This text has shadow with #A59095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59095.

Preview

Color preview on black background

This text has color #A59095 on black background.


Color preview on white background

This text has color #A59095 on white background.


Black color preview on #A59095 background

This text has black color on #A59095 background.


White color preview on #A59095 background

This text has white color on #A59095 background.


Related colors

Complementary color

Complementary color for #hex is #5A6F6A.


I love getcolorcode.com

Triadic colors

1 #95A590 and #9095A5 with #A59095 are triadic colors.

2 #9590A5 and #90A595 with #A59095 are triadic colors.