COLOR #A0554D

HEX: #A0554D RGB: (160,85,77)

Color info

#A0554D contains mainly red color. Web safe color of #A0554D is #996633 (or #963).

RGB color model

#A0554D color RGB value is (160,85,77).

RGB: (160,85,77) (63%, 33%, 30%)

RGB channels and saturation

R 160 of 255 = 63%
G 85 of 255 = 33%
B 77 of 255 = 30%

160
85
77

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

Portions of RGB colors in percentages

R + G + B = 160 + 85 + 77 = 322 (100%)
R 160 of 322 ~ 49.69%
G 85 of 322 ~ 26.4%
B 77 of 322 ~ 23.91'%

%49.69
%26.4
%23.91

CMYK color model

#A0554D color CMYK value is (0,47,52,37).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 51.88%
  • key color value is 37.25%

CMYK: (0,47,52,37)
C0M47Y52K37 (0%, 47%, 52%, 37%)
(0.00 / 0.47 / 0.52 / 0.37)

CMYK percentages

%0
%46.88
%51.88
%37.25

Codes

Color #A0554D in popluar color models

A0 55 4D
RGB 160 85 77
HSL 35.02% 46.47%
HSB/HSV 51.88% 62.75%
CMYK 0.00% 46.88% 51.88%
37.25%

Color #A0554D in popluar number systems.

HEX A0 55 4D
Decimal 160 85 77
Binary 10100000 1010101 1001101
Octal 240 125 115

Shades and tints

Shades of #A0554D

#A0554D
(160,85,77)
#924E46
(146,78,70)
#84473F
(132,71,63)
#764038
(118,64,56)
#683931
(104,57,49)
#5A322A
(90,50,42)
#4C2B23
(76,43,35)
#3E241C
(62,36,28)
#301D15
(48,29,21)
#22160E
(34,22,14)
#140F07
(20,15,7)
#000000
(0,0,0)

Tints of #A0554D

#A0554D
(160,85,77)
#A8645D
(168,100,93)
#B0736D
(176,115,109)
#B8827D
(184,130,125)
#C0918D
(192,145,141)
#C8A09D
(200,160,157)
#D0AFAD
(208,175,173)
#D8BEBD
(216,190,189)
#E0CDCD
(224,205,205)
#E8DCDD
(232,220,221)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0554D color. Also use rgb(160,85,77) instead hex code.

Text Font Color

.myTextColor { color: #A0554D; }

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

This text font color is #A0554D.

Background Color

.myBgColor { background-color: #A0554D; }

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

This div background color is #A0554D.

Border color

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

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

This div border color is #A0554D.

Opacity

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

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

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

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

This text has shadow with #A0554D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0554D.

Preview

Color preview on black background

This text has color #A0554D on black background.


Color preview on white background

This text has color #A0554D on white background.


Black color preview on #A0554D background

This text has black color on #A0554D background.


White color preview on #A0554D background

This text has white color on #A0554D background.


Related colors

Complementary color

Complementary color for #hex is #5FAAB2.


I love getcolorcode.com

Triadic colors

1 #4DA055 and #554DA0 with #A0554D are triadic colors.

2 #4D55A0 and #55A04D with #A0554D are triadic colors.