COLOR #A5888D

HEX: #A5888D RGB: (165,136,141)

Color info

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

RGB color model

#A5888D color RGB value is (165,136,141).

RGB: (165,136,141) (65%, 53%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 136 of 255 = 53%
B 141 of 255 = 55%

165
136
141

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

Portions of RGB colors in percentages

R + G + B = 165 + 136 + 141 = 442 (100%)
R 165 of 442 ~ 37.33%
G 136 of 442 ~ 30.77%
B 141 of 442 ~ 31.9'%

%37.33
%30.77
%31.9

CMYK color model

#A5888D color CMYK value is (0,18,15,35).

  • cyan value is 0.00%
  • magenta value is 17.58%
  • yellow value is 14.55%
  • key color value is 35.29%

CMYK: (0,18,15,35)
C0M18Y15K35 (0%, 18%, 15%, 35%)
(0.00 / 0.18 / 0.15 / 0.35)

CMYK percentages

%0
%17.58
%14.55
%35.29

Codes

Color #A5888D in popluar color models

A5 88 8D
RGB 165 136 141
HSL 350° 13.88% 59.02%
HSB/HSV 350° 17.58% 64.71%
CMYK 0.00% 17.58% 14.55%
35.29%

Color #A5888D in popluar number systems.

HEX A5 88 8D
Decimal 165 136 141
Binary 10100101 10001000 10001101
Octal 245 210 215

Shades and tints

Shades of #A5888D

#A5888D
(165,136,141)
#967C81
(150,124,129)
#877075
(135,112,117)
#786469
(120,100,105)
#69585D
(105,88,93)
#5A4C51
(90,76,81)
#4B4045
(75,64,69)
#3C3439
(60,52,57)
#2D282D
(45,40,45)
#1E1C21
(30,28,33)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #A5888D

#A5888D
(165,136,141)
#AD9297
(173,146,151)
#B59CA1
(181,156,161)
#BDA6AB
(189,166,171)
#C5B0B5
(197,176,181)
#CDBABF
(205,186,191)
#D5C4C9
(213,196,201)
#DDCED3
(221,206,211)
#E5D8DD
(229,216,221)
#EDE2E7
(237,226,231)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5888D; }

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

This text font color is #A5888D.

Background Color

.myBgColor { background-color: #A5888D; }

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

This div background color is #A5888D.

Border color

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

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

This div border color is #A5888D.

Opacity

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

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

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

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

This text has shadow with #A5888D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5888D.

Preview

Color preview on black background

This text has color #A5888D on black background.


Color preview on white background

This text has color #A5888D on white background.


Black color preview on #A5888D background

This text has black color on #A5888D background.


White color preview on #A5888D background

This text has white color on #A5888D background.


Related colors

Complementary color

Complementary color for #hex is #5A7772.


I love getcolorcode.com

Triadic colors

1 #8DA588 and #888DA5 with #A5888D are triadic colors.

2 #8D88A5 and #88A58D with #A5888D are triadic colors.