COLOR #A59AAC

HEX: #A59AAC RGB: (165,154,172)

Color info

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

RGB color model

#A59AAC color RGB value is (165,154,172).

RGB: (165,154,172) (65%, 60%, 67%)

RGB channels and saturation

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

165
154
172

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

Portions of RGB colors in percentages

R + G + B = 165 + 154 + 172 = 491 (100%)
R 165 of 491 ~ 33.6%
G 154 of 491 ~ 31.36%
B 172 of 491 ~ 35.03'%

%33.6
%31.36
%35.03

CMYK color model

#A59AAC color CMYK value is (4,10,0,33).

  • cyan value is 4.07%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (4,10,0,33)
C4M10Y0K33 (4%, 10%, 0%, 33%)
(0.04 / 0.10 / 0.00 / 0.33)

CMYK percentages

%4.07
%10.47
%0
%32.55

Codes

Color #A59AAC in popluar color models

A5 9A AC
RGB 165 154 172
HSL 277° 9.78% 63.92%
HSB/HSV 277° 10.47% 67.45%
CMYK 4.07% 10.47% 0.00%
32.55%

Color #A59AAC in popluar number systems.

HEX A5 9A AC
Decimal 165 154 172
Binary 10100101 10011010 10101100
Octal 245 232 254

Shades and tints

Shades of #A59AAC

#A59AAC
(165,154,172)
#968C9D
(150,140,157)
#877E8E
(135,126,142)
#78707F
(120,112,127)
#696270
(105,98,112)
#5A5461
(90,84,97)
#4B4652
(75,70,82)
#3C3843
(60,56,67)
#2D2A34
(45,42,52)
#1E1C25
(30,28,37)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #A59AAC

#A59AAC
(165,154,172)
#ADA3B3
(173,163,179)
#B5ACBA
(181,172,186)
#BDB5C1
(189,181,193)
#C5BEC8
(197,190,200)
#CDC7CF
(205,199,207)
#D5D0D6
(213,208,214)
#DDD9DD
(221,217,221)
#E5E2E4
(229,226,228)
#EDEBEB
(237,235,235)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59AAC; }

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

This text font color is #A59AAC.

Background Color

.myBgColor { background-color: #A59AAC; }

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

This div background color is #A59AAC.

Border color

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

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

This div border color is #A59AAC.

Opacity

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

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

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

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

This text has shadow with #A59AAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59AAC.

Preview

Color preview on black background

This text has color #A59AAC on black background.


Color preview on white background

This text has color #A59AAC on white background.


Black color preview on #A59AAC background

This text has black color on #A59AAC background.


White color preview on #A59AAC background

This text has white color on #A59AAC background.


Related colors

Complementary color

Complementary color for #hex is #5A6553.


I love getcolorcode.com

Triadic colors

1 #ACA59A and #9AACA5 with #A59AAC are triadic colors.

2 #AC9AA5 and #9AA5AC with #A59AAC are triadic colors.