COLOR #A5948B

HEX: #A5948B RGB: (165,148,139)

Color info

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

RGB color model

#A5948B color RGB value is (165,148,139).

RGB: (165,148,139) (65%, 58%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 139 of 255 = 55%

165
148
139

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

Portions of RGB colors in percentages

R + G + B = 165 + 148 + 139 = 452 (100%)
R 165 of 452 ~ 36.5%
G 148 of 452 ~ 32.74%
B 139 of 452 ~ 30.75'%

%36.5
%32.74
%30.75

CMYK color model

#A5948B color CMYK value is (0,10,16,35).

  • cyan value is 0.00%
  • magenta value is 10.30%
  • yellow value is 15.76%
  • key color value is 35.29%

CMYK: (0,10,16,35)
C0M10Y16K35 (0%, 10%, 16%, 35%)
(0.00 / 0.10 / 0.16 / 0.35)

CMYK percentages

%0
%10.3
%15.76
%35.29

Codes

Color #A5948B in popluar color models

A5 94 8B
RGB 165 148 139
HSL 21° 12.62% 59.61%
HSB/HSV 21° 15.76% 64.71%
CMYK 0.00% 10.30% 15.76%
35.29%

Color #A5948B in popluar number systems.

HEX A5 94 8B
Decimal 165 148 139
Binary 10100101 10010100 10001011
Octal 245 224 213

Shades and tints

Shades of #A5948B

#A5948B
(165,148,139)
#96877F
(150,135,127)
#877A73
(135,122,115)
#786D67
(120,109,103)
#69605B
(105,96,91)
#5A534F
(90,83,79)
#4B4643
(75,70,67)
#3C3937
(60,57,55)
#2D2C2B
(45,44,43)
#1E1F1F
(30,31,31)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #A5948B

#A5948B
(165,148,139)
#AD9D95
(173,157,149)
#B5A69F
(181,166,159)
#BDAFA9
(189,175,169)
#C5B8B3
(197,184,179)
#CDC1BD
(205,193,189)
#D5CAC7
(213,202,199)
#DDD3D1
(221,211,209)
#E5DCDB
(229,220,219)
#EDE5E5
(237,229,229)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5948B; }

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

This text font color is #A5948B.

Background Color

.myBgColor { background-color: #A5948B; }

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

This div background color is #A5948B.

Border color

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

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

This div border color is #A5948B.

Opacity

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

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

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

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

This text has shadow with #A5948B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5948B.

Preview

Color preview on black background

This text has color #A5948B on black background.


Color preview on white background

This text has color #A5948B on white background.


Black color preview on #A5948B background

This text has black color on #A5948B background.


White color preview on #A5948B background

This text has white color on #A5948B background.


Related colors

Complementary color

Complementary color for #hex is #5A6B74.


I love getcolorcode.com

Triadic colors

1 #8BA594 and #948BA5 with #A5948B are triadic colors.

2 #8B94A5 and #94A58B with #A5948B are triadic colors.