COLOR #A3AF95

HEX: #A3AF95 RGB: (163,175,149)

Color info

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

RGB color model

#A3AF95 color RGB value is (163,175,149).

RGB: (163,175,149) (64%, 69%, 58%)

RGB channels and saturation

R 163 of 255 = 64%
G 175 of 255 = 69%
B 149 of 255 = 58%

163
175
149

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

Portions of RGB colors in percentages

R + G + B = 163 + 175 + 149 = 487 (100%)
R 163 of 487 ~ 33.47%
G 175 of 487 ~ 35.93%
B 149 of 487 ~ 30.6'%

%33.47
%35.93
%30.6

CMYK color model

#A3AF95 color CMYK value is (7,0,15,31).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 31.37%
CMYK: (7,0,15,31) C7M0Y15K31 (7%,0%,15%,31%) (0.07/0.00/0.15/0.31) 

CMYK percentages

%6.86
%0
%14.86
%31.37

Codes

Color #A3AF95 in popluar color models

A3 AF 95
RGB 163 175 149
HSL 88° 13.98% 63.53%
HSB/HSV 88° 14.86% 68.63%
CMYK 6.86% 0.00% 14.86%
31.37%

Color #A3AF95 in popluar number systems.

HEX A3 AF 95
Decimal 163 175 149
Binary 10100011 10101111 10010101
Octal 243 257 225

Shades and tints

Shades of #A3AF95

#A3AF95
(163,175,149)
#95A088
(149,160,136)
#87917B
(135,145,123)
#79826E
(121,130,110)
#6B7361
(107,115,97)
#5D6454
(93,100,84)
#4F5547
(79,85,71)
#41463A
(65,70,58)
#33372D
(51,55,45)
#252820
(37,40,32)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #A3AF95

#A3AF95
(163,175,149)
#ABB69E
(171,182,158)
#B3BDA7
(179,189,167)
#BBC4B0
(187,196,176)
#C3CBB9
(195,203,185)
#CBD2C2
(203,210,194)
#D3D9CB
(211,217,203)
#DBE0D4
(219,224,212)
#E3E7DD
(227,231,221)
#EBEEE6
(235,238,230)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AF95 color. Also use rgb(163,175,149) instead hex code.

Text Font Color

.myTextColor { color: #A3AF95; }

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

This text font color is #A3AF95.

Background Color

.myBgColor { background-color: #A3AF95; }

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

This div background color is #A3AF95.

Border color

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

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

This div border color is #A3AF95.

Opacity

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

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

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

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

This text has shadow with #A3AF95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3AF95.

Preview

Color preview on black background

This text has color #A3AF95 on black background.


Color preview on white background

This text has color #A3AF95 on white background.


Black color preview on #A3AF95 background

This text has black color on #A3AF95 background.


White color preview on #A3AF95 background

This text has white color on #A3AF95 background.


Related colors

Complementary color

Complementary color for #hex is #5C506A.


I love getcolorcode.com

Triadic colors

1 #95A3AF and #AF95A3 with #A3AF95 are triadic colors.

2 #95AFA3 and #AFA395 with #A3AF95 are triadic colors.