COLOR #A88773

HEX: #A88773
RGB: (168,135,115)

Color info

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

RGB color model

#A88773 color RGB value is (168,135,115).

  • red value is 168;
  • green value is 135;
  • blue value is 115.
RGB:
(168,135,115)
(66%,53%,45%)

RGB channels and saturation

R 168 of 255 = 66%
G 135 of 255 = 53%
B 115 of 255 = 45%

168
135
115

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

Portions of RGB colors in percentages

R + G + B =
168 + 135 + 115 = 418 (100%)
R 168 of 418 ~ 40.19%
G 135 of 418 ~ 32.3%
B 115 of 418 ~ 27.51%

%40.19
%32.3
%27.51

CMYK color model

#A88773 color CMYK value is (0,20,32,34).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 31.55%
  • key color value is 34.12%
CMYK:
(0,20,32,34)
C0M20Y32K34 
(0%,20%,32%,34%)
(0.00/0.20/0.32/0.34)	

CMYK percentages

%0
%19.64
%31.55
%34.12

Codes

Color #A88773 in popluar color models

A88773
RGB168135115
HSL23°23.35%55.49%
HSB/HSV23°31.55%65.88%
CMYK0.00%19.64%31.55%
34.12%

Color #A88773 in popluar number systems.

HEXA88773
Decimal168135115
Binary10101000100001111110011
Octal250207163

Shades and tints

Shades of #A88773

#A88773
(168,135,115)
#997B69
(153,123,105)
#8A6F5F
(138,111,95)
#7B6355
(123,99,85)
#6C574B
(108,87,75)
#5D4B41
(93,75,65)
#4E3F37
(78,63,55)
#3F332D
(63,51,45)
#302723
(48,39,35)
#211B19
(33,27,25)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #A88773

#A88773
(168,135,115)
#AF917F
(175,145,127)
#B69B8B
(182,155,139)
#BDA597
(189,165,151)
#C4AFA3
(196,175,163)
#CBB9AF
(203,185,175)
#D2C3BB
(210,195,187)
#D9CDC7
(217,205,199)
#E0D7D3
(224,215,211)
#E7E1DF
(231,225,223)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88773 color. Also use rgb(168,135,115) instead hex code.

Text Font Color

.myTextColor { color: #A88773; }

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

This text font color is #A88773.


Background Color

.myBgColor { background-color: #A88773; }

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

This div background color is #A88773.


Border color

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

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

This div border color is #A88773.


Opacity

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

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

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

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

This text has shadow with #A88773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88773 on black background.


Color preview on white background

This text has color #A88773 on white background.



Black color preview on #A88773 background

This text has black color on #A88773 background.


White color preview on #A88773 background

This text has white color on #A88773 background.