COLOR #A8554C

HEX: #A8554C RGB: (168,85,76)

Color info

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

RGB color model

#A8554C color RGB value is (168,85,76).

RGB: (168,85,76) (66%, 33%, 30%)

RGB channels and saturation

R 168 of 255 = 66%
G 85 of 255 = 33%
B 76 of 255 = 30%

168
85
76

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

Portions of RGB colors in percentages

R + G + B = 168 + 85 + 76 = 329 (100%)
R 168 of 329 ~ 51.06%
G 85 of 329 ~ 25.84%
B 76 of 329 ~ 23.1'%

%51.06
%25.84
%23.1

CMYK color model

#A8554C color CMYK value is (0,49,55,34).

  • cyan value is 0.00%
  • magenta value is 49.40%
  • yellow value is 54.76%
  • key color value is 34.12%

CMYK: (0,49,55,34)
C0M49Y55K34 (0%, 49%, 55%, 34%)
(0.00 / 0.49 / 0.55 / 0.34)

CMYK percentages

%0
%49.4
%54.76
%34.12

Codes

Color #A8554C in popluar color models

A8 55 4C
RGB 168 85 76
HSL 37.70% 47.84%
HSB/HSV 54.76% 65.88%
CMYK 0.00% 49.40% 54.76%
34.12%

Color #A8554C in popluar number systems.

HEX A8 55 4C
Decimal 168 85 76
Binary 10101000 1010101 1001100
Octal 250 125 114

Shades and tints

Shades of #A8554C

#A8554C
(168,85,76)
#994E46
(153,78,70)
#8A4740
(138,71,64)
#7B403A
(123,64,58)
#6C3934
(108,57,52)
#5D322E
(93,50,46)
#4E2B28
(78,43,40)
#3F2422
(63,36,34)
#301D1C
(48,29,28)
#211616
(33,22,22)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #A8554C

#A8554C
(168,85,76)
#AF645C
(175,100,92)
#B6736C
(182,115,108)
#BD827C
(189,130,124)
#C4918C
(196,145,140)
#CBA09C
(203,160,156)
#D2AFAC
(210,175,172)
#D9BEBC
(217,190,188)
#E0CDCC
(224,205,204)
#E7DCDC
(231,220,220)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8554C color. Also use rgb(168,85,76) instead hex code.

Text Font Color

.myTextColor { color: #A8554C; }

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

This text font color is #A8554C.

Background Color

.myBgColor { background-color: #A8554C; }

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

This div background color is #A8554C.

Border color

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

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

This div border color is #A8554C.

Opacity

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

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

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

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

This text has shadow with #A8554C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8554C.

Preview

Color preview on black background

This text has color #A8554C on black background.


Color preview on white background

This text has color #A8554C on white background.


Black color preview on #A8554C background

This text has black color on #A8554C background.


White color preview on #A8554C background

This text has white color on #A8554C background.


Related colors

Complementary color

Complementary color for #hex is #57AAB3.


I love getcolorcode.com

Triadic colors

1 #4CA855 and #554CA8 with #A8554C are triadic colors.

2 #4C55A8 and #55A84C with #A8554C are triadic colors.