COLOR #AB5D45

HEX: #AB5D45
RGB: (171,93,69)

Color info

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

RGB color model

#AB5D45 color RGB value is (171,93,69).

  • red value is 171;
  • green value is 93;
  • blue value is 69.
RGB:
(171,93,69)
(67%,36%,27%)

RGB channels and saturation

R 171 of 255 = 67%
G 93 of 255 = 36%
B 69 of 255 = 27%

171
93
69

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

Portions of RGB colors in percentages

R + G + B =
171 + 93 + 69 = 333 (100%)
R 171 of 333 ~ 51.35%
G 93 of 333 ~ 27.93%
B 69 of 333 ~ 20.72%

%51.35
%27.93
%20.72

CMYK color model

#AB5D45 color CMYK value is (0,46,60,33).

  • cyan value is 0.00%
  • magenta value is 45.61%
  • yellow value is 59.65%
  • key color value is 32.94%
CMYK:
(0,46,60,33)
C0M46Y60K33 
(0%,46%,60%,33%)
(0.00/0.46/0.60/0.33)	

CMYK percentages

%0
%45.61
%59.65
%32.94

Codes

Color #AB5D45 in popluar color models

AB5D45
RGB1719369
HSL14°42.50%47.06%
HSB/HSV14°59.65%67.06%
CMYK0.00%45.61%59.65%
32.94%

Color #AB5D45 in popluar number systems.

HEXAB5D45
Decimal1719369
Binary1010101110111011000101
Octal253135105

Shades and tints

Shades of #AB5D45

#AB5D45
(171,93,69)
#9C553F
(156,85,63)
#8D4D39
(141,77,57)
#7E4533
(126,69,51)
#6F3D2D
(111,61,45)
#603527
(96,53,39)
#512D21
(81,45,33)
#42251B
(66,37,27)
#331D15
(51,29,21)
#24150F
(36,21,15)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #AB5D45

#AB5D45
(171,93,69)
#B26B55
(178,107,85)
#B97965
(185,121,101)
#C08775
(192,135,117)
#C79585
(199,149,133)
#CEA395
(206,163,149)
#D5B1A5
(213,177,165)
#DCBFB5
(220,191,181)
#E3CDC5
(227,205,197)
#EADBD5
(234,219,213)
#F1E9E5
(241,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5D45 color. Also use rgb(171,93,69) instead hex code.

Text Font Color

.myTextColor { color: #AB5D45; }

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

This text font color is #AB5D45.


Background Color

.myBgColor { background-color: #AB5D45; }

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

This div background color is #AB5D45.


Border color

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

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

This div border color is #AB5D45.


Opacity

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

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

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

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

This text has shadow with #AB5D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5D45 on black background.


Color preview on white background

This text has color #AB5D45 on white background.



Black color preview on #AB5D45 background

This text has black color on #AB5D45 background.


White color preview on #AB5D45 background

This text has white color on #AB5D45 background.