COLOR #AB7D75

HEX: #AB7D75
RGB: (171,125,117)

Color info

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

RGB color model

#AB7D75 color RGB value is (171,125,117).

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

RGB channels and saturation

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

171
125
117

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

Portions of RGB colors in percentages

R + G + B =
171 + 125 + 117 = 413 (100%)
R 171 of 413 ~ 41.4%
G 125 of 413 ~ 30.27%
B 117 of 413 ~ 28.33%

%41.4
%30.27
%28.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.90%
  • 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
%26.9
%31.58
%32.94

Codes

Color #AB7D75 in popluar color models

AB7D75
RGB171125117
HSL24.32%56.47%
HSB/HSV31.58%67.06%
CMYK0.00%26.90%31.58%
32.94%

Color #AB7D75 in popluar number systems.

HEXAB7D75
Decimal171125117
Binary1010101111111011110101
Octal253175165

Shades and tints

Shades of #AB7D75

#AB7D75
(171,125,117)
#9C726B
(156,114,107)
#8D6761
(141,103,97)
#7E5C57
(126,92,87)
#6F514D
(111,81,77)
#604643
(96,70,67)
#513B39
(81,59,57)
#42302F
(66,48,47)
#332525
(51,37,37)
#241A1B
(36,26,27)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #AB7D75

#AB7D75
(171,125,117)
#B28881
(178,136,129)
#B9938D
(185,147,141)
#C09E99
(192,158,153)
#C7A9A5
(199,169,165)
#CEB4B1
(206,180,177)
#D5BFBD
(213,191,189)
#DCCAC9
(220,202,201)
#E3D5D5
(227,213,213)
#EAE0E1
(234,224,225)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7D75; }

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

This text font color is #AB7D75.


Background Color

.myBgColor { background-color: #AB7D75; }

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

This div background color is #AB7D75.


Border color

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

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

This div border color is #AB7D75.


Opacity

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

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

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

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

This text has shadow with #AB7D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7D75 on black background.


Color preview on white background

This text has color #AB7D75 on white background.



Black color preview on #AB7D75 background

This text has black color on #AB7D75 background.


White color preview on #AB7D75 background

This text has white color on #AB7D75 background.