COLOR #AB554C

HEX: #AB554C
RGB: (171,85,76)

Color info

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

RGB color model

#AB554C color RGB value is (171,85,76).

  • red value is 171;
  • green value is 85;
  • blue value is 76.
RGB:
(171,85,76)
(67%,33%,30%)

RGB channels and saturation

R 171 of 255 = 67%
G 85 of 255 = 33%
B 76 of 255 = 30%

171
85
76

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

Portions of RGB colors in percentages

R + G + B =
171 + 85 + 76 = 332 (100%)
R 171 of 332 ~ 51.51%
G 85 of 332 ~ 25.6%
B 76 of 332 ~ 22.89%

%51.51
%25.6
%22.89

CMYK color model

#AB554C color CMYK value is (0,50,56,33).

  • cyan value is 0.00%
  • magenta value is 50.29%
  • yellow value is 55.56%
  • key color value is 32.94%
CMYK:
(0,50,56,33)
C0M50Y56K33 
(0%,50%,56%,33%)
(0.00/0.50/0.56/0.33)	

CMYK percentages

%0
%50.29
%55.56
%32.94

Codes

Color #AB554C in popluar color models

AB554C
RGB1718576
HSL38.46%48.43%
HSB/HSV55.56%67.06%
CMYK0.00%50.29%55.56%
32.94%

Color #AB554C in popluar number systems.

HEXAB554C
Decimal1718576
Binary1010101110101011001100
Octal253125114

Shades and tints

Shades of #AB554C

#AB554C
(171,85,76)
#9C4E46
(156,78,70)
#8D4740
(141,71,64)
#7E403A
(126,64,58)
#6F3934
(111,57,52)
#60322E
(96,50,46)
#512B28
(81,43,40)
#422422
(66,36,34)
#331D1C
(51,29,28)
#241616
(36,22,22)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #AB554C

#AB554C
(171,85,76)
#B2645C
(178,100,92)
#B9736C
(185,115,108)
#C0827C
(192,130,124)
#C7918C
(199,145,140)
#CEA09C
(206,160,156)
#D5AFAC
(213,175,172)
#DCBEBC
(220,190,188)
#E3CDCC
(227,205,204)
#EADCDC
(234,220,220)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB554C; }

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

This text font color is #AB554C.


Background Color

.myBgColor { background-color: #AB554C; }

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

This div background color is #AB554C.


Border color

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

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

This div border color is #AB554C.


Opacity

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

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

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

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

This text has shadow with #AB554C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB554C on black background.


Color preview on white background

This text has color #AB554C on white background.



Black color preview on #AB554C background

This text has black color on #AB554C background.


White color preview on #AB554C background

This text has white color on #AB554C background.