COLOR #A0525D

HEX: #A0525D RGB: (160,82,93)

Color info

#A0525D contains mainly red color. Web safe color of #A0525D is #996666 (or #966).

RGB color model

#A0525D color RGB value is (160,82,93).

RGB: (160,82,93) (63%, 32%, 36%)

RGB channels and saturation

R 160 of 255 = 63%
G 82 of 255 = 32%
B 93 of 255 = 36%

160
82
93

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

Portions of RGB colors in percentages

R + G + B = 160 + 82 + 93 = 335 (100%)
R 160 of 335 ~ 47.76%
G 82 of 335 ~ 24.48%
B 93 of 335 ~ 27.76'%

%47.76
%24.48
%27.76

CMYK color model

#A0525D color CMYK value is (0,49,42,37).

  • cyan value is 0.00%
  • magenta value is 48.75%
  • yellow value is 41.88%
  • key color value is 37.25%
CMYK: (0,49,42,37) C0M49Y42K37 (0%,49%,42%,37%) (0.00/0.49/0.42/0.37) 

CMYK percentages

%0
%48.75
%41.88
%37.25

Codes

Color #A0525D in popluar color models

A0 52 5D
RGB 160 82 93
HSL 352° 32.23% 47.45%
HSB/HSV 352° 48.75% 62.75%
CMYK 0.00% 48.75% 41.88%
37.25%

Color #A0525D in popluar number systems.

HEX A0 52 5D
Decimal 160 82 93
Binary 10100000 1010010 1011101
Octal 240 122 135

Shades and tints

Shades of #A0525D

#A0525D
(160,82,93)
#924B55
(146,75,85)
#84444D
(132,68,77)
#763D45
(118,61,69)
#68363D
(104,54,61)
#5A2F35
(90,47,53)
#4C282D
(76,40,45)
#3E2125
(62,33,37)
#301A1D
(48,26,29)
#221315
(34,19,21)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #A0525D

#A0525D
(160,82,93)
#A8616B
(168,97,107)
#B07079
(176,112,121)
#B87F87
(184,127,135)
#C08E95
(192,142,149)
#C89DA3
(200,157,163)
#D0ACB1
(208,172,177)
#D8BBBF
(216,187,191)
#E0CACD
(224,202,205)
#E8D9DB
(232,217,219)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0525D color. Also use rgb(160,82,93) instead hex code.

Text Font Color

.myTextColor { color: #A0525D; }

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

This text font color is #A0525D.

Background Color

.myBgColor { background-color: #A0525D; }

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

This div background color is #A0525D.

Border color

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

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

This div border color is #A0525D.

Opacity

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

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

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

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

This text has shadow with #A0525D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0525D.

Preview

Color preview on black background

This text has color #A0525D on black background.


Color preview on white background

This text has color #A0525D on white background.


Black color preview on #A0525D background

This text has black color on #A0525D background.


White color preview on #A0525D background

This text has white color on #A0525D background.


Related colors

Complementary color

Complementary color for #hex is #5FADA2.


I love getcolorcode.com

Triadic colors

1 #5DA052 and #525DA0 with #A0525D are triadic colors.

2 #5D52A0 and #52A05D with #A0525D are triadic colors.