COLOR #A59AAA

HEX: #A59AAA
RGB: (165,154,170)

Color info

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

RGB color model

#A59AAA color RGB value is (165,154,170).

  • red value is 165;
  • green value is 154;
  • blue value is 170.
RGB:
(165,154,170)
(65%,60%,67%)

RGB channels and saturation

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

165
154
170

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

Portions of RGB colors in percentages

R + G + B =
165 + 154 + 170 = 489 (100%)
R 165 of 489 ~ 33.74%
G 154 of 489 ~ 31.49%
B 170 of 489 ~ 34.76%

%33.74
%31.49
%34.76

CMYK color model

#A59AAA color CMYK value is (3,9,0,33).

  • cyan value is 2.94%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(3,9,0,33)
C3M9Y0K33 
(3%,9%,0%,33%)
(0.03/0.09/0.00/0.33)	

CMYK percentages

%2.94
%9.41
%0
%33.33

Codes

Color #A59AAA in popluar color models

A59AAA
RGB165154170
HSL281°8.60%63.53%
HSB/HSV281°9.41%66.67%
CMYK2.94%9.41%0.00%
33.33%

Color #A59AAA in popluar number systems.

HEXA59AAA
Decimal165154170
Binary101001011001101010101010
Octal245232252

Shades and tints

Shades of #A59AAA

#A59AAA
(165,154,170)
#968C9B
(150,140,155)
#877E8C
(135,126,140)
#78707D
(120,112,125)
#69626E
(105,98,110)
#5A545F
(90,84,95)
#4B4650
(75,70,80)
#3C3841
(60,56,65)
#2D2A32
(45,42,50)
#1E1C23
(30,28,35)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #A59AAA

#A59AAA
(165,154,170)
#ADA3B1
(173,163,177)
#B5ACB8
(181,172,184)
#BDB5BF
(189,181,191)
#C5BEC6
(197,190,198)
#CDC7CD
(205,199,205)
#D5D0D4
(213,208,212)
#DDD9DB
(221,217,219)
#E5E2E2
(229,226,226)
#EDEBE9
(237,235,233)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59AAA; }

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

This text font color is #A59AAA.


Background Color

.myBgColor { background-color: #A59AAA; }

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

This div background color is #A59AAA.


Border color

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

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

This div border color is #A59AAA.


Opacity

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

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

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

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

This text has shadow with #A59AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59AAA on black background.


Color preview on white background

This text has color #A59AAA on white background.



Black color preview on #A59AAA background

This text has black color on #A59AAA background.


White color preview on #A59AAA background

This text has white color on #A59AAA background.