COLOR #A08788

HEX: #A08788
RGB: (160,135,136)

Color info

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

RGB color model

#A08788 color RGB value is (160,135,136).

  • red value is 160;
  • green value is 135;
  • blue value is 136.
RGB:
(160,135,136)
(63%,53%,53%)

RGB channels and saturation

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

160
135
136

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

Portions of RGB colors in percentages

R + G + B =
160 + 135 + 136 = 431 (100%)
R 160 of 431 ~ 37.12%
G 135 of 431 ~ 31.32%
B 136 of 431 ~ 31.55%

%37.12
%31.32
%31.55

CMYK color model

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

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

CMYK percentages

%0
%15.63
%15
%37.25

Codes

Color #A08788 in popluar color models

A08788
RGB160135136
HSL358°11.63%57.84%
HSB/HSV358°15.63%62.75%
CMYK0.00%15.63%15.00%
37.25%

Color #A08788 in popluar number systems.

HEXA08788
Decimal160135136
Binary101000001000011110001000
Octal240207210

Shades and tints

Shades of #A08788

#A08788
(160,135,136)
#927B7C
(146,123,124)
#846F70
(132,111,112)
#766364
(118,99,100)
#685758
(104,87,88)
#5A4B4C
(90,75,76)
#4C3F40
(76,63,64)
#3E3334
(62,51,52)
#302728
(48,39,40)
#221B1C
(34,27,28)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #A08788

#A08788
(160,135,136)
#A89192
(168,145,146)
#B09B9C
(176,155,156)
#B8A5A6
(184,165,166)
#C0AFB0
(192,175,176)
#C8B9BA
(200,185,186)
#D0C3C4
(208,195,196)
#D8CDCE
(216,205,206)
#E0D7D8
(224,215,216)
#E8E1E2
(232,225,226)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08788; }

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

This text font color is #A08788.


Background Color

.myBgColor { background-color: #A08788; }

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

This div background color is #A08788.


Border color

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

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

This div border color is #A08788.


Opacity

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

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

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

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

This text has shadow with #A08788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08788 on black background.


Color preview on white background

This text has color #A08788 on white background.



Black color preview on #A08788 background

This text has black color on #A08788 background.


White color preview on #A08788 background

This text has white color on #A08788 background.