COLOR #A89099

HEX: #A89099 RGB: (168,144,153)

Color info

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

RGB color model

#A89099 color RGB value is (168,144,153).

RGB: (168,144,153) (66%, 56%, 60%)

RGB channels and saturation

R 168 of 255 = 66%
G 144 of 255 = 56%
B 153 of 255 = 60%

168
144
153

R + G + B ~ 61%. #A89099 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 144 + 153 = 465 (100%)
R 168 of 465 ~ 36.13%
G 144 of 465 ~ 30.97%
B 153 of 465 ~ 32.9'%

%36.13
%30.97
%32.9

CMYK color model

#A89099 color CMYK value is (0,14,9,34).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 8.93%
  • key color value is 34.12%

CMYK: (0,14,9,34)
C0M14Y9K34 (0%, 14%, 9%, 34%)
(0.00 / 0.14 / 0.09 / 0.34)

CMYK percentages

%0
%14.29
%8.93
%34.12

Codes

Color #A89099 in popluar color models

A8 90 99
RGB 168 144 153
HSL 338° 12.12% 61.18%
HSB/HSV 338° 14.29% 65.88%
CMYK 0.00% 14.29% 8.93%
34.12%

Color #A89099 in popluar number systems.

HEX A8 90 99
Decimal 168 144 153
Binary 10101000 10010000 10011001
Octal 250 220 231

Shades and tints

Shades of #A89099

#A89099
(168,144,153)
#99838C
(153,131,140)
#8A767F
(138,118,127)
#7B6972
(123,105,114)
#6C5C65
(108,92,101)
#5D4F58
(93,79,88)
#4E424B
(78,66,75)
#3F353E
(63,53,62)
#302831
(48,40,49)
#211B24
(33,27,36)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #A89099

#A89099
(168,144,153)
#AF9AA2
(175,154,162)
#B6A4AB
(182,164,171)
#BDAEB4
(189,174,180)
#C4B8BD
(196,184,189)
#CBC2C6
(203,194,198)
#D2CCCF
(210,204,207)
#D9D6D8
(217,214,216)
#E0E0E1
(224,224,225)
#E7EAEA
(231,234,234)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89099 color. Also use rgb(168,144,153) instead hex code.

Text Font Color

.myTextColor { color: #A89099; }

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

This text font color is #A89099.

Background Color

.myBgColor { background-color: #A89099; }

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

This div background color is #A89099.

Border color

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

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

This div border color is #A89099.

Opacity

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

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

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

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

This text has shadow with #A89099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89099.

Preview

Color preview on black background

This text has color #A89099 on black background.


Color preview on white background

This text has color #A89099 on white background.


Black color preview on #A89099 background

This text has black color on #A89099 background.


White color preview on #A89099 background

This text has white color on #A89099 background.


Related colors

Complementary color

Complementary color for #hex is #576F66.


I love getcolorcode.com

Triadic colors

1 #99A890 and #9099A8 with #A89099 are triadic colors.

2 #9990A8 and #90A899 with #A89099 are triadic colors.