COLOR #A5968E

HEX: #A5968E RGB: (165,150,142)

Color info

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

RGB color model

#A5968E color RGB value is (165,150,142).

RGB: (165,150,142) (65%, 59%, 56%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 142 of 255 = 56%

165
150
142

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

Portions of RGB colors in percentages

R + G + B = 165 + 150 + 142 = 457 (100%)
R 165 of 457 ~ 36.11%
G 150 of 457 ~ 32.82%
B 142 of 457 ~ 31.07'%

%36.11
%32.82
%31.07

CMYK color model

#A5968E color CMYK value is (0,9,14,35).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 13.94%
  • key color value is 35.29%

CMYK: (0,9,14,35)
C0M9Y14K35 (0%, 9%, 14%, 35%)
(0.00 / 0.09 / 0.14 / 0.35)

CMYK percentages

%0
%9.09
%13.94
%35.29

Codes

Color #A5968E in popluar color models

A5 96 8E
RGB 165 150 142
HSL 21° 11.33% 60.20%
HSB/HSV 21° 13.94% 64.71%
CMYK 0.00% 9.09% 13.94%
35.29%

Color #A5968E in popluar number systems.

HEX A5 96 8E
Decimal 165 150 142
Binary 10100101 10010110 10001110
Octal 245 226 216

Shades and tints

Shades of #A5968E

#A5968E
(165,150,142)
#968982
(150,137,130)
#877C76
(135,124,118)
#786F6A
(120,111,106)
#69625E
(105,98,94)
#5A5552
(90,85,82)
#4B4846
(75,72,70)
#3C3B3A
(60,59,58)
#2D2E2E
(45,46,46)
#1E2122
(30,33,34)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #A5968E

#A5968E
(165,150,142)
#AD9F98
(173,159,152)
#B5A8A2
(181,168,162)
#BDB1AC
(189,177,172)
#C5BAB6
(197,186,182)
#CDC3C0
(205,195,192)
#D5CCCA
(213,204,202)
#DDD5D4
(221,213,212)
#E5DEDE
(229,222,222)
#EDE7E8
(237,231,232)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5968E color. Also use rgb(165,150,142) instead hex code.

Text Font Color

.myTextColor { color: #A5968E; }

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

This text font color is #A5968E.

Background Color

.myBgColor { background-color: #A5968E; }

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

This div background color is #A5968E.

Border color

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

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

This div border color is #A5968E.

Opacity

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

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

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

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

This text has shadow with #A5968E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5968E.

Preview

Color preview on black background

This text has color #A5968E on black background.


Color preview on white background

This text has color #A5968E on white background.


Black color preview on #A5968E background

This text has black color on #A5968E background.


White color preview on #A5968E background

This text has white color on #A5968E background.


Related colors

Complementary color

Complementary color for #hex is #5A6971.


I love getcolorcode.com

Triadic colors

1 #8EA596 and #968EA5 with #A5968E are triadic colors.

2 #8E96A5 and #96A58E with #A5968E are triadic colors.