COLOR #A05C52

HEX: #A05C52 RGB: (160,92,82)

Color info

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

RGB color model

#A05C52 color RGB value is (160,92,82).

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

RGB channels and saturation

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

160
92
82

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

Portions of RGB colors in percentages

R + G + B = 160 + 92 + 82 = 334 (100%)
R 160 of 334 ~ 47.9%
G 92 of 334 ~ 27.54%
B 82 of 334 ~ 24.55'%

%47.9
%27.54
%24.55

CMYK color model

#A05C52 color CMYK value is (0,43,49,37).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 48.75%
  • key color value is 37.25%

CMYK: (0,43,49,37)
C0M43Y49K37 (0%, 43%, 49%, 37%)
(0.00 / 0.43 / 0.49 / 0.37)

CMYK percentages

%0
%42.5
%48.75
%37.25

Codes

Color #A05C52 in popluar color models

A0 5C 52
RGB 160 92 82
HSL 32.23% 47.45%
HSB/HSV 48.75% 62.75%
CMYK 0.00% 42.50% 48.75%
37.25%

Color #A05C52 in popluar number systems.

HEX A0 5C 52
Decimal 160 92 82
Binary 10100000 1011100 1010010
Octal 240 134 122

Shades and tints

Shades of #A05C52

#A05C52
(160,92,82)
#92544B
(146,84,75)
#844C44
(132,76,68)
#76443D
(118,68,61)
#683C36
(104,60,54)
#5A342F
(90,52,47)
#4C2C28
(76,44,40)
#3E2421
(62,36,33)
#301C1A
(48,28,26)
#221413
(34,20,19)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #A05C52

#A05C52
(160,92,82)
#A86A61
(168,106,97)
#B07870
(176,120,112)
#B8867F
(184,134,127)
#C0948E
(192,148,142)
#C8A29D
(200,162,157)
#D0B0AC
(208,176,172)
#D8BEBB
(216,190,187)
#E0CCCA
(224,204,202)
#E8DAD9
(232,218,217)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A05C52; }

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

This text font color is #A05C52.

Background Color

.myBgColor { background-color: #A05C52; }

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

This div background color is #A05C52.

Border color

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

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

This div border color is #A05C52.

Opacity

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

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

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

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

This text has shadow with #A05C52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A05C52.

Preview

Color preview on black background

This text has color #A05C52 on black background.


Color preview on white background

This text has color #A05C52 on white background.


Black color preview on #A05C52 background

This text has black color on #A05C52 background.


White color preview on #A05C52 background

This text has white color on #A05C52 background.


Related colors

Complementary color

Complementary color for #hex is #5FA3AD.


I love getcolorcode.com

Triadic colors

1 #52A05C and #5C52A0 with #A05C52 are triadic colors.

2 #525CA0 and #5CA052 with #A05C52 are triadic colors.