COLOR #A599AE

HEX: #A599AE
RGB: (165,153,174)

Color info

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

RGB color model

#A599AE color RGB value is (165,153,174).

  • red value is 165;
  • green value is 153;
  • blue value is 174.
RGB:
(165,153,174)
(65%,60%,68%)

RGB channels and saturation

R 165 of 255 = 65%
G 153 of 255 = 60%
B 174 of 255 = 68%

165
153
174

R + G + B ~ 64%. #A599AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 153 + 174 = 492 (100%)
R 165 of 492 ~ 33.54%
G 153 of 492 ~ 31.1%
B 174 of 492 ~ 35.37%

%33.54
%31.1
%35.37

CMYK color model

#A599AE color CMYK value is (5,12,0,32).

  • cyan value is 5.17%
  • magenta value is 12.07%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(5,12,0,32)
C5M12Y0K32 
(5%,12%,0%,32%)
(0.05/0.12/0.00/0.32)	

CMYK percentages

%5.17
%12.07
%0
%31.76

Codes

Color #A599AE in popluar color models

A599AE
RGB165153174
HSL274°11.48%64.12%
HSB/HSV274°12.07%68.24%
CMYK5.17%12.07%0.00%
31.76%

Color #A599AE in popluar number systems.

HEXA599AE
Decimal165153174
Binary101001011001100110101110
Octal245231256

Shades and tints

Shades of #A599AE

#A599AE
(165,153,174)
#968C9F
(150,140,159)
#877F90
(135,127,144)
#787281
(120,114,129)
#696572
(105,101,114)
#5A5863
(90,88,99)
#4B4B54
(75,75,84)
#3C3E45
(60,62,69)
#2D3136
(45,49,54)
#1E2427
(30,36,39)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #A599AE

#A599AE
(165,153,174)
#ADA2B5
(173,162,181)
#B5ABBC
(181,171,188)
#BDB4C3
(189,180,195)
#C5BDCA
(197,189,202)
#CDC6D1
(205,198,209)
#D5CFD8
(213,207,216)
#DDD8DF
(221,216,223)
#E5E1E6
(229,225,230)
#EDEAED
(237,234,237)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A599AE color. Also use rgb(165,153,174) instead hex code.

Text Font Color

.myTextColor { color: #A599AE; }

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

This text font color is #A599AE.


Background Color

.myBgColor { background-color: #A599AE; }

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

This div background color is #A599AE.


Border color

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

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

This div border color is #A599AE.


Opacity

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

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

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

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

This text has shadow with #A599AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A599AE on black background.


Color preview on white background

This text has color #A599AE on white background.



Black color preview on #A599AE background

This text has black color on #A599AE background.


White color preview on #A599AE background

This text has white color on #A599AE background.