COLOR #A88B79

HEX: #A88B79 RGB: (168,139,121)

Color info

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

RGB color model

#A88B79 color RGB value is (168,139,121).

RGB: (168,139,121) (66%, 55%, 47%)

RGB channels and saturation

R 168 of 255 = 66%
G 139 of 255 = 55%
B 121 of 255 = 47%

168
139
121

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

Portions of RGB colors in percentages

R + G + B = 168 + 139 + 121 = 428 (100%)
R 168 of 428 ~ 39.25%
G 139 of 428 ~ 32.48%
B 121 of 428 ~ 28.27'%

%39.25
%32.48
%28.27

CMYK color model

#A88B79 color CMYK value is (0,17,28,34).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 27.98%
  • key color value is 34.12%

CMYK: (0,17,28,34)
C0M17Y28K34 (0%, 17%, 28%, 34%)
(0.00 / 0.17 / 0.28 / 0.34)

CMYK percentages

%0
%17.26
%27.98
%34.12

Codes

Color #A88B79 in popluar color models

A8 8B 79
RGB 168 139 121
HSL 23° 21.27% 56.67%
HSB/HSV 23° 27.98% 65.88%
CMYK 0.00% 17.26% 27.98%
34.12%

Color #A88B79 in popluar number systems.

HEX A8 8B 79
Decimal 168 139 121
Binary 10101000 10001011 1111001
Octal 250 213 171

Shades and tints

Shades of #A88B79

#A88B79
(168,139,121)
#997F6E
(153,127,110)
#8A7363
(138,115,99)
#7B6758
(123,103,88)
#6C5B4D
(108,91,77)
#5D4F42
(93,79,66)
#4E4337
(78,67,55)
#3F372C
(63,55,44)
#302B21
(48,43,33)
#211F16
(33,31,22)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #A88B79

#A88B79
(168,139,121)
#AF9585
(175,149,133)
#B69F91
(182,159,145)
#BDA99D
(189,169,157)
#C4B3A9
(196,179,169)
#CBBDB5
(203,189,181)
#D2C7C1
(210,199,193)
#D9D1CD
(217,209,205)
#E0DBD9
(224,219,217)
#E7E5E5
(231,229,229)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88B79 color. Also use rgb(168,139,121) instead hex code.

Text Font Color

.myTextColor { color: #A88B79; }

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

This text font color is #A88B79.

Background Color

.myBgColor { background-color: #A88B79; }

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

This div background color is #A88B79.

Border color

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

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

This div border color is #A88B79.

Opacity

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

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

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

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

This text has shadow with #A88B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88B79.

Preview

Color preview on black background

This text has color #A88B79 on black background.


Color preview on white background

This text has color #A88B79 on white background.


Black color preview on #A88B79 background

This text has black color on #A88B79 background.


White color preview on #A88B79 background

This text has white color on #A88B79 background.


Related colors

Complementary color

Complementary color for #hex is #577486.


I love getcolorcode.com

Triadic colors

1 #79A88B and #8B79A8 with #A88B79 are triadic colors.

2 #798BA8 and #8BA879 with #A88B79 are triadic colors.