COLOR #A08A98

HEX: #A08A98 RGB: (160,138,152)

Color info

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

RGB color model

#A08A98 color RGB value is (160,138,152).

RGB: (160,138,152) (63%, 54%, 60%)

RGB channels and saturation

R 160 of 255 = 63%
G 138 of 255 = 54%
B 152 of 255 = 60%

160
138
152

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

Portions of RGB colors in percentages

R + G + B = 160 + 138 + 152 = 450 (100%)
R 160 of 450 ~ 35.56%
G 138 of 450 ~ 30.67%
B 152 of 450 ~ 33.78'%

%35.56
%30.67
%33.78

CMYK color model

#A08A98 color CMYK value is (0,14,5,37).

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

CMYK: (0,14,5,37)
C0M14Y5K37 (0%, 14%, 5%, 37%)
(0.00 / 0.14 / 0.05 / 0.37)

CMYK percentages

%0
%13.75
%5
%37.25

Codes

Color #A08A98 in popluar color models

A0 8A 98
RGB 160 138 152
HSL 322° 10.38% 58.43%
HSB/HSV 322° 13.75% 62.75%
CMYK 0.00% 13.75% 5.00%
37.25%

Color #A08A98 in popluar number systems.

HEX A0 8A 98
Decimal 160 138 152
Binary 10100000 10001010 10011000
Octal 240 212 230

Shades and tints

Shades of #A08A98

#A08A98
(160,138,152)
#927E8B
(146,126,139)
#84727E
(132,114,126)
#766671
(118,102,113)
#685A64
(104,90,100)
#5A4E57
(90,78,87)
#4C424A
(76,66,74)
#3E363D
(62,54,61)
#302A30
(48,42,48)
#221E23
(34,30,35)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #A08A98

#A08A98
(160,138,152)
#A894A1
(168,148,161)
#B09EAA
(176,158,170)
#B8A8B3
(184,168,179)
#C0B2BC
(192,178,188)
#C8BCC5
(200,188,197)
#D0C6CE
(208,198,206)
#D8D0D7
(216,208,215)
#E0DAE0
(224,218,224)
#E8E4E9
(232,228,233)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08A98; }

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

This text font color is #A08A98.

Background Color

.myBgColor { background-color: #A08A98; }

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

This div background color is #A08A98.

Border color

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

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

This div border color is #A08A98.

Opacity

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

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

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

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

This text has shadow with #A08A98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08A98.

Preview

Color preview on black background

This text has color #A08A98 on black background.


Color preview on white background

This text has color #A08A98 on white background.


Black color preview on #A08A98 background

This text has black color on #A08A98 background.


White color preview on #A08A98 background

This text has white color on #A08A98 background.


Related colors

Complementary color

Complementary color for #hex is #5F7567.


I love getcolorcode.com

Triadic colors

1 #98A08A and #8A98A0 with #A08A98 are triadic colors.

2 #988AA0 and #8AA098 with #A08A98 are triadic colors.