COLOR #A08888

HEX: #A08888 RGB: (160,136,136)

Color info

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

RGB color model

#A08888 color RGB value is (160,136,136).

RGB: (160,136,136) (63%, 53%, 53%)

RGB channels and saturation

R 160 of 255 = 63%
G 136 of 255 = 53%
B 136 of 255 = 53%

160
136
136

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

Portions of RGB colors in percentages

R + G + B = 160 + 136 + 136 = 432 (100%)
R 160 of 432 ~ 37.04%
G 136 of 432 ~ 31.48%
B 136 of 432 ~ 31.48'%

%37.04
%31.48
%31.48

CMYK color model

#A08888 color CMYK value is (0,15,15,37).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 15.00%
  • key color value is 37.25%
CMYK: (0,15,15,37) C0M15Y15K37 (0%,15%,15%,37%) (0.00/0.15/0.15/0.37) 

CMYK percentages

%0
%15
%15
%37.25

Codes

Color #A08888 in popluar color models

A0 88 88
RGB 160 136 136
HSL 11.21% 58.04%
HSB/HSV 15.00% 62.75%
CMYK 0.00% 15.00% 15.00%
37.25%

Color #A08888 in popluar number systems.

HEX A0 88 88
Decimal 160 136 136
Binary 10100000 10001000 10001000
Octal 240 210 210

Shades and tints

Shades of #A08888

#A08888
(160,136,136)
#927C7C
(146,124,124)
#847070
(132,112,112)
#766464
(118,100,100)
#685858
(104,88,88)
#5A4C4C
(90,76,76)
#4C4040
(76,64,64)
#3E3434
(62,52,52)
#302828
(48,40,40)
#221C1C
(34,28,28)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #A08888

#A08888
(160,136,136)
#A89292
(168,146,146)
#B09C9C
(176,156,156)
#B8A6A6
(184,166,166)
#C0B0B0
(192,176,176)
#C8BABA
(200,186,186)
#D0C4C4
(208,196,196)
#D8CECE
(216,206,206)
#E0D8D8
(224,216,216)
#E8E2E2
(232,226,226)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08888; }

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

This text font color is #A08888.

Background Color

.myBgColor { background-color: #A08888; }

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

This div background color is #A08888.

Border color

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

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

This div border color is #A08888.

Opacity

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

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

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

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

This text has shadow with #A08888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08888.

Preview

Color preview on black background

This text has color #A08888 on black background.


Color preview on white background

This text has color #A08888 on white background.


Black color preview on #A08888 background

This text has black color on #A08888 background.


White color preview on #A08888 background

This text has white color on #A08888 background.


Related colors

Complementary color

Complementary color for #hex is #5F7777.


I love getcolorcode.com