COLOR #A3A398

HEX: #A3A398
RGB: (163,163,152)

Color info

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

RGB color model

#A3A398 color RGB value is (163,163,152).

  • red value is 163;
  • green value is 163;
  • blue value is 152.
RGB:
(163,163,152)
(64%,64%,60%)

RGB channels and saturation

R 163 of 255 = 64%
G 163 of 255 = 64%
B 152 of 255 = 60%

163
163
152

R + G + B ~ 63%. #A3A398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 163 + 152 = 478 (100%)
R 163 of 478 ~ 34.1%
G 163 of 478 ~ 34.1%
B 152 of 478 ~ 31.8%

%34.1
%34.1
%31.8

CMYK color model

#A3A398 color CMYK value is (0,0,7,36).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 36.08%
CMYK:
(0,0,7,36)
C0M0Y7K36 
(0%,0%,7%,36%)
(0.00/0.00/0.07/0.36)	

CMYK percentages

%0
%0
%6.75
%36.08

Codes

Color #A3A398 in popluar color models

A3A398
RGB163163152
HSL60°5.64%61.76%
HSB/HSV60°6.75%63.92%
CMYK0.00%0.00%6.75%
36.08%

Color #A3A398 in popluar number systems.

HEXA3A398
Decimal163163152
Binary101000111010001110011000
Octal243243230

Shades and tints

Shades of #A3A398

#A3A398
(163,163,152)
#95958B
(149,149,139)
#87877E
(135,135,126)
#797971
(121,121,113)
#6B6B64
(107,107,100)
#5D5D57
(93,93,87)
#4F4F4A
(79,79,74)
#41413D
(65,65,61)
#333330
(51,51,48)
#252523
(37,37,35)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #A3A398

#A3A398
(163,163,152)
#ABABA1
(171,171,161)
#B3B3AA
(179,179,170)
#BBBBB3
(187,187,179)
#C3C3BC
(195,195,188)
#CBCBC5
(203,203,197)
#D3D3CE
(211,211,206)
#DBDBD7
(219,219,215)
#E3E3E0
(227,227,224)
#EBEBE9
(235,235,233)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A398; }

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

This text font color is #A3A398.


Background Color

.myBgColor { background-color: #A3A398; }

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

This div background color is #A3A398.


Border color

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

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

This div border color is #A3A398.


Opacity

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

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

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

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

This text has shadow with #A3A398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A398 on black background.


Color preview on white background

This text has color #A3A398 on white background.



Black color preview on #A3A398 background

This text has black color on #A3A398 background.


White color preview on #A3A398 background

This text has white color on #A3A398 background.