COLOR #A5819A

HEX: #A5819A RGB: (165,129,154)

Color info

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

RGB color model

#A5819A color RGB value is (165,129,154).

RGB: (165,129,154) (65%, 51%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 129 of 255 = 51%
B 154 of 255 = 60%

165
129
154

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

Portions of RGB colors in percentages

R + G + B = 165 + 129 + 154 = 448 (100%)
R 165 of 448 ~ 36.83%
G 129 of 448 ~ 28.79%
B 154 of 448 ~ 34.38'%

%36.83
%28.79
%34.38

CMYK color model

#A5819A color CMYK value is (0,22,7,35).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 6.67%
  • key color value is 35.29%

CMYK: (0,22,7,35)
C0M22Y7K35 (0%, 22%, 7%, 35%)
(0.00 / 0.22 / 0.07 / 0.35)

CMYK percentages

%0
%21.82
%6.67
%35.29

Codes

Color #A5819A in popluar color models

A5 81 9A
RGB 165 129 154
HSL 318° 16.67% 57.65%
HSB/HSV 318° 21.82% 64.71%
CMYK 0.00% 21.82% 6.67%
35.29%

Color #A5819A in popluar number systems.

HEX A5 81 9A
Decimal 165 129 154
Binary 10100101 10000001 10011010
Octal 245 201 232

Shades and tints

Shades of #A5819A

#A5819A
(165,129,154)
#96768C
(150,118,140)
#876B7E
(135,107,126)
#786070
(120,96,112)
#695562
(105,85,98)
#5A4A54
(90,74,84)
#4B3F46
(75,63,70)
#3C3438
(60,52,56)
#2D292A
(45,41,42)
#1E1E1C
(30,30,28)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #A5819A

#A5819A
(165,129,154)
#AD8CA3
(173,140,163)
#B597AC
(181,151,172)
#BDA2B5
(189,162,181)
#C5ADBE
(197,173,190)
#CDB8C7
(205,184,199)
#D5C3D0
(213,195,208)
#DDCED9
(221,206,217)
#E5D9E2
(229,217,226)
#EDE4EB
(237,228,235)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5819A; }

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

This text font color is #A5819A.

Background Color

.myBgColor { background-color: #A5819A; }

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

This div background color is #A5819A.

Border color

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

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

This div border color is #A5819A.

Opacity

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

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

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

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

This text has shadow with #A5819A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5819A.

Preview

Color preview on black background

This text has color #A5819A on black background.


Color preview on white background

This text has color #A5819A on white background.


Black color preview on #A5819A background

This text has black color on #A5819A background.


White color preview on #A5819A background

This text has white color on #A5819A background.


Related colors

Complementary color

Complementary color for #hex is #5A7E65.


I love getcolorcode.com

Triadic colors

1 #9AA581 and #819AA5 with #A5819A are triadic colors.

2 #9A81A5 and #81A59A with #A5819A are triadic colors.