COLOR #A3AF75

HEX: #A3AF75
RGB: (163,175,117)

Color info

#A3AF75 contains red, green and blue colors in about the same proportion. Web safe color of #A3AF75 is #999966 (or #996).

RGB color model

#A3AF75 color RGB value is (163,175,117).

  • red value is 163;
  • green value is 175;
  • blue value is 117.
RGB:
(163,175,117)
(64%,69%,46%)

RGB channels and saturation

R 163 of 255 = 64%
G 175 of 255 = 69%
B 117 of 255 = 46%

163
175
117

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

Portions of RGB colors in percentages

R + G + B =
163 + 175 + 117 = 455 (100%)
R 163 of 455 ~ 35.82%
G 175 of 455 ~ 38.46%
B 117 of 455 ~ 25.71%

%35.82
%38.46
%25.71

CMYK color model

#A3AF75 color CMYK value is (7,0,33,31).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 33.14%
  • key color value is 31.37%
CMYK:
(7,0,33,31)
C7M0Y33K31 
(7%,0%,33%,31%)
(0.07/0.00/0.33/0.31)	

CMYK percentages

%6.86
%0
%33.14
%31.37

Codes

Color #A3AF75 in popluar color models

A3AF75
RGB163175117
HSL72°26.61%57.25%
HSB/HSV72°33.14%68.63%
CMYK6.86%0.00%33.14%
31.37%

Color #A3AF75 in popluar number systems.

HEXA3AF75
Decimal163175117
Binary10100011101011111110101
Octal243257165

Shades and tints

Shades of #A3AF75

#A3AF75
(163,175,117)
#95A06B
(149,160,107)
#879161
(135,145,97)
#798257
(121,130,87)
#6B734D
(107,115,77)
#5D6443
(93,100,67)
#4F5539
(79,85,57)
#41462F
(65,70,47)
#333725
(51,55,37)
#25281B
(37,40,27)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #A3AF75

#A3AF75
(163,175,117)
#ABB681
(171,182,129)
#B3BD8D
(179,189,141)
#BBC499
(187,196,153)
#C3CBA5
(195,203,165)
#CBD2B1
(203,210,177)
#D3D9BD
(211,217,189)
#DBE0C9
(219,224,201)
#E3E7D5
(227,231,213)
#EBEEE1
(235,238,225)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AF75; }

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

This text font color is #A3AF75.


Background Color

.myBgColor { background-color: #A3AF75; }

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

This div background color is #A3AF75.


Border color

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

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

This div border color is #A3AF75.


Opacity

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

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

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

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

This text has shadow with #A3AF75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AF75 on black background.


Color preview on white background

This text has color #A3AF75 on white background.



Black color preview on #A3AF75 background

This text has black color on #A3AF75 background.


White color preview on #A3AF75 background

This text has white color on #A3AF75 background.