COLOR #A88295

HEX: #A88295 RGB: (168,130,149)

Color info

#A88295 contains red, green and blue colors in about the same proportion. Web safe color of #A88295 is #999999 (or #999).

RGB color model

#A88295 color RGB value is (168,130,149).

RGB: (168,130,149) (66%, 51%, 58%)

RGB channels and saturation

R 168 of 255 = 66%
G 130 of 255 = 51%
B 149 of 255 = 58%

168
130
149

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

Portions of RGB colors in percentages

R + G + B = 168 + 130 + 149 = 447 (100%)
R 168 of 447 ~ 37.58%
G 130 of 447 ~ 29.08%
B 149 of 447 ~ 33.33'%

%37.58
%29.08
%33.33

CMYK color model

#A88295 color CMYK value is (0,23,11,34).

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 11.31%
  • key color value is 34.12%

CMYK: (0,23,11,34)
C0M23Y11K34 (0%, 23%, 11%, 34%)
(0.00 / 0.23 / 0.11 / 0.34)

CMYK percentages

%0
%22.62
%11.31
%34.12

Codes

Color #A88295 in popluar color models

A8 82 95
RGB 168 130 149
HSL 330° 17.92% 58.43%
HSB/HSV 330° 22.62% 65.88%
CMYK 0.00% 22.62% 11.31%
34.12%

Color #A88295 in popluar number systems.

HEX A8 82 95
Decimal 168 130 149
Binary 10101000 10000010 10010101
Octal 250 202 225

Shades and tints

Shades of #A88295

#A88295
(168,130,149)
#997788
(153,119,136)
#8A6C7B
(138,108,123)
#7B616E
(123,97,110)
#6C5661
(108,86,97)
#5D4B54
(93,75,84)
#4E4047
(78,64,71)
#3F353A
(63,53,58)
#302A2D
(48,42,45)
#211F20
(33,31,32)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #A88295

#A88295
(168,130,149)
#AF8D9E
(175,141,158)
#B698A7
(182,152,167)
#BDA3B0
(189,163,176)
#C4AEB9
(196,174,185)
#CBB9C2
(203,185,194)
#D2C4CB
(210,196,203)
#D9CFD4
(217,207,212)
#E0DADD
(224,218,221)
#E7E5E6
(231,229,230)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88295 color. Also use rgb(168,130,149) instead hex code.

Text Font Color

.myTextColor { color: #A88295; }

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

This text font color is #A88295.

Background Color

.myBgColor { background-color: #A88295; }

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

This div background color is #A88295.

Border color

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

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

This div border color is #A88295.

Opacity

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

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

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

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

This text has shadow with #A88295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88295.

Preview

Color preview on black background

This text has color #A88295 on black background.


Color preview on white background

This text has color #A88295 on white background.


Black color preview on #A88295 background

This text has black color on #A88295 background.


White color preview on #A88295 background

This text has white color on #A88295 background.


Related colors

Complementary color

Complementary color for #hex is #577D6A.


I love getcolorcode.com

Triadic colors

1 #95A882 and #8295A8 with #A88295 are triadic colors.

2 #9582A8 and #82A895 with #A88295 are triadic colors.