COLOR #A88692

HEX: #A88692 RGB: (168,134,146)

Color info

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

RGB color model

#A88692 color RGB value is (168,134,146).

RGB: (168,134,146) (66%, 53%, 57%)

RGB channels and saturation

R 168 of 255 = 66%
G 134 of 255 = 53%
B 146 of 255 = 57%

168
134
146

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

Portions of RGB colors in percentages

R + G + B = 168 + 134 + 146 = 448 (100%)
R 168 of 448 ~ 37.5%
G 134 of 448 ~ 29.91%
B 146 of 448 ~ 32.59'%

%37.5
%29.91
%32.59

CMYK color model

#A88692 color CMYK value is (0,20,13,34).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 13.10%
  • key color value is 34.12%

CMYK: (0,20,13,34)
C0M20Y13K34 (0%, 20%, 13%, 34%)
(0.00 / 0.20 / 0.13 / 0.34)

CMYK percentages

%0
%20.24
%13.1
%34.12

Codes

Color #A88692 in popluar color models

A8 86 92
RGB 168 134 146
HSL 339° 16.35% 59.22%
HSB/HSV 339° 20.24% 65.88%
CMYK 0.00% 20.24% 13.10%
34.12%

Color #A88692 in popluar number systems.

HEX A8 86 92
Decimal 168 134 146
Binary 10101000 10000110 10010010
Octal 250 206 222

Shades and tints

Shades of #A88692

#A88692
(168,134,146)
#997A85
(153,122,133)
#8A6E78
(138,110,120)
#7B626B
(123,98,107)
#6C565E
(108,86,94)
#5D4A51
(93,74,81)
#4E3E44
(78,62,68)
#3F3237
(63,50,55)
#30262A
(48,38,42)
#211A1D
(33,26,29)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #A88692

#A88692
(168,134,146)
#AF919B
(175,145,155)
#B69CA4
(182,156,164)
#BDA7AD
(189,167,173)
#C4B2B6
(196,178,182)
#CBBDBF
(203,189,191)
#D2C8C8
(210,200,200)
#D9D3D1
(217,211,209)
#E0DEDA
(224,222,218)
#E7E9E3
(231,233,227)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88692 color. Also use rgb(168,134,146) instead hex code.

Text Font Color

.myTextColor { color: #A88692; }

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

This text font color is #A88692.

Background Color

.myBgColor { background-color: #A88692; }

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

This div background color is #A88692.

Border color

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

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

This div border color is #A88692.

Opacity

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

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

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

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

This text has shadow with #A88692 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88692.

Preview

Color preview on black background

This text has color #A88692 on black background.


Color preview on white background

This text has color #A88692 on white background.


Black color preview on #A88692 background

This text has black color on #A88692 background.


White color preview on #A88692 background

This text has white color on #A88692 background.


Related colors

Complementary color

Complementary color for #hex is #57796D.


I love getcolorcode.com

Triadic colors

1 #92A886 and #8692A8 with #A88692 are triadic colors.

2 #9286A8 and #86A892 with #A88692 are triadic colors.