COLOR #A5968A

HEX: #A5968A
RGB: (165,150,138)

Color info

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

RGB color model

#A5968A color RGB value is (165,150,138).

  • red value is 165;
  • green value is 150;
  • blue value is 138.
RGB:
(165,150,138)
(65%,59%,54%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 138 of 255 = 54%

165
150
138

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

Portions of RGB colors in percentages

R + G + B =
165 + 150 + 138 = 453 (100%)
R 165 of 453 ~ 36.42%
G 150 of 453 ~ 33.11%
B 138 of 453 ~ 30.46%

%36.42
%33.11
%30.46

CMYK color model

#A5968A color CMYK value is (0,9,16,35).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 16.36%
  • key color value is 35.29%
CMYK:
(0,9,16,35)
C0M9Y16K35 
(0%,9%,16%,35%)
(0.00/0.09/0.16/0.35)	

CMYK percentages

%0
%9.09
%16.36
%35.29

Codes

Color #A5968A in popluar color models

A5968A
RGB165150138
HSL27°13.04%59.41%
HSB/HSV27°16.36%64.71%
CMYK0.00%9.09%16.36%
35.29%

Color #A5968A in popluar number systems.

HEXA5968A
Decimal165150138
Binary101001011001011010001010
Octal245226212

Shades and tints

Shades of #A5968A

#A5968A
(165,150,138)
#96897E
(150,137,126)
#877C72
(135,124,114)
#786F66
(120,111,102)
#69625A
(105,98,90)
#5A554E
(90,85,78)
#4B4842
(75,72,66)
#3C3B36
(60,59,54)
#2D2E2A
(45,46,42)
#1E211E
(30,33,30)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #A5968A

#A5968A
(165,150,138)
#AD9F94
(173,159,148)
#B5A89E
(181,168,158)
#BDB1A8
(189,177,168)
#C5BAB2
(197,186,178)
#CDC3BC
(205,195,188)
#D5CCC6
(213,204,198)
#DDD5D0
(221,213,208)
#E5DEDA
(229,222,218)
#EDE7E4
(237,231,228)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5968A; }

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

This text font color is #A5968A.


Background Color

.myBgColor { background-color: #A5968A; }

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

This div background color is #A5968A.


Border color

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

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

This div border color is #A5968A.


Opacity

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

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

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

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

This text has shadow with #A5968A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5968A on black background.


Color preview on white background

This text has color #A5968A on white background.



Black color preview on #A5968A background

This text has black color on #A5968A background.


White color preview on #A5968A background

This text has white color on #A5968A background.