COLOR #A3AE75

HEX: #A3AE75
RGB: (163,174,117)

Color info

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

RGB color model

#A3AE75 color RGB value is (163,174,117).

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

RGB channels and saturation

R 163 of 255 = 64%
G 174 of 255 = 68%
B 117 of 255 = 46%

163
174
117

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

Portions of RGB colors in percentages

R + G + B =
163 + 174 + 117 = 454 (100%)
R 163 of 454 ~ 35.9%
G 174 of 454 ~ 38.33%
B 117 of 454 ~ 25.77%

%35.9
%38.33
%25.77

CMYK color model

#A3AE75 color CMYK value is (6,0,33,32).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 32.76%
  • key color value is 31.76%
CMYK:
(6,0,33,32)
C6M0Y33K32 
(6%,0%,33%,32%)
(0.06/0.00/0.33/0.32)	

CMYK percentages

%6.32
%0
%32.76
%31.76

Codes

Color #A3AE75 in popluar color models

A3AE75
RGB163174117
HSL72°26.03%57.06%
HSB/HSV72°32.76%68.24%
CMYK6.32%0.00%32.76%
31.76%

Color #A3AE75 in popluar number systems.

HEXA3AE75
Decimal163174117
Binary10100011101011101110101
Octal243256165

Shades and tints

Shades of #A3AE75

#A3AE75
(163,174,117)
#959F6B
(149,159,107)
#879061
(135,144,97)
#798157
(121,129,87)
#6B724D
(107,114,77)
#5D6343
(93,99,67)
#4F5439
(79,84,57)
#41452F
(65,69,47)
#333625
(51,54,37)
#25271B
(37,39,27)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #A3AE75

#A3AE75
(163,174,117)
#ABB581
(171,181,129)
#B3BC8D
(179,188,141)
#BBC399
(187,195,153)
#C3CAA5
(195,202,165)
#CBD1B1
(203,209,177)
#D3D8BD
(211,216,189)
#DBDFC9
(219,223,201)
#E3E6D5
(227,230,213)
#EBEDE1
(235,237,225)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AE75; }

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

This text font color is #A3AE75.


Background Color

.myBgColor { background-color: #A3AE75; }

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

This div background color is #A3AE75.


Border color

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

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

This div border color is #A3AE75.


Opacity

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

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

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

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

This text has shadow with #A3AE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AE75 on black background.


Color preview on white background

This text has color #A3AE75 on white background.



Black color preview on #A3AE75 background

This text has black color on #A3AE75 background.


White color preview on #A3AE75 background

This text has white color on #A3AE75 background.