COLOR #A5988A

HEX: #A5988A RGB: (165,152,138)

Color info

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

RGB color model

#A5988A color RGB value is (165,152,138).

RGB: (165,152,138) (65%, 60%, 54%)

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 138 of 255 = 54%

165
152
138

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

Portions of RGB colors in percentages

R + G + B = 165 + 152 + 138 = 455 (100%)
R 165 of 455 ~ 36.26%
G 152 of 455 ~ 33.41%
B 138 of 455 ~ 30.33'%

%36.26
%33.41
%30.33

CMYK color model

#A5988A color CMYK value is (0,8,16,35).

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 16.36%
  • key color value is 35.29%
CMYK: (0,8,16,35) C0M8Y16K35 (0%,8%,16%,35%) (0.00/0.08/0.16/0.35) 

CMYK percentages

%0
%7.88
%16.36
%35.29

Codes

Color #A5988A in popluar color models

A5 98 8A
RGB 165 152 138
HSL 31° 13.04% 59.41%
HSB/HSV 31° 16.36% 64.71%
CMYK 0.00% 7.88% 16.36%
35.29%

Color #A5988A in popluar number systems.

HEX A5 98 8A
Decimal 165 152 138
Binary 10100101 10011000 10001010
Octal 245 230 212

Shades and tints

Shades of #A5988A

#A5988A
(165,152,138)
#968B7E
(150,139,126)
#877E72
(135,126,114)
#787166
(120,113,102)
#69645A
(105,100,90)
#5A574E
(90,87,78)
#4B4A42
(75,74,66)
#3C3D36
(60,61,54)
#2D302A
(45,48,42)
#1E231E
(30,35,30)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #A5988A

#A5988A
(165,152,138)
#ADA194
(173,161,148)
#B5AA9E
(181,170,158)
#BDB3A8
(189,179,168)
#C5BCB2
(197,188,178)
#CDC5BC
(205,197,188)
#D5CEC6
(213,206,198)
#DDD7D0
(221,215,208)
#E5E0DA
(229,224,218)
#EDE9E4
(237,233,228)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5988A; }

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

This text font color is #A5988A.

Background Color

.myBgColor { background-color: #A5988A; }

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

This div background color is #A5988A.

Border color

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

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

This div border color is #A5988A.

Opacity

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

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

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

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

This text has shadow with #A5988A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5988A.

Preview

Color preview on black background

This text has color #A5988A on black background.


Color preview on white background

This text has color #A5988A on white background.


Black color preview on #A5988A background

This text has black color on #A5988A background.


White color preview on #A5988A background

This text has white color on #A5988A background.


Related colors

Complementary color

Complementary color for #hex is #5A6775.


I love getcolorcode.com

Triadic colors

1 #8AA598 and #988AA5 with #A5988A are triadic colors.

2 #8A98A5 and #98A58A with #A5988A are triadic colors.