COLOR #A88289

HEX: #A88289 RGB: (168,130,137)

Color info

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

RGB color model

#A88289 color RGB value is (168,130,137).

RGB: (168,130,137) (66%, 51%, 54%)

RGB channels and saturation

R 168 of 255 = 66%
G 130 of 255 = 51%
B 137 of 255 = 54%

168
130
137

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

Portions of RGB colors in percentages

R + G + B = 168 + 130 + 137 = 435 (100%)
R 168 of 435 ~ 38.62%
G 130 of 435 ~ 29.89%
B 137 of 435 ~ 31.49'%

%38.62
%29.89
%31.49

CMYK color model

#A88289 color CMYK value is (0,23,18,34).

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

CMYK: (0,23,18,34)
C0M23Y18K34 (0%, 23%, 18%, 34%)
(0.00 / 0.23 / 0.18 / 0.34)

CMYK percentages

%0
%22.62
%18.45
%34.12

Codes

Color #A88289 in popluar color models

A8 82 89
RGB 168 130 137
HSL 349° 17.92% 58.43%
HSB/HSV 349° 22.62% 65.88%
CMYK 0.00% 22.62% 18.45%
34.12%

Color #A88289 in popluar number systems.

HEX A8 82 89
Decimal 168 130 137
Binary 10101000 10000010 10001001
Octal 250 202 211

Shades and tints

Shades of #A88289

#A88289
(168,130,137)
#99777D
(153,119,125)
#8A6C71
(138,108,113)
#7B6165
(123,97,101)
#6C5659
(108,86,89)
#5D4B4D
(93,75,77)
#4E4041
(78,64,65)
#3F3535
(63,53,53)
#302A29
(48,42,41)
#211F1D
(33,31,29)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #A88289

#A88289
(168,130,137)
#AF8D93
(175,141,147)
#B6989D
(182,152,157)
#BDA3A7
(189,163,167)
#C4AEB1
(196,174,177)
#CBB9BB
(203,185,187)
#D2C4C5
(210,196,197)
#D9CFCF
(217,207,207)
#E0DAD9
(224,218,217)
#E7E5E3
(231,229,227)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88289; }

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

This text font color is #A88289.

Background Color

.myBgColor { background-color: #A88289; }

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

This div background color is #A88289.

Border color

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

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

This div border color is #A88289.

Opacity

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

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

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

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

This text has shadow with #A88289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88289.

Preview

Color preview on black background

This text has color #A88289 on black background.


Color preview on white background

This text has color #A88289 on white background.


Black color preview on #A88289 background

This text has black color on #A88289 background.


White color preview on #A88289 background

This text has white color on #A88289 background.


Related colors

Complementary color

Complementary color for #hex is #577D76.


I love getcolorcode.com

Triadic colors

1 #89A882 and #8289A8 with #A88289 are triadic colors.

2 #8982A8 and #82A889 with #A88289 are triadic colors.