COLOR #A5998D

HEX: #A5998D
RGB: (165,153,141)

Color info

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

RGB color model

#A5998D color RGB value is (165,153,141).

  • red value is 165;
  • green value is 153;
  • blue value is 141.
RGB:
(165,153,141)
(65%,60%,55%)

RGB channels and saturation

R 165 of 255 = 65%
G 153 of 255 = 60%
B 141 of 255 = 55%

165
153
141

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

Portions of RGB colors in percentages

R + G + B =
165 + 153 + 141 = 459 (100%)
R 165 of 459 ~ 35.95%
G 153 of 459 ~ 33.33%
B 141 of 459 ~ 30.72%

%35.95
%33.33
%30.72

CMYK color model

#A5998D color CMYK value is (0,7,15,35).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 14.55%
  • key color value is 35.29%
CMYK:
(0,7,15,35)
C0M7Y15K35 
(0%,7%,15%,35%)
(0.00/0.07/0.15/0.35)	

CMYK percentages

%0
%7.27
%14.55
%35.29

Codes

Color #A5998D in popluar color models

A5998D
RGB165153141
HSL30°11.76%60.00%
HSB/HSV30°14.55%64.71%
CMYK0.00%7.27%14.55%
35.29%

Color #A5998D in popluar number systems.

HEXA5998D
Decimal165153141
Binary101001011001100110001101
Octal245231215

Shades and tints

Shades of #A5998D

#A5998D
(165,153,141)
#968C81
(150,140,129)
#877F75
(135,127,117)
#787269
(120,114,105)
#69655D
(105,101,93)
#5A5851
(90,88,81)
#4B4B45
(75,75,69)
#3C3E39
(60,62,57)
#2D312D
(45,49,45)
#1E2421
(30,36,33)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #A5998D

#A5998D
(165,153,141)
#ADA297
(173,162,151)
#B5ABA1
(181,171,161)
#BDB4AB
(189,180,171)
#C5BDB5
(197,189,181)
#CDC6BF
(205,198,191)
#D5CFC9
(213,207,201)
#DDD8D3
(221,216,211)
#E5E1DD
(229,225,221)
#EDEAE7
(237,234,231)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5998D; }

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

This text font color is #A5998D.


Background Color

.myBgColor { background-color: #A5998D; }

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

This div background color is #A5998D.


Border color

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

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

This div border color is #A5998D.


Opacity

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

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

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

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

This text has shadow with #A5998D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5998D on black background.


Color preview on white background

This text has color #A5998D on white background.



Black color preview on #A5998D background

This text has black color on #A5998D background.


White color preview on #A5998D background

This text has white color on #A5998D background.