COLOR #A08198

HEX: #A08198 RGB: (160,129,152)

Color info

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

RGB color model

#A08198 color RGB value is (160,129,152).

RGB: (160,129,152) (63%, 51%, 60%)

RGB channels and saturation

R 160 of 255 = 63%
G 129 of 255 = 51%
B 152 of 255 = 60%

160
129
152

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

Portions of RGB colors in percentages

R + G + B = 160 + 129 + 152 = 441 (100%)
R 160 of 441 ~ 36.28%
G 129 of 441 ~ 29.25%
B 152 of 441 ~ 34.47'%

%36.28
%29.25
%34.47

CMYK color model

#A08198 color CMYK value is (0,19,5,37).

  • cyan value is 0.00%
  • magenta value is 19.38%
  • yellow value is 5.00%
  • key color value is 37.25%

CMYK: (0,19,5,37)
C0M19Y5K37 (0%, 19%, 5%, 37%)
(0.00 / 0.19 / 0.05 / 0.37)

CMYK percentages

%0
%19.38
%5
%37.25

Codes

Color #A08198 in popluar color models

A0 81 98
RGB 160 129 152
HSL 315° 14.03% 56.67%
HSB/HSV 315° 19.38% 62.75%
CMYK 0.00% 19.38% 5.00%
37.25%

Color #A08198 in popluar number systems.

HEX A0 81 98
Decimal 160 129 152
Binary 10100000 10000001 10011000
Octal 240 201 230

Shades and tints

Shades of #A08198

#A08198
(160,129,152)
#92768B
(146,118,139)
#846B7E
(132,107,126)
#766071
(118,96,113)
#685564
(104,85,100)
#5A4A57
(90,74,87)
#4C3F4A
(76,63,74)
#3E343D
(62,52,61)
#302930
(48,41,48)
#221E23
(34,30,35)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #A08198

#A08198
(160,129,152)
#A88CA1
(168,140,161)
#B097AA
(176,151,170)
#B8A2B3
(184,162,179)
#C0ADBC
(192,173,188)
#C8B8C5
(200,184,197)
#D0C3CE
(208,195,206)
#D8CED7
(216,206,215)
#E0D9E0
(224,217,224)
#E8E4E9
(232,228,233)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08198 color. Also use rgb(160,129,152) instead hex code.

Text Font Color

.myTextColor { color: #A08198; }

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

This text font color is #A08198.

Background Color

.myBgColor { background-color: #A08198; }

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

This div background color is #A08198.

Border color

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

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

This div border color is #A08198.

Opacity

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

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

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

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

This text has shadow with #A08198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08198.

Preview

Color preview on black background

This text has color #A08198 on black background.


Color preview on white background

This text has color #A08198 on white background.


Black color preview on #A08198 background

This text has black color on #A08198 background.


White color preview on #A08198 background

This text has white color on #A08198 background.


Related colors

Complementary color

Complementary color for #hex is #5F7E67.


I love getcolorcode.com

Triadic colors

1 #98A081 and #8198A0 with #A08198 are triadic colors.

2 #9881A0 and #81A098 with #A08198 are triadic colors.