COLOR #A59894

HEX: #A59894 RGB: (165,152,148)

Color info

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

RGB color model

#A59894 color RGB value is (165,152,148).

RGB: (165,152,148) (65%, 60%, 58%)

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 148 of 255 = 58%

165
152
148

R + G + B ~ 61%. #A59894 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 152 + 148 = 465 (100%)
R 165 of 465 ~ 35.48%
G 152 of 465 ~ 32.69%
B 148 of 465 ~ 31.83'%

%35.48
%32.69
%31.83

CMYK color model

#A59894 color CMYK value is (0,8,10,35).

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 10.30%
  • key color value is 35.29%

CMYK: (0,8,10,35)
C0M8Y10K35 (0%, 8%, 10%, 35%)
(0.00 / 0.08 / 0.10 / 0.35)

CMYK percentages

%0
%7.88
%10.3
%35.29

Codes

Color #A59894 in popluar color models

A5 98 94
RGB 165 152 148
HSL 14° 8.63% 61.37%
HSB/HSV 14° 10.30% 64.71%
CMYK 0.00% 7.88% 10.30%
35.29%

Color #A59894 in popluar number systems.

HEX A5 98 94
Decimal 165 152 148
Binary 10100101 10011000 10010100
Octal 245 230 224

Shades and tints

Shades of #A59894

#A59894
(165,152,148)
#968B87
(150,139,135)
#877E7A
(135,126,122)
#78716D
(120,113,109)
#696460
(105,100,96)
#5A5753
(90,87,83)
#4B4A46
(75,74,70)
#3C3D39
(60,61,57)
#2D302C
(45,48,44)
#1E231F
(30,35,31)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #A59894

#A59894
(165,152,148)
#ADA19D
(173,161,157)
#B5AAA6
(181,170,166)
#BDB3AF
(189,179,175)
#C5BCB8
(197,188,184)
#CDC5C1
(205,197,193)
#D5CECA
(213,206,202)
#DDD7D3
(221,215,211)
#E5E0DC
(229,224,220)
#EDE9E5
(237,233,229)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59894; }

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

This text font color is #A59894.

Background Color

.myBgColor { background-color: #A59894; }

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

This div background color is #A59894.

Border color

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

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

This div border color is #A59894.

Opacity

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

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

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

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

This text has shadow with #A59894 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59894.

Preview

Color preview on black background

This text has color #A59894 on black background.


Color preview on white background

This text has color #A59894 on white background.


Black color preview on #A59894 background

This text has black color on #A59894 background.


White color preview on #A59894 background

This text has white color on #A59894 background.


Related colors

Complementary color

Complementary color for #hex is #5A676B.


I love getcolorcode.com

Triadic colors

1 #94A598 and #9894A5 with #A59894 are triadic colors.

2 #9498A5 and #98A594 with #A59894 are triadic colors.