COLOR #AB674D

HEX: #AB674D
RGB: (171,103,77)

Color info

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

RGB color model

#AB674D color RGB value is (171,103,77).

  • red value is 171;
  • green value is 103;
  • blue value is 77.
RGB:
(171,103,77)
(67%,40%,30%)

RGB channels and saturation

R 171 of 255 = 67%
G 103 of 255 = 40%
B 77 of 255 = 30%

171
103
77

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

Portions of RGB colors in percentages

R + G + B =
171 + 103 + 77 = 351 (100%)
R 171 of 351 ~ 48.72%
G 103 of 351 ~ 29.34%
B 77 of 351 ~ 21.94%

%48.72
%29.34
%21.94

CMYK color model

#AB674D color CMYK value is (0,40,55,33).

  • cyan value is 0.00%
  • magenta value is 39.77%
  • yellow value is 54.97%
  • key color value is 32.94%
CMYK:
(0,40,55,33)
C0M40Y55K33 
(0%,40%,55%,33%)
(0.00/0.40/0.55/0.33)	

CMYK percentages

%0
%39.77
%54.97
%32.94

Codes

Color #AB674D in popluar color models

AB674D
RGB17110377
HSL17°37.90%48.63%
HSB/HSV17°54.97%67.06%
CMYK0.00%39.77%54.97%
32.94%

Color #AB674D in popluar number systems.

HEXAB674D
Decimal17110377
Binary1010101111001111001101
Octal253147115

Shades and tints

Shades of #AB674D

#AB674D
(171,103,77)
#9C5E46
(156,94,70)
#8D553F
(141,85,63)
#7E4C38
(126,76,56)
#6F4331
(111,67,49)
#603A2A
(96,58,42)
#513123
(81,49,35)
#42281C
(66,40,28)
#331F15
(51,31,21)
#24160E
(36,22,14)
#150D07
(21,13,7)
#000000
(0,0,0)

Tints of #AB674D

#AB674D
(171,103,77)
#B2745D
(178,116,93)
#B9816D
(185,129,109)
#C08E7D
(192,142,125)
#C79B8D
(199,155,141)
#CEA89D
(206,168,157)
#D5B5AD
(213,181,173)
#DCC2BD
(220,194,189)
#E3CFCD
(227,207,205)
#EADCDD
(234,220,221)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB674D color. Also use rgb(171,103,77) instead hex code.

Text Font Color

.myTextColor { color: #AB674D; }

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

This text font color is #AB674D.


Background Color

.myBgColor { background-color: #AB674D; }

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

This div background color is #AB674D.


Border color

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

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

This div border color is #AB674D.


Opacity

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

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

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

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

This text has shadow with #AB674D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB674D on black background.


Color preview on white background

This text has color #AB674D on white background.



Black color preview on #AB674D background

This text has black color on #AB674D background.


White color preview on #AB674D background

This text has white color on #AB674D background.