COLOR #A49994

HEX: #A49994
RGB: (164,153,148)

Renk bilgisi

#A49994 contains red, green and blue colors in about the same proportion. #A49994 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#A49994 color RGB value is (164,153,148).

  • kırmız ton 164;
  • yeşil ton 153;
  • mavi ton 148.
RGB:
(164,153,148)
(64%,60%,58%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 153 of 255 = 60%
B 148 of 255 = 58%

164
153
148

R + G + B ~ 61%. #A49994 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 153 + 148 = 465 (100%)
R 164 of 465 ~ 35.27%
G 153 of 465 ~ 32.9%
B 148 of 465 ~ 31.83%

%35.27
%32.9
%31.83

CMYK RENK MODELİ

#A49994 rengi CMYK tonu (0,7,10,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.71%
  • sarı tonu 9.76%
  • ana renk tonu 35.69%
CMYK:
(0,7,10,36)
C0M7Y10K36 
(0%,7%,10%,36%)
(0.00/0.07/0.10/0.36)	

CMYK yüzdeleri

%0
%6.71
%9.76
%35.69

Codes

Color #A49994 in popluar color models

A49994
RGB164153148
HSL19°8.08%61.18%
HSB/HSV19°9.76%64.31%
CMYK0.00%6.71%9.76%
35.69%

Color #A49994 in popluar number systems.

HEXA49994
Decimal164153148
Binary101001001001100110010100
Octal244231224

Shades and tints

Shades of #A49994

#A49994
(164,153,148)
#968C87
(150,140,135)
#887F7A
(136,127,122)
#7A726D
(122,114,109)
#6C6560
(108,101,96)
#5E5853
(94,88,83)
#504B46
(80,75,70)
#423E39
(66,62,57)
#34312C
(52,49,44)
#26241F
(38,36,31)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #A49994

#A49994
(164,153,148)
#ACA29D
(172,162,157)
#B4ABA6
(180,171,166)
#BCB4AF
(188,180,175)
#C4BDB8
(196,189,184)
#CCC6C1
(204,198,193)
#D4CFCA
(212,207,202)
#DCD8D3
(220,216,211)
#E4E1DC
(228,225,220)
#ECEAE5
(236,234,229)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49994 color. Also use rgb(164,153,148) instead hex code.

Text Font Color

.myTextColor { color: #A49994; }

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

This text font color is #A49994.


Background Color

.myBgColor { background-color: #A49994; }

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

This div background color is #A49994.


Border color

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

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

This div border color is #A49994.


Opacity

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

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

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

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

This text has shadow with #A49994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49994 on black background.


Color preview on white background

This text has color #A49994 on white background.



Black color preview on #A49994 background

This text has black color on #A49994 background.


White color preview on #A49994 background

This text has white color on #A49994 background.