COLOR #A5AC83

HEX: #A5AC83 RGB: (165,172,131)

Color info

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

RGB color model

#A5AC83 color RGB value is (165,172,131).

RGB: (165,172,131) (65%, 67%, 51%)

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 131 of 255 = 51%

165
172
131

R + G + B ~ 61%. #A5AC83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 172 + 131 = 468 (100%)
R 165 of 468 ~ 35.26%
G 172 of 468 ~ 36.75%
B 131 of 468 ~ 27.99'%

%35.26
%36.75
%27.99

CMYK color model

#A5AC83 color CMYK value is (4,0,24,33).

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

CMYK: (4,0,24,33)
C4M0Y24K33 (4%, 0%, 24%, 33%)
(0.04 / 0.00 / 0.24 / 0.33)

CMYK percentages

%4.07
%0
%23.84
%32.55

Codes

Color #A5AC83 in popluar color models

A5 AC 83
RGB 165 172 131
HSL 70° 19.81% 59.41%
HSB/HSV 70° 23.84% 67.45%
CMYK 4.07% 0.00% 23.84%
32.55%

Color #A5AC83 in popluar number systems.

HEX A5 AC 83
Decimal 165 172 131
Binary 10100101 10101100 10000011
Octal 245 254 203

Shades and tints

Shades of #A5AC83

#A5AC83
(165,172,131)
#969D78
(150,157,120)
#878E6D
(135,142,109)
#787F62
(120,127,98)
#697057
(105,112,87)
#5A614C
(90,97,76)
#4B5241
(75,82,65)
#3C4336
(60,67,54)
#2D342B
(45,52,43)
#1E2520
(30,37,32)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #A5AC83

#A5AC83
(165,172,131)
#ADB38E
(173,179,142)
#B5BA99
(181,186,153)
#BDC1A4
(189,193,164)
#C5C8AF
(197,200,175)
#CDCFBA
(205,207,186)
#D5D6C5
(213,214,197)
#DDDDD0
(221,221,208)
#E5E4DB
(229,228,219)
#EDEBE6
(237,235,230)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AC83; }

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

This text font color is #A5AC83.

Background Color

.myBgColor { background-color: #A5AC83; }

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

This div background color is #A5AC83.

Border color

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

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

This div border color is #A5AC83.

Opacity

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

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

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

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

This text has shadow with #A5AC83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AC83.

Preview

Color preview on black background

This text has color #A5AC83 on black background.


Color preview on white background

This text has color #A5AC83 on white background.


Black color preview on #A5AC83 background

This text has black color on #A5AC83 background.


White color preview on #A5AC83 background

This text has white color on #A5AC83 background.


Related colors

Complementary color

Complementary color for #hex is #5A537C.


I love getcolorcode.com

Triadic colors

1 #83A5AC and #AC83A5 with #A5AC83 are triadic colors.

2 #83ACA5 and #ACA583 with #A5AC83 are triadic colors.