COLOR #A89293

HEX: #A89293 RGB: (168,146,147)

Color info

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

RGB color model

#A89293 color RGB value is (168,146,147).

RGB: (168,146,147) (66%, 57%, 58%)

RGB channels and saturation

R 168 of 255 = 66%
G 146 of 255 = 57%
B 147 of 255 = 58%

168
146
147

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

Portions of RGB colors in percentages

R + G + B = 168 + 146 + 147 = 461 (100%)
R 168 of 461 ~ 36.44%
G 146 of 461 ~ 31.67%
B 147 of 461 ~ 31.89'%

%36.44
%31.67
%31.89

CMYK color model

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

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

CMYK: (0,13,13,34)
C0M13Y13K34 (0%, 13%, 13%, 34%)
(0.00 / 0.13 / 0.13 / 0.34)

CMYK percentages

%0
%13.1
%12.5
%34.12

Codes

Color #A89293 in popluar color models

A8 92 93
RGB 168 146 147
HSL 357° 11.22% 61.57%
HSB/HSV 357° 13.10% 65.88%
CMYK 0.00% 13.10% 12.50%
34.12%

Color #A89293 in popluar number systems.

HEX A8 92 93
Decimal 168 146 147
Binary 10101000 10010010 10010011
Octal 250 222 223

Shades and tints

Shades of #A89293

#A89293
(168,146,147)
#998586
(153,133,134)
#8A7879
(138,120,121)
#7B6B6C
(123,107,108)
#6C5E5F
(108,94,95)
#5D5152
(93,81,82)
#4E4445
(78,68,69)
#3F3738
(63,55,56)
#302A2B
(48,42,43)
#211D1E
(33,29,30)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #A89293

#A89293
(168,146,147)
#AF9B9C
(175,155,156)
#B6A4A5
(182,164,165)
#BDADAE
(189,173,174)
#C4B6B7
(196,182,183)
#CBBFC0
(203,191,192)
#D2C8C9
(210,200,201)
#D9D1D2
(217,209,210)
#E0DADB
(224,218,219)
#E7E3E4
(231,227,228)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89293; }

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

This text font color is #A89293.

Background Color

.myBgColor { background-color: #A89293; }

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

This div background color is #A89293.

Border color

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

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

This div border color is #A89293.

Opacity

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

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

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

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

This text has shadow with #A89293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89293.

Preview

Color preview on black background

This text has color #A89293 on black background.


Color preview on white background

This text has color #A89293 on white background.


Black color preview on #A89293 background

This text has black color on #A89293 background.


White color preview on #A89293 background

This text has white color on #A89293 background.


Related colors

Complementary color

Complementary color for #hex is #576D6C.


I love getcolorcode.com

Triadic colors

1 #93A892 and #9293A8 with #A89293 are triadic colors.

2 #9392A8 and #92A893 with #A89293 are triadic colors.