COLOR #AA998A

HEX: #AA998A
RGB: (170,153,138)

Renk bilgisi

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

RGB renk modeli

#AA998A color RGB value is (170,153,138).

  • kırmız ton 170;
  • yeşil ton 153;
  • mavi ton 138.
RGB:
(170,153,138)
(67%,60%,54%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 153 of 255 = 60%
B 138 of 255 = 54%

170
153
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 153 + 138 = 461 (100%)
R 170 of 461 ~ 36.88%
G 153 of 461 ~ 33.19%
B 138 of 461 ~ 29.93%

%36.88
%33.19
%29.93

CMYK RENK MODELİ

#AA998A rengi CMYK tonu (0,10,19,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.00%
  • sarı tonu 18.82%
  • ana renk tonu 33.33%
CMYK:
(0,10,19,33)
C0M10Y19K33 
(0%,10%,19%,33%)
(0.00/0.10/0.19/0.33)	

CMYK yüzdeleri

%0
%10
%18.82
%33.33

Codes

Color #AA998A in popluar color models

AA998A
RGB170153138
HSL28°15.84%60.39%
HSB/HSV28°18.82%66.67%
CMYK0.00%10.00%18.82%
33.33%

Color #AA998A in popluar number systems.

HEXAA998A
Decimal170153138
Binary101010101001100110001010
Octal252231212

Shades and tints

Shades of #AA998A

#AA998A
(170,153,138)
#9B8C7E
(155,140,126)
#8C7F72
(140,127,114)
#7D7266
(125,114,102)
#6E655A
(110,101,90)
#5F584E
(95,88,78)
#504B42
(80,75,66)
#413E36
(65,62,54)
#32312A
(50,49,42)
#23241E
(35,36,30)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #AA998A

#AA998A
(170,153,138)
#B1A294
(177,162,148)
#B8AB9E
(184,171,158)
#BFB4A8
(191,180,168)
#C6BDB2
(198,189,178)
#CDC6BC
(205,198,188)
#D4CFC6
(212,207,198)
#DBD8D0
(219,216,208)
#E2E1DA
(226,225,218)
#E9EAE4
(233,234,228)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA998A color. Also use rgb(170,153,138) instead hex code.

Text Font Color

.myTextColor { color: #AA998A; }

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

This text font color is #AA998A.


Background Color

.myBgColor { background-color: #AA998A; }

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

This div background color is #AA998A.


Border color

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

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

This div border color is #AA998A.


Opacity

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

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

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

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

This text has shadow with #AA998A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA998A on black background.


Color preview on white background

This text has color #AA998A on white background.



Black color preview on #AA998A background

This text has black color on #AA998A background.


White color preview on #AA998A background

This text has white color on #AA998A background.