COLOR #A29F88

HEX: #A29F88 RGB: (162,159,136)

Color info

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

RGB color model

#A29F88 color RGB value is (162,159,136).

RGB: (162,159,136) (64%, 62%, 53%)

RGB channels and saturation

R 162 of 255 = 64%
G 159 of 255 = 62%
B 136 of 255 = 53%

162
159
136

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

Portions of RGB colors in percentages

R + G + B = 162 + 159 + 136 = 457 (100%)
R 162 of 457 ~ 35.45%
G 159 of 457 ~ 34.79%
B 136 of 457 ~ 29.76'%

%35.45
%34.79
%29.76

CMYK color model

#A29F88 color CMYK value is (0,2,16,36).

  • cyan value is 0.00%
  • magenta value is 1.85%
  • yellow value is 16.05%
  • key color value is 36.47%

CMYK: (0,2,16,36)
C0M2Y16K36 (0%, 2%, 16%, 36%)
(0.00 / 0.02 / 0.16 / 0.36)

CMYK percentages

%0
%1.85
%16.05
%36.47

Codes

Color #A29F88 in popluar color models

A2 9F 88
RGB 162 159 136
HSL 53° 12.26% 58.43%
HSB/HSV 53° 16.05% 63.53%
CMYK 0.00% 1.85% 16.05%
36.47%

Color #A29F88 in popluar number systems.

HEX A2 9F 88
Decimal 162 159 136
Binary 10100010 10011111 10001000
Octal 242 237 210

Shades and tints

Shades of #A29F88

#A29F88
(162,159,136)
#94917C
(148,145,124)
#868370
(134,131,112)
#787564
(120,117,100)
#6A6758
(106,103,88)
#5C594C
(92,89,76)
#4E4B40
(78,75,64)
#403D34
(64,61,52)
#322F28
(50,47,40)
#24211C
(36,33,28)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #A29F88

#A29F88
(162,159,136)
#AAA792
(170,167,146)
#B2AF9C
(178,175,156)
#BAB7A6
(186,183,166)
#C2BFB0
(194,191,176)
#CAC7BA
(202,199,186)
#D2CFC4
(210,207,196)
#DAD7CE
(218,215,206)
#E2DFD8
(226,223,216)
#EAE7E2
(234,231,226)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29F88 color. Also use rgb(162,159,136) instead hex code.

Text Font Color

.myTextColor { color: #A29F88; }

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

This text font color is #A29F88.

Background Color

.myBgColor { background-color: #A29F88; }

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

This div background color is #A29F88.

Border color

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

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

This div border color is #A29F88.

Opacity

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

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

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

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

This text has shadow with #A29F88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29F88.

Preview

Color preview on black background

This text has color #A29F88 on black background.


Color preview on white background

This text has color #A29F88 on white background.


Black color preview on #A29F88 background

This text has black color on #A29F88 background.


White color preview on #A29F88 background

This text has white color on #A29F88 background.


Related colors

Complementary color

Complementary color for #hex is #5D6077.


I love getcolorcode.com

Triadic colors

1 #88A29F and #9F88A2 with #A29F88 are triadic colors.

2 #889FA2 and #9FA288 with #A29F88 are triadic colors.