COLOR #A88296

HEX: #A88296 RGB: (168,130,150)

Color info

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

RGB color model

#A88296 color RGB value is (168,130,150).

RGB: (168,130,150) (66%, 51%, 59%)

RGB channels and saturation

R 168 of 255 = 66%
G 130 of 255 = 51%
B 150 of 255 = 59%

168
130
150

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

Portions of RGB colors in percentages

R + G + B = 168 + 130 + 150 = 448 (100%)
R 168 of 448 ~ 37.5%
G 130 of 448 ~ 29.02%
B 150 of 448 ~ 33.48'%

%37.5
%29.02
%33.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 10.71%
  • 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
%10.71
%34.12

Codes

Color #A88296 in popluar color models

A8 82 96
RGB 168 130 150
HSL 328° 17.92% 58.43%
HSB/HSV 328° 22.62% 65.88%
CMYK 0.00% 22.62% 10.71%
34.12%

Color #A88296 in popluar number systems.

HEX A8 82 96
Decimal 168 130 150
Binary 10101000 10000010 10010110
Octal 250 202 226

Shades and tints

Shades of #A88296

#A88296
(168,130,150)
#997789
(153,119,137)
#8A6C7C
(138,108,124)
#7B616F
(123,97,111)
#6C5662
(108,86,98)
#5D4B55
(93,75,85)
#4E4048
(78,64,72)
#3F353B
(63,53,59)
#302A2E
(48,42,46)
#211F21
(33,31,33)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #A88296

#A88296
(168,130,150)
#AF8D9F
(175,141,159)
#B698A8
(182,152,168)
#BDA3B1
(189,163,177)
#C4AEBA
(196,174,186)
#CBB9C3
(203,185,195)
#D2C4CC
(210,196,204)
#D9CFD5
(217,207,213)
#E0DADE
(224,218,222)
#E7E5E7
(231,229,231)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88296; }

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

This text font color is #A88296.

Background Color

.myBgColor { background-color: #A88296; }

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

This div background color is #A88296.

Border color

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

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

This div border color is #A88296.

Opacity

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

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

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

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

This text has shadow with #A88296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88296.

Preview

Color preview on black background

This text has color #A88296 on black background.


Color preview on white background

This text has color #A88296 on white background.


Black color preview on #A88296 background

This text has black color on #A88296 background.


White color preview on #A88296 background

This text has white color on #A88296 background.


Related colors

Complementary color

Complementary color for #hex is #577D69.


I love getcolorcode.com

Triadic colors

1 #96A882 and #8296A8 with #A88296 are triadic colors.

2 #9682A8 and #82A896 with #A88296 are triadic colors.