COLOR #AB534B

HEX: #AB534B
RGB: (171,83,75)

Color info

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

RGB color model

#AB534B color RGB value is (171,83,75).

  • red value is 171;
  • green value is 83;
  • blue value is 75.
RGB:
(171,83,75)
(67%,33%,29%)

RGB channels and saturation

R 171 of 255 = 67%
G 83 of 255 = 33%
B 75 of 255 = 29%

171
83
75

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

Portions of RGB colors in percentages

R + G + B =
171 + 83 + 75 = 329 (100%)
R 171 of 329 ~ 51.98%
G 83 of 329 ~ 25.23%
B 75 of 329 ~ 22.8%

%51.98
%25.23
%22.8

CMYK color model

#AB534B color CMYK value is (0,51,56,33).

  • cyan value is 0.00%
  • magenta value is 51.46%
  • yellow value is 56.14%
  • key color value is 32.94%
CMYK:
(0,51,56,33)
C0M51Y56K33 
(0%,51%,56%,33%)
(0.00/0.51/0.56/0.33)	

CMYK percentages

%0
%51.46
%56.14
%32.94

Codes

Color #AB534B in popluar color models

AB534B
RGB1718375
HSL39.02%48.24%
HSB/HSV56.14%67.06%
CMYK0.00%51.46%56.14%
32.94%

Color #AB534B in popluar number systems.

HEXAB534B
Decimal1718375
Binary1010101110100111001011
Octal253123113

Shades and tints

Shades of #AB534B

#AB534B
(171,83,75)
#9C4C45
(156,76,69)
#8D453F
(141,69,63)
#7E3E39
(126,62,57)
#6F3733
(111,55,51)
#60302D
(96,48,45)
#512927
(81,41,39)
#422221
(66,34,33)
#331B1B
(51,27,27)
#241415
(36,20,21)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #AB534B

#AB534B
(171,83,75)
#B2625B
(178,98,91)
#B9716B
(185,113,107)
#C0807B
(192,128,123)
#C78F8B
(199,143,139)
#CE9E9B
(206,158,155)
#D5ADAB
(213,173,171)
#DCBCBB
(220,188,187)
#E3CBCB
(227,203,203)
#EADADB
(234,218,219)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB534B color. Also use rgb(171,83,75) instead hex code.

Text Font Color

.myTextColor { color: #AB534B; }

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

This text font color is #AB534B.


Background Color

.myBgColor { background-color: #AB534B; }

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

This div background color is #AB534B.


Border color

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

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

This div border color is #AB534B.


Opacity

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

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

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

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

This text has shadow with #AB534B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB534B on black background.


Color preview on white background

This text has color #AB534B on white background.



Black color preview on #AB534B background

This text has black color on #AB534B background.


White color preview on #AB534B background

This text has white color on #AB534B background.