COLOR #A08599

HEX: #A08599
RGB: (160,133,153)

Color info

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

RGB color model

#A08599 color RGB value is (160,133,153).

  • red value is 160;
  • green value is 133;
  • blue value is 153.
RGB:
(160,133,153)
(63%,52%,60%)

RGB channels and saturation

R 160 of 255 = 63%
G 133 of 255 = 52%
B 153 of 255 = 60%

160
133
153

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

Portions of RGB colors in percentages

R + G + B =
160 + 133 + 153 = 446 (100%)
R 160 of 446 ~ 35.87%
G 133 of 446 ~ 29.82%
B 153 of 446 ~ 34.3%

%35.87
%29.82
%34.3

CMYK color model

#A08599 color CMYK value is (0,17,4,37).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 4.38%
  • key color value is 37.25%
CMYK:
(0,17,4,37)
C0M17Y4K37 
(0%,17%,4%,37%)
(0.00/0.17/0.04/0.37)	

CMYK percentages

%0
%16.88
%4.38
%37.25

Codes

Color #A08599 in popluar color models

A08599
RGB160133153
HSL316°12.44%57.45%
HSB/HSV316°16.88%62.75%
CMYK0.00%16.88%4.38%
37.25%

Color #A08599 in popluar number systems.

HEXA08599
Decimal160133153
Binary101000001000010110011001
Octal240205231

Shades and tints

Shades of #A08599

#A08599
(160,133,153)
#92798C
(146,121,140)
#846D7F
(132,109,127)
#766172
(118,97,114)
#685565
(104,85,101)
#5A4958
(90,73,88)
#4C3D4B
(76,61,75)
#3E313E
(62,49,62)
#302531
(48,37,49)
#221924
(34,25,36)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #A08599

#A08599
(160,133,153)
#A890A2
(168,144,162)
#B09BAB
(176,155,171)
#B8A6B4
(184,166,180)
#C0B1BD
(192,177,189)
#C8BCC6
(200,188,198)
#D0C7CF
(208,199,207)
#D8D2D8
(216,210,216)
#E0DDE1
(224,221,225)
#E8E8EA
(232,232,234)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08599; }

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

This text font color is #A08599.


Background Color

.myBgColor { background-color: #A08599; }

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

This div background color is #A08599.


Border color

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

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

This div border color is #A08599.


Opacity

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

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

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

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

This text has shadow with #A08599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08599 on black background.


Color preview on white background

This text has color #A08599 on white background.



Black color preview on #A08599 background

This text has black color on #A08599 background.


White color preview on #A08599 background

This text has white color on #A08599 background.