COLOR #A58192

HEX: #A58192 RGB: (165,129,146)

Color info

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

RGB color model

#A58192 color RGB value is (165,129,146).

RGB: (165,129,146) (65%, 51%, 57%)

RGB channels and saturation

R 165 of 255 = 65%
G 129 of 255 = 51%
B 146 of 255 = 57%

165
129
146

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

Portions of RGB colors in percentages

R + G + B = 165 + 129 + 146 = 440 (100%)
R 165 of 440 ~ 37.5%
G 129 of 440 ~ 29.32%
B 146 of 440 ~ 33.18'%

%37.5
%29.32
%33.18

CMYK color model

#A58192 color CMYK value is (0,22,12,35).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 11.52%
  • key color value is 35.29%

CMYK: (0,22,12,35)
C0M22Y12K35 (0%, 22%, 12%, 35%)
(0.00 / 0.22 / 0.12 / 0.35)

CMYK percentages

%0
%21.82
%11.52
%35.29

Codes

Color #A58192 in popluar color models

A5 81 92
RGB 165 129 146
HSL 332° 16.67% 57.65%
HSB/HSV 332° 21.82% 64.71%
CMYK 0.00% 21.82% 11.52%
35.29%

Color #A58192 in popluar number systems.

HEX A5 81 92
Decimal 165 129 146
Binary 10100101 10000001 10010010
Octal 245 201 222

Shades and tints

Shades of #A58192

#A58192
(165,129,146)
#967685
(150,118,133)
#876B78
(135,107,120)
#78606B
(120,96,107)
#69555E
(105,85,94)
#5A4A51
(90,74,81)
#4B3F44
(75,63,68)
#3C3437
(60,52,55)
#2D292A
(45,41,42)
#1E1E1D
(30,30,29)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #A58192

#A58192
(165,129,146)
#AD8C9B
(173,140,155)
#B597A4
(181,151,164)
#BDA2AD
(189,162,173)
#C5ADB6
(197,173,182)
#CDB8BF
(205,184,191)
#D5C3C8
(213,195,200)
#DDCED1
(221,206,209)
#E5D9DA
(229,217,218)
#EDE4E3
(237,228,227)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58192 color. Also use rgb(165,129,146) instead hex code.

Text Font Color

.myTextColor { color: #A58192; }

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

This text font color is #A58192.

Background Color

.myBgColor { background-color: #A58192; }

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

This div background color is #A58192.

Border color

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

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

This div border color is #A58192.

Opacity

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

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

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

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

This text has shadow with #A58192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58192.

Preview

Color preview on black background

This text has color #A58192 on black background.


Color preview on white background

This text has color #A58192 on white background.


Black color preview on #A58192 background

This text has black color on #A58192 background.


White color preview on #A58192 background

This text has white color on #A58192 background.


Related colors

Complementary color

Complementary color for #hex is #5A7E6D.


I love getcolorcode.com

Triadic colors

1 #92A581 and #8192A5 with #A58192 are triadic colors.

2 #9281A5 and #81A592 with #A58192 are triadic colors.