COLOR #A08BA9

HEX: #A08BA9 RGB: (160,139,169)

Color info

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

RGB color model

#A08BA9 color RGB value is (160,139,169).

RGB: (160,139,169) (63%, 55%, 66%)

RGB channels and saturation

R 160 of 255 = 63%
G 139 of 255 = 55%
B 169 of 255 = 66%

160
139
169

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

Portions of RGB colors in percentages

R + G + B = 160 + 139 + 169 = 468 (100%)
R 160 of 468 ~ 34.19%
G 139 of 468 ~ 29.7%
B 169 of 468 ~ 36.11'%

%34.19
%29.7
%36.11

CMYK color model

#A08BA9 color CMYK value is (5,18,0,34).

  • cyan value is 5.33%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (5,18,0,34)
C5M18Y0K34 (5%, 18%, 0%, 34%)
(0.05 / 0.18 / 0.00 / 0.34)

CMYK percentages

%5.33
%17.75
%0
%33.73

Codes

Color #A08BA9 in popluar color models

A0 8B A9
RGB 160 139 169
HSL 282° 14.85% 60.39%
HSB/HSV 282° 17.75% 66.27%
CMYK 5.33% 17.75% 0.00%
33.73%

Color #A08BA9 in popluar number systems.

HEX A0 8B A9
Decimal 160 139 169
Binary 10100000 10001011 10101001
Octal 240 213 251

Shades and tints

Shades of #A08BA9

#A08BA9
(160,139,169)
#927F9A
(146,127,154)
#84738B
(132,115,139)
#76677C
(118,103,124)
#685B6D
(104,91,109)
#5A4F5E
(90,79,94)
#4C434F
(76,67,79)
#3E3740
(62,55,64)
#302B31
(48,43,49)
#221F22
(34,31,34)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #A08BA9

#A08BA9
(160,139,169)
#A895B0
(168,149,176)
#B09FB7
(176,159,183)
#B8A9BE
(184,169,190)
#C0B3C5
(192,179,197)
#C8BDCC
(200,189,204)
#D0C7D3
(208,199,211)
#D8D1DA
(216,209,218)
#E0DBE1
(224,219,225)
#E8E5E8
(232,229,232)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08BA9 color. Also use rgb(160,139,169) instead hex code.

Text Font Color

.myTextColor { color: #A08BA9; }

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

This text font color is #A08BA9.

Background Color

.myBgColor { background-color: #A08BA9; }

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

This div background color is #A08BA9.

Border color

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

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

This div border color is #A08BA9.

Opacity

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

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

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

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

This text has shadow with #A08BA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08BA9.

Preview

Color preview on black background

This text has color #A08BA9 on black background.


Color preview on white background

This text has color #A08BA9 on white background.


Black color preview on #A08BA9 background

This text has black color on #A08BA9 background.


White color preview on #A08BA9 background

This text has white color on #A08BA9 background.


Related colors

Complementary color

Complementary color for #hex is #5F7456.


I love getcolorcode.com

Triadic colors

1 #A9A08B and #8BA9A0 with #A08BA9 are triadic colors.

2 #A98BA0 and #8BA0A9 with #A08BA9 are triadic colors.