COLOR #A58F94

HEX: #A58F94 RGB: (165,143,148)

Color info

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

RGB color model

#A58F94 color RGB value is (165,143,148).

RGB: (165,143,148) (65%, 56%, 58%)

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 148 of 255 = 58%

165
143
148

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

Portions of RGB colors in percentages

R + G + B = 165 + 143 + 148 = 456 (100%)
R 165 of 456 ~ 36.18%
G 143 of 456 ~ 31.36%
B 148 of 456 ~ 32.46'%

%36.18
%31.36
%32.46

CMYK color model

#A58F94 color CMYK value is (0,13,10,35).

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

CMYK: (0,13,10,35)
C0M13Y10K35 (0%, 13%, 10%, 35%)
(0.00 / 0.13 / 0.10 / 0.35)

CMYK percentages

%0
%13.33
%10.3
%35.29

Codes

Color #A58F94 in popluar color models

A5 8F 94
RGB 165 143 148
HSL 346° 10.89% 60.39%
HSB/HSV 346° 13.33% 64.71%
CMYK 0.00% 13.33% 10.30%
35.29%

Color #A58F94 in popluar number systems.

HEX A5 8F 94
Decimal 165 143 148
Binary 10100101 10001111 10010100
Octal 245 217 224

Shades and tints

Shades of #A58F94

#A58F94
(165,143,148)
#968287
(150,130,135)
#87757A
(135,117,122)
#78686D
(120,104,109)
#695B60
(105,91,96)
#5A4E53
(90,78,83)
#4B4146
(75,65,70)
#3C3439
(60,52,57)
#2D272C
(45,39,44)
#1E1A1F
(30,26,31)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #A58F94

#A58F94
(165,143,148)
#AD999D
(173,153,157)
#B5A3A6
(181,163,166)
#BDADAF
(189,173,175)
#C5B7B8
(197,183,184)
#CDC1C1
(205,193,193)
#D5CBCA
(213,203,202)
#DDD5D3
(221,213,211)
#E5DFDC
(229,223,220)
#EDE9E5
(237,233,229)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58F94; }

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

This text font color is #A58F94.

Background Color

.myBgColor { background-color: #A58F94; }

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

This div background color is #A58F94.

Border color

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

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

This div border color is #A58F94.

Opacity

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

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

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

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

This text has shadow with #A58F94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58F94.

Preview

Color preview on black background

This text has color #A58F94 on black background.


Color preview on white background

This text has color #A58F94 on white background.


Black color preview on #A58F94 background

This text has black color on #A58F94 background.


White color preview on #A58F94 background

This text has white color on #A58F94 background.


Related colors

Complementary color

Complementary color for #hex is #5A706B.


I love getcolorcode.com

Triadic colors

1 #94A58F and #8F94A5 with #A58F94 are triadic colors.

2 #948FA5 and #8FA594 with #A58F94 are triadic colors.