COLOR #AA988C

HEX: #AA988C
RGB: (170,152,140)

Renk bilgisi

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

RGB renk modeli

#AA988C color RGB value is (170,152,140).

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

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 152 of 255 = 60%
B 140 of 255 = 55%

170
152
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 152 + 140 = 462 (100%)
R 170 of 462 ~ 36.8%
G 152 of 462 ~ 32.9%
B 140 of 462 ~ 30.3%

%36.8
%32.9
%30.3

CMYK RENK MODELİ

#AA988C rengi CMYK tonu (0,11,18,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.59%
  • sarı tonu 17.65%
  • ana renk tonu 33.33%
CMYK:
(0,11,18,33)
C0M11Y18K33 
(0%,11%,18%,33%)
(0.00/0.11/0.18/0.33)	

CMYK yüzdeleri

%0
%10.59
%17.65
%33.33

Codes

Color #AA988C in popluar color models

AA988C
RGB170152140
HSL24°15.00%60.78%
HSB/HSV24°17.65%66.67%
CMYK0.00%10.59%17.65%
33.33%

Color #AA988C in popluar number systems.

HEXAA988C
Decimal170152140
Binary101010101001100010001100
Octal252230214

Shades and tints

Shades of #AA988C

#AA988C
(170,152,140)
#9B8B80
(155,139,128)
#8C7E74
(140,126,116)
#7D7168
(125,113,104)
#6E645C
(110,100,92)
#5F5750
(95,87,80)
#504A44
(80,74,68)
#413D38
(65,61,56)
#32302C
(50,48,44)
#232320
(35,35,32)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #AA988C

#AA988C
(170,152,140)
#B1A196
(177,161,150)
#B8AAA0
(184,170,160)
#BFB3AA
(191,179,170)
#C6BCB4
(198,188,180)
#CDC5BE
(205,197,190)
#D4CEC8
(212,206,200)
#DBD7D2
(219,215,210)
#E2E0DC
(226,224,220)
#E9E9E6
(233,233,230)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA988C; }

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

This text font color is #AA988C.


Background Color

.myBgColor { background-color: #AA988C; }

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

This div background color is #AA988C.


Border color

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

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

This div border color is #AA988C.


Opacity

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

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

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

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

This text has shadow with #AA988C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA988C on black background.


Color preview on white background

This text has color #AA988C on white background.



Black color preview on #AA988C background

This text has black color on #AA988C background.


White color preview on #AA988C background

This text has white color on #AA988C background.