COLOR #A5998C

HEX: #A5998C
RGB: (165,153,140)

Color info

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

RGB color model

#A5998C color RGB value is (165,153,140).

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

RGB channels and saturation

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

165
153
140

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

Portions of RGB colors in percentages

R + G + B =
165 + 153 + 140 = 458 (100%)
R 165 of 458 ~ 36.03%
G 153 of 458 ~ 33.41%
B 140 of 458 ~ 30.57%

%36.03
%33.41
%30.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 15.15%
  • 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
%15.15
%35.29

Codes

Color #A5998C in popluar color models

A5998C
RGB165153140
HSL31°12.20%59.80%
HSB/HSV31°15.15%64.71%
CMYK0.00%7.27%15.15%
35.29%

Color #A5998C in popluar number systems.

HEXA5998C
Decimal165153140
Binary101001011001100110001100
Octal245231214

Shades and tints

Shades of #A5998C

#A5998C
(165,153,140)
#968C80
(150,140,128)
#877F74
(135,127,116)
#787268
(120,114,104)
#69655C
(105,101,92)
#5A5850
(90,88,80)
#4B4B44
(75,75,68)
#3C3E38
(60,62,56)
#2D312C
(45,49,44)
#1E2420
(30,36,32)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #A5998C

#A5998C
(165,153,140)
#ADA296
(173,162,150)
#B5ABA0
(181,171,160)
#BDB4AA
(189,180,170)
#C5BDB4
(197,189,180)
#CDC6BE
(205,198,190)
#D5CFC8
(213,207,200)
#DDD8D2
(221,216,210)
#E5E1DC
(229,225,220)
#EDEAE6
(237,234,230)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5998C; }

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

This text font color is #A5998C.


Background Color

.myBgColor { background-color: #A5998C; }

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

This div background color is #A5998C.


Border color

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

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

This div border color is #A5998C.


Opacity

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

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

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

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

This text has shadow with #A5998C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5998C on black background.


Color preview on white background

This text has color #A5998C on white background.



Black color preview on #A5998C background

This text has black color on #A5998C background.


White color preview on #A5998C background

This text has white color on #A5998C background.