COLOR #A59994

HEX: #A59994 RGB: (165,153,148)

Color info

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

RGB color model

#A59994 color RGB value is (165,153,148).

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

RGB channels and saturation

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

165
153
148

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

Portions of RGB colors in percentages

R + G + B = 165 + 153 + 148 = 466 (100%)
R 165 of 466 ~ 35.41%
G 153 of 466 ~ 32.83%
B 148 of 466 ~ 31.76'%

%35.41
%32.83
%31.76

CMYK color model

#A59994 color CMYK value is (0,7,10,35).

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

CMYK: (0,7,10,35)
C0M7Y10K35 (0%, 7%, 10%, 35%)
(0.00 / 0.07 / 0.10 / 0.35)

CMYK percentages

%0
%7.27
%10.3
%35.29

Codes

Color #A59994 in popluar color models

A5 99 94
RGB 165 153 148
HSL 18° 8.63% 61.37%
HSB/HSV 18° 10.30% 64.71%
CMYK 0.00% 7.27% 10.30%
35.29%

Color #A59994 in popluar number systems.

HEX A5 99 94
Decimal 165 153 148
Binary 10100101 10011001 10010100
Octal 245 231 224

Shades and tints

Shades of #A59994

#A59994
(165,153,148)
#968C87
(150,140,135)
#877F7A
(135,127,122)
#78726D
(120,114,109)
#696560
(105,101,96)
#5A5853
(90,88,83)
#4B4B46
(75,75,70)
#3C3E39
(60,62,57)
#2D312C
(45,49,44)
#1E241F
(30,36,31)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #A59994

#A59994
(165,153,148)
#ADA29D
(173,162,157)
#B5ABA6
(181,171,166)
#BDB4AF
(189,180,175)
#C5BDB8
(197,189,184)
#CDC6C1
(205,198,193)
#D5CFCA
(213,207,202)
#DDD8D3
(221,216,211)
#E5E1DC
(229,225,220)
#EDEAE5
(237,234,229)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59994; }

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

This text font color is #A59994.

Background Color

.myBgColor { background-color: #A59994; }

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

This div background color is #A59994.

Border color

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

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

This div border color is #A59994.

Opacity

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

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

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

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

This text has shadow with #A59994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59994.

Preview

Color preview on black background

This text has color #A59994 on black background.


Color preview on white background

This text has color #A59994 on white background.


Black color preview on #A59994 background

This text has black color on #A59994 background.


White color preview on #A59994 background

This text has white color on #A59994 background.


Related colors

Complementary color

Complementary color for #A59994 is #5A666B.


I love getcolorcode.com

Triadic colors

1 #94A599 and #9994A5 with #A59994 are triadic colors.

2 #9499A5 and #99A594 with #A59994 are triadic colors.