COLOR #A58092

HEX: #A58092 RGB: (165,128,146)

Color info

#A58092 contains red, green and blue colors in about the same proportion. Web safe color of #A58092 is #996699 (or #969).

RGB color model

#A58092 color RGB value is (165,128,146).

RGB: (165,128,146) (65%, 50%, 57%)

RGB channels and saturation

R 165 of 255 = 65%
G 128 of 255 = 50%
B 146 of 255 = 57%

165
128
146

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

Portions of RGB colors in percentages

R + G + B = 165 + 128 + 146 = 439 (100%)
R 165 of 439 ~ 37.59%
G 128 of 439 ~ 29.16%
B 146 of 439 ~ 33.26'%

%37.59
%29.16
%33.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.42%
  • 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
%22.42
%11.52
%35.29

Codes

Color #A58092 in popluar color models

A5 80 92
RGB 165 128 146
HSL 331° 17.05% 57.45%
HSB/HSV 331° 22.42% 64.71%
CMYK 0.00% 22.42% 11.52%
35.29%

Color #A58092 in popluar number systems.

HEX A5 80 92
Decimal 165 128 146
Binary 10100101 10000000 10010010
Octal 245 200 222

Shades and tints

Shades of #A58092

#A58092
(165,128,146)
#967585
(150,117,133)
#876A78
(135,106,120)
#785F6B
(120,95,107)
#69545E
(105,84,94)
#5A4951
(90,73,81)
#4B3E44
(75,62,68)
#3C3337
(60,51,55)
#2D282A
(45,40,42)
#1E1D1D
(30,29,29)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #A58092

#A58092
(165,128,146)
#AD8B9B
(173,139,155)
#B596A4
(181,150,164)
#BDA1AD
(189,161,173)
#C5ACB6
(197,172,182)
#CDB7BF
(205,183,191)
#D5C2C8
(213,194,200)
#DDCDD1
(221,205,209)
#E5D8DA
(229,216,218)
#EDE3E3
(237,227,227)
#F5EEEC
(245,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58092; }

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

This text font color is #A58092.

Background Color

.myBgColor { background-color: #A58092; }

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

This div background color is #A58092.

Border color

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

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

This div border color is #A58092.

Opacity

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

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

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

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

This text has shadow with #A58092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58092.

Preview

Color preview on black background

This text has color #A58092 on black background.


Color preview on white background

This text has color #A58092 on white background.


Black color preview on #A58092 background

This text has black color on #A58092 background.


White color preview on #A58092 background

This text has white color on #A58092 background.


Related colors

Complementary color

Complementary color for #hex is #5A7F6D.


I love getcolorcode.com

Triadic colors

1 #92A580 and #8092A5 with #A58092 are triadic colors.

2 #9280A5 and #80A592 with #A58092 are triadic colors.