COLOR #AB8175

HEX: #AB8175 RGB: (171,129,117)

Color info

#AB8175 contains red, green and blue colors in about the same proportion. Web safe color of #AB8175 is #999966 (or #996).

RGB color model

#AB8175 color RGB value is (171,129,117).

RGB: (171,129,117) (67%, 51%, 46%)

RGB channels and saturation

R 171 of 255 = 67%
G 129 of 255 = 51%
B 117 of 255 = 46%

171
129
117

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

Portions of RGB colors in percentages

R + G + B = 171 + 129 + 117 = 417 (100%)
R 171 of 417 ~ 41.01%
G 129 of 417 ~ 30.94%
B 117 of 417 ~ 28.06'%

%41.01
%30.94
%28.06

CMYK color model

#AB8175 color CMYK value is (0,25,32,33).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 31.58%
  • key color value is 32.94%

CMYK: (0,25,32,33)
C0M25Y32K33 (0%, 25%, 32%, 33%)
(0.00 / 0.25 / 0.32 / 0.33)

CMYK percentages

%0
%24.56
%31.58
%32.94

Codes

Color #AB8175 in popluar color models

AB 81 75
RGB 171 129 117
HSL 13° 24.32% 56.47%
HSB/HSV 13° 31.58% 67.06%
CMYK 0.00% 24.56% 31.58%
32.94%

Color #AB8175 in popluar number systems.

HEX AB 81 75
Decimal 171 129 117
Binary 10101011 10000001 1110101
Octal 253 201 165

Shades and tints

Shades of #AB8175

#AB8175
(171,129,117)
#9C766B
(156,118,107)
#8D6B61
(141,107,97)
#7E6057
(126,96,87)
#6F554D
(111,85,77)
#604A43
(96,74,67)
#513F39
(81,63,57)
#42342F
(66,52,47)
#332925
(51,41,37)
#241E1B
(36,30,27)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #AB8175

#AB8175
(171,129,117)
#B28C81
(178,140,129)
#B9978D
(185,151,141)
#C0A299
(192,162,153)
#C7ADA5
(199,173,165)
#CEB8B1
(206,184,177)
#D5C3BD
(213,195,189)
#DCCEC9
(220,206,201)
#E3D9D5
(227,217,213)
#EAE4E1
(234,228,225)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8175; }

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

This text font color is #AB8175.

Background Color

.myBgColor { background-color: #AB8175; }

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

This div background color is #AB8175.

Border color

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

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

This div border color is #AB8175.

Opacity

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

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

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

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

This text has shadow with #AB8175 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8175.

Preview

Color preview on black background

This text has color #AB8175 on black background.


Color preview on white background

This text has color #AB8175 on white background.


Black color preview on #AB8175 background

This text has black color on #AB8175 background.


White color preview on #AB8175 background

This text has white color on #AB8175 background.


Related colors

Complementary color

Complementary color for #hex is #547E8A.


I love getcolorcode.com

Triadic colors

1 #75AB81 and #8175AB with #AB8175 are triadic colors.

2 #7581AB and #81AB75 with #AB8175 are triadic colors.