COLOR #AB7C75

HEX: #AB7C75
RGB: (171,124,117)

Color info

#AB7C75 contains red, green and blue colors in about the same proportion. Web safe color of #AB7C75 is #996666 (or #966).

RGB color model

#AB7C75 color RGB value is (171,124,117).

  • red value is 171;
  • green value is 124;
  • blue value is 117.
RGB:
(171,124,117)
(67%,49%,46%)

RGB channels and saturation

R 171 of 255 = 67%
G 124 of 255 = 49%
B 117 of 255 = 46%

171
124
117

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

Portions of RGB colors in percentages

R + G + B =
171 + 124 + 117 = 412 (100%)
R 171 of 412 ~ 41.5%
G 124 of 412 ~ 30.1%
B 117 of 412 ~ 28.4%

%41.5
%30.1
%28.4

CMYK color model

#AB7C75 color CMYK value is (0,27,32,33).

  • cyan value is 0.00%
  • magenta value is 27.49%
  • yellow value is 31.58%
  • key color value is 32.94%
CMYK:
(0,27,32,33)
C0M27Y32K33 
(0%,27%,32%,33%)
(0.00/0.27/0.32/0.33)	

CMYK percentages

%0
%27.49
%31.58
%32.94

Codes

Color #AB7C75 in popluar color models

AB7C75
RGB171124117
HSL24.32%56.47%
HSB/HSV31.58%67.06%
CMYK0.00%27.49%31.58%
32.94%

Color #AB7C75 in popluar number systems.

HEXAB7C75
Decimal171124117
Binary1010101111111001110101
Octal253174165

Shades and tints

Shades of #AB7C75

#AB7C75
(171,124,117)
#9C716B
(156,113,107)
#8D6661
(141,102,97)
#7E5B57
(126,91,87)
#6F504D
(111,80,77)
#604543
(96,69,67)
#513A39
(81,58,57)
#422F2F
(66,47,47)
#332425
(51,36,37)
#24191B
(36,25,27)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #AB7C75

#AB7C75
(171,124,117)
#B28781
(178,135,129)
#B9928D
(185,146,141)
#C09D99
(192,157,153)
#C7A8A5
(199,168,165)
#CEB3B1
(206,179,177)
#D5BEBD
(213,190,189)
#DCC9C9
(220,201,201)
#E3D4D5
(227,212,213)
#EADFE1
(234,223,225)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7C75 color. Also use rgb(171,124,117) instead hex code.

Text Font Color

.myTextColor { color: #AB7C75; }

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

This text font color is #AB7C75.


Background Color

.myBgColor { background-color: #AB7C75; }

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

This div background color is #AB7C75.


Border color

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

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

This div border color is #AB7C75.


Opacity

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

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

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

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

This text has shadow with #AB7C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7C75 on black background.


Color preview on white background

This text has color #AB7C75 on white background.



Black color preview on #AB7C75 background

This text has black color on #AB7C75 background.


White color preview on #AB7C75 background

This text has white color on #AB7C75 background.