COLOR #A57290

HEX: #A57290 RGB: (165,114,144)

Color info

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

RGB color model

#A57290 color RGB value is (165,114,144).

RGB: (165,114,144) (65%, 45%, 56%)

RGB channels and saturation

R 165 of 255 = 65%
G 114 of 255 = 45%
B 144 of 255 = 56%

165
114
144

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

Portions of RGB colors in percentages

R + G + B = 165 + 114 + 144 = 423 (100%)
R 165 of 423 ~ 39.01%
G 114 of 423 ~ 26.95%
B 144 of 423 ~ 34.04'%

%39.01
%26.95
%34.04

CMYK color model

#A57290 color CMYK value is (0,31,13,35).

  • cyan value is 0.00%
  • magenta value is 30.91%
  • yellow value is 12.73%
  • key color value is 35.29%

CMYK: (0,31,13,35)
C0M31Y13K35 (0%, 31%, 13%, 35%)
(0.00 / 0.31 / 0.13 / 0.35)

CMYK percentages

%0
%30.91
%12.73
%35.29

Codes

Color #A57290 in popluar color models

A5 72 90
RGB 165 114 144
HSL 325° 22.08% 54.71%
HSB/HSV 325° 30.91% 64.71%
CMYK 0.00% 30.91% 12.73%
35.29%

Color #A57290 in popluar number systems.

HEX A5 72 90
Decimal 165 114 144
Binary 10100101 1110010 10010000
Octal 245 162 220

Shades and tints

Shades of #A57290

#A57290
(165,114,144)
#966883
(150,104,131)
#875E76
(135,94,118)
#785469
(120,84,105)
#694A5C
(105,74,92)
#5A404F
(90,64,79)
#4B3642
(75,54,66)
#3C2C35
(60,44,53)
#2D2228
(45,34,40)
#1E181B
(30,24,27)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #A57290

#A57290
(165,114,144)
#AD7E9A
(173,126,154)
#B58AA4
(181,138,164)
#BD96AE
(189,150,174)
#C5A2B8
(197,162,184)
#CDAEC2
(205,174,194)
#D5BACC
(213,186,204)
#DDC6D6
(221,198,214)
#E5D2E0
(229,210,224)
#EDDEEA
(237,222,234)
#F5EAF4
(245,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57290 color. Also use rgb(165,114,144) instead hex code.

Text Font Color

.myTextColor { color: #A57290; }

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

This text font color is #A57290.

Background Color

.myBgColor { background-color: #A57290; }

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

This div background color is #A57290.

Border color

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

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

This div border color is #A57290.

Opacity

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

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

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

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

This text has shadow with #A57290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57290.

Preview

Color preview on black background

This text has color #A57290 on black background.


Color preview on white background

This text has color #A57290 on white background.


Black color preview on #A57290 background

This text has black color on #A57290 background.


White color preview on #A57290 background

This text has white color on #A57290 background.


Related colors

Complementary color

Complementary color for #hex is #5A8D6F.


I love getcolorcode.com

Triadic colors

1 #90A572 and #7290A5 with #A57290 are triadic colors.

2 #9072A5 and #72A590 with #A57290 are triadic colors.