COLOR #A599AA

HEX: #A599AA RGB: (165,153,170)

Color info

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

RGB color model

#A599AA color RGB value is (165,153,170).

RGB: (165,153,170) (65%, 60%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 153 of 255 = 60%
B 170 of 255 = 67%

165
153
170

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

Portions of RGB colors in percentages

R + G + B = 165 + 153 + 170 = 488 (100%)
R 165 of 488 ~ 33.81%
G 153 of 488 ~ 31.35%
B 170 of 488 ~ 34.84'%

%33.81
%31.35
%34.84

CMYK color model

#A599AA color CMYK value is (3,10,0,33).

  • cyan value is 2.94%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (3,10,0,33)
C3M10Y0K33 (3%, 10%, 0%, 33%)
(0.03 / 0.10 / 0.00 / 0.33)

CMYK percentages

%2.94
%10
%0
%33.33

Codes

Color #A599AA in popluar color models

A5 99 AA
RGB 165 153 170
HSL 282° 9.09% 63.33%
HSB/HSV 282° 10.00% 66.67%
CMYK 2.94% 10.00% 0.00%
33.33%

Color #A599AA in popluar number systems.

HEX A5 99 AA
Decimal 165 153 170
Binary 10100101 10011001 10101010
Octal 245 231 252

Shades and tints

Shades of #A599AA

#A599AA
(165,153,170)
#968C9B
(150,140,155)
#877F8C
(135,127,140)
#78727D
(120,114,125)
#69656E
(105,101,110)
#5A585F
(90,88,95)
#4B4B50
(75,75,80)
#3C3E41
(60,62,65)
#2D3132
(45,49,50)
#1E2423
(30,36,35)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #A599AA

#A599AA
(165,153,170)
#ADA2B1
(173,162,177)
#B5ABB8
(181,171,184)
#BDB4BF
(189,180,191)
#C5BDC6
(197,189,198)
#CDC6CD
(205,198,205)
#D5CFD4
(213,207,212)
#DDD8DB
(221,216,219)
#E5E1E2
(229,225,226)
#EDEAE9
(237,234,233)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A599AA; }

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

This text font color is #A599AA.

Background Color

.myBgColor { background-color: #A599AA; }

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

This div background color is #A599AA.

Border color

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

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

This div border color is #A599AA.

Opacity

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

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

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

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

This text has shadow with #A599AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A599AA.

Preview

Color preview on black background

This text has color #A599AA on black background.


Color preview on white background

This text has color #A599AA on white background.


Black color preview on #A599AA background

This text has black color on #A599AA background.


White color preview on #A599AA background

This text has white color on #A599AA background.


Related colors

Complementary color

Complementary color for #hex is #5A6655.


I love getcolorcode.com

Triadic colors

1 #AAA599 and #99AAA5 with #A599AA are triadic colors.

2 #AA99A5 and #99A5AA with #A599AA are triadic colors.