COLOR #A6988C

HEX: #A6988C
RGB: (166,152,140)

Renk bilgisi

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

RGB renk modeli

#A6988C color RGB value is (166,152,140).

  • kırmız ton 166;
  • yeşil ton 152;
  • mavi ton 140.
RGB:
(166,152,140)
(65%,60%,55%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 152 of 255 = 60%
B 140 of 255 = 55%

166
152
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 152 + 140 = 458 (100%)
R 166 of 458 ~ 36.24%
G 152 of 458 ~ 33.19%
B 140 of 458 ~ 30.57%

%36.24
%33.19
%30.57

CMYK RENK MODELİ

#A6988C rengi CMYK tonu (0,8,16,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.43%
  • sarı tonu 15.66%
  • ana renk tonu 34.90%
CMYK:
(0,8,16,35)
C0M8Y16K35 
(0%,8%,16%,35%)
(0.00/0.08/0.16/0.35)	

CMYK yüzdeleri

%0
%8.43
%15.66
%34.9

Codes

Color #A6988C in popluar color models

A6988C
RGB166152140
HSL28°12.75%60.00%
HSB/HSV28°15.66%65.10%
CMYK0.00%8.43%15.66%
34.90%

Color #A6988C in popluar number systems.

HEXA6988C
Decimal166152140
Binary101001101001100010001100
Octal246230214

Shades and tints

Shades of #A6988C

#A6988C
(166,152,140)
#978B80
(151,139,128)
#887E74
(136,126,116)
#797168
(121,113,104)
#6A645C
(106,100,92)
#5B5750
(91,87,80)
#4C4A44
(76,74,68)
#3D3D38
(61,61,56)
#2E302C
(46,48,44)
#1F2320
(31,35,32)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #A6988C

#A6988C
(166,152,140)
#AEA196
(174,161,150)
#B6AAA0
(182,170,160)
#BEB3AA
(190,179,170)
#C6BCB4
(198,188,180)
#CEC5BE
(206,197,190)
#D6CEC8
(214,206,200)
#DED7D2
(222,215,210)
#E6E0DC
(230,224,220)
#EEE9E6
(238,233,230)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6988C; }

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

This text font color is #A6988C.


Background Color

.myBgColor { background-color: #A6988C; }

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

This div background color is #A6988C.


Border color

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

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

This div border color is #A6988C.


Opacity

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

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

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

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

This text has shadow with #A6988C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6988C on black background.


Color preview on white background

This text has color #A6988C on white background.



Black color preview on #A6988C background

This text has black color on #A6988C background.


White color preview on #A6988C background

This text has white color on #A6988C background.