COLOR #A88473

HEX: #A88473 RGB: (168,132,115)

Color info

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

RGB color model

#A88473 color RGB value is (168,132,115).

RGB: (168,132,115) (66%, 52%, 45%)

RGB channels and saturation

R 168 of 255 = 66%
G 132 of 255 = 52%
B 115 of 255 = 45%

168
132
115

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

Portions of RGB colors in percentages

R + G + B = 168 + 132 + 115 = 415 (100%)
R 168 of 415 ~ 40.48%
G 132 of 415 ~ 31.81%
B 115 of 415 ~ 27.71'%

%40.48
%31.81
%27.71

CMYK color model

#A88473 color CMYK value is (0,21,32,34).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 31.55%
  • key color value is 34.12%

CMYK: (0,21,32,34)
C0M21Y32K34 (0%, 21%, 32%, 34%)
(0.00 / 0.21 / 0.32 / 0.34)

CMYK percentages

%0
%21.43
%31.55
%34.12

Codes

Color #A88473 in popluar color models

A8 84 73
RGB 168 132 115
HSL 19° 23.35% 55.49%
HSB/HSV 19° 31.55% 65.88%
CMYK 0.00% 21.43% 31.55%
34.12%

Color #A88473 in popluar number systems.

HEX A8 84 73
Decimal 168 132 115
Binary 10101000 10000100 1110011
Octal 250 204 163

Shades and tints

Shades of #A88473

#A88473
(168,132,115)
#997869
(153,120,105)
#8A6C5F
(138,108,95)
#7B6055
(123,96,85)
#6C544B
(108,84,75)
#5D4841
(93,72,65)
#4E3C37
(78,60,55)
#3F302D
(63,48,45)
#302423
(48,36,35)
#211819
(33,24,25)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #A88473

#A88473
(168,132,115)
#AF8F7F
(175,143,127)
#B69A8B
(182,154,139)
#BDA597
(189,165,151)
#C4B0A3
(196,176,163)
#CBBBAF
(203,187,175)
#D2C6BB
(210,198,187)
#D9D1C7
(217,209,199)
#E0DCD3
(224,220,211)
#E7E7DF
(231,231,223)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88473; }

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

This text font color is #A88473.

Background Color

.myBgColor { background-color: #A88473; }

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

This div background color is #A88473.

Border color

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

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

This div border color is #A88473.

Opacity

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

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

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

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

This text has shadow with #A88473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88473.

Preview

Color preview on black background

This text has color #A88473 on black background.


Color preview on white background

This text has color #A88473 on white background.


Black color preview on #A88473 background

This text has black color on #A88473 background.


White color preview on #A88473 background

This text has white color on #A88473 background.


Related colors

Complementary color

Complementary color for #hex is #577B8C.


I love getcolorcode.com

Triadic colors

1 #73A884 and #8473A8 with #A88473 are triadic colors.

2 #7384A8 and #84A873 with #A88473 are triadic colors.