COLOR #A3A575

HEX: #A3A575 RGB: (163,165,117)

Color info

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

RGB color model

#A3A575 color RGB value is (163,165,117).

RGB: (163,165,117) (64%, 65%, 46%)

RGB channels and saturation

R 163 of 255 = 64%
G 165 of 255 = 65%
B 117 of 255 = 46%

163
165
117

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

Portions of RGB colors in percentages

R + G + B = 163 + 165 + 117 = 445 (100%)
R 163 of 445 ~ 36.63%
G 165 of 445 ~ 37.08%
B 117 of 445 ~ 26.29'%

%36.63
%37.08
%26.29

CMYK color model

#A3A575 color CMYK value is (1,0,29,35).

  • cyan value is 1.21%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 35.29%

CMYK: (1,0,29,35)
C1M0Y29K35 (1%, 0%, 29%, 35%)
(0.01 / 0.00 / 0.29 / 0.35)

CMYK percentages

%1.21
%0
%29.09
%35.29

Codes

Color #A3A575 in popluar color models

A3 A5 75
RGB 163 165 117
HSL 63° 21.05% 55.29%
HSB/HSV 63° 29.09% 64.71%
CMYK 1.21% 0.00% 29.09%
35.29%

Color #A3A575 in popluar number systems.

HEX A3 A5 75
Decimal 163 165 117
Binary 10100011 10100101 1110101
Octal 243 245 165

Shades and tints

Shades of #A3A575

#A3A575
(163,165,117)
#95966B
(149,150,107)
#878761
(135,135,97)
#797857
(121,120,87)
#6B694D
(107,105,77)
#5D5A43
(93,90,67)
#4F4B39
(79,75,57)
#413C2F
(65,60,47)
#332D25
(51,45,37)
#251E1B
(37,30,27)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #A3A575

#A3A575
(163,165,117)
#ABAD81
(171,173,129)
#B3B58D
(179,181,141)
#BBBD99
(187,189,153)
#C3C5A5
(195,197,165)
#CBCDB1
(203,205,177)
#D3D5BD
(211,213,189)
#DBDDC9
(219,221,201)
#E3E5D5
(227,229,213)
#EBEDE1
(235,237,225)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A575; }

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

This text font color is #A3A575.

Background Color

.myBgColor { background-color: #A3A575; }

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

This div background color is #A3A575.

Border color

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

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

This div border color is #A3A575.

Opacity

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

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

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

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

This text has shadow with #A3A575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A575.

Preview

Color preview on black background

This text has color #A3A575 on black background.


Color preview on white background

This text has color #A3A575 on white background.


Black color preview on #A3A575 background

This text has black color on #A3A575 background.


White color preview on #A3A575 background

This text has white color on #A3A575 background.


Related colors

Complementary color

Complementary color for #hex is #5C5A8A.


I love getcolorcode.com

Triadic colors

1 #75A3A5 and #A575A3 with #A3A575 are triadic colors.

2 #75A5A3 and #A5A375 with #A3A575 are triadic colors.