COLOR #AB493D

HEX: #AB493D RGB: (171,73,61)

Color info

#AB493D contains mainly red color. Web safe color of #AB493D is #993333 (or #933).

RGB color model

#AB493D color RGB value is (171,73,61).

RGB: (171,73,61) (67%, 29%, 24%)

RGB channels and saturation

R 171 of 255 = 67%
G 73 of 255 = 29%
B 61 of 255 = 24%

171
73
61

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

Portions of RGB colors in percentages

R + G + B = 171 + 73 + 61 = 305 (100%)
R 171 of 305 ~ 56.07%
G 73 of 305 ~ 23.93%
B 61 of 305 ~ 20'%

%56.07
%23.93
%20

CMYK color model

#AB493D color CMYK value is (0,57,64,33).

  • cyan value is 0.00%
  • magenta value is 57.31%
  • yellow value is 64.33%
  • key color value is 32.94%
CMYK: (0,57,64,33) C0M57Y64K33 (0%,57%,64%,33%) (0.00/0.57/0.64/0.33) 

CMYK percentages

%0
%57.31
%64.33
%32.94

Codes

Color #AB493D in popluar color models

AB 49 3D
RGB 171 73 61
HSL 47.41% 45.49%
HSB/HSV 64.33% 67.06%
CMYK 0.00% 57.31% 64.33%
32.94%

Color #AB493D in popluar number systems.

HEX AB 49 3D
Decimal 171 73 61
Binary 10101011 1001001 111101
Octal 253 111 75

Shades and tints

Shades of #AB493D

#AB493D
(171,73,61)
#9C4338
(156,67,56)
#8D3D33
(141,61,51)
#7E372E
(126,55,46)
#6F3129
(111,49,41)
#602B24
(96,43,36)
#51251F
(81,37,31)
#421F1A
(66,31,26)
#331915
(51,25,21)
#241310
(36,19,16)
#150D0B
(21,13,11)
#000000
(0,0,0)

Tints of #AB493D

#AB493D
(171,73,61)
#B2594E
(178,89,78)
#B9695F
(185,105,95)
#C07970
(192,121,112)
#C78981
(199,137,129)
#CE9992
(206,153,146)
#D5A9A3
(213,169,163)
#DCB9B4
(220,185,180)
#E3C9C5
(227,201,197)
#EAD9D6
(234,217,214)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB493D color. Also use rgb(171,73,61) instead hex code.

Text Font Color

.myTextColor { color: #AB493D; }

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

This text font color is #AB493D.

Background Color

.myBgColor { background-color: #AB493D; }

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

This div background color is #AB493D.

Border color

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

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

This div border color is #AB493D.

Opacity

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

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

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

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

This text has shadow with #AB493D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB493D.

Preview

Color preview on black background

This text has color #AB493D on black background.


Color preview on white background

This text has color #AB493D on white background.


Black color preview on #AB493D background

This text has black color on #AB493D background.


White color preview on #AB493D background

This text has white color on #AB493D background.


Related colors

Complementary color

Complementary color for #hex is #54B6C2.


I love getcolorcode.com

Triadic colors

1 #3DAB49 and #493DAB with #AB493D are triadic colors.

2 #3D49AB and #49AB3D with #AB493D are triadic colors.