COLOR #A5998F

HEX: #A5998F RGB: (165,153,143)

Color info

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

RGB color model

#A5998F color RGB value is (165,153,143).

RGB: (165,153,143) (65%, 60%, 56%)

RGB channels and saturation

R 165 of 255 = 65%
G 153 of 255 = 60%
B 143 of 255 = 56%

165
153
143

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

Portions of RGB colors in percentages

R + G + B = 165 + 153 + 143 = 461 (100%)
R 165 of 461 ~ 35.79%
G 153 of 461 ~ 33.19%
B 143 of 461 ~ 31.02'%

%35.79
%33.19
%31.02

CMYK color model

#A5998F color CMYK value is (0,7,13,35).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 13.33%
  • key color value is 35.29%

CMYK: (0,7,13,35)
C0M7Y13K35 (0%, 7%, 13%, 35%)
(0.00 / 0.07 / 0.13 / 0.35)

CMYK percentages

%0
%7.27
%13.33
%35.29

Codes

Color #A5998F in popluar color models

A5 99 8F
RGB 165 153 143
HSL 27° 10.89% 60.39%
HSB/HSV 27° 13.33% 64.71%
CMYK 0.00% 7.27% 13.33%
35.29%

Color #A5998F in popluar number systems.

HEX A5 99 8F
Decimal 165 153 143
Binary 10100101 10011001 10001111
Octal 245 231 217

Shades and tints

Shades of #A5998F

#A5998F
(165,153,143)
#968C82
(150,140,130)
#877F75
(135,127,117)
#787268
(120,114,104)
#69655B
(105,101,91)
#5A584E
(90,88,78)
#4B4B41
(75,75,65)
#3C3E34
(60,62,52)
#2D3127
(45,49,39)
#1E241A
(30,36,26)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #A5998F

#A5998F
(165,153,143)
#ADA299
(173,162,153)
#B5ABA3
(181,171,163)
#BDB4AD
(189,180,173)
#C5BDB7
(197,189,183)
#CDC6C1
(205,198,193)
#D5CFCB
(213,207,203)
#DDD8D5
(221,216,213)
#E5E1DF
(229,225,223)
#EDEAE9
(237,234,233)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5998F; }

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

This text font color is #A5998F.

Background Color

.myBgColor { background-color: #A5998F; }

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

This div background color is #A5998F.

Border color

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

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

This div border color is #A5998F.

Opacity

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

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

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

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

This text has shadow with #A5998F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5998F.

Preview

Color preview on black background

This text has color #A5998F on black background.


Color preview on white background

This text has color #A5998F on white background.


Black color preview on #A5998F background

This text has black color on #A5998F background.


White color preview on #A5998F background

This text has white color on #A5998F background.


Related colors

Complementary color

Complementary color for #hex is #5A6670.


I love getcolorcode.com

Triadic colors

1 #8FA599 and #998FA5 with #A5998F are triadic colors.

2 #8F99A5 and #99A58F with #A5998F are triadic colors.