COLOR #AA9993

HEX: #AA9993 RGB: (170,153,147)

Renk bilgisi

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

RGB renk modeli

#AA9993 color RGB value is (170,153,147).

RGB: (170,153,147) (67%, 60%, 58%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 153 of 255 = 60%
B 147 of 255 = 58%

170
153
147

R + G + B ~ 62%. #AA9993 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 170 + 153 + 147 = 470 (100%)
R 170 of 470 ~ 36.17%
G 153 of 470 ~ 32.55%
B 147 of 470 ~ 31.28'%

%36.17
%32.55
%31.28

CMYK RENK MODELİ

#AA9993 rengi CMYK tonu (0,10,14,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.00%
  • sarı tonu 13.53%
  • ana renk tonu 33.33%

CMYK: (0,10,14,33)
C0M10Y14K33 (0%, 10%, 14%, 33%)
(0.00 / 0.10 / 0.14 / 0.33)

CMYK yüzdeleri

%0
%10
%13.53
%33.33

Codes

Color #AA9993 in popluar color models

AA 99 93
RGB 170 153 147
HSL 16° 11.92% 62.16%
HSB/HSV 16° 13.53% 66.67%
CMYK 0.00% 10.00% 13.53%
33.33%

Color #AA9993 in popluar number systems.

HEX AA 99 93
Decimal 170 153 147
Binary 10101010 10011001 10010011
Octal 252 231 223

Shades and tints

Shades of #AA9993

#AA9993
(170,153,147)
#9B8C86
(155,140,134)
#8C7F79
(140,127,121)
#7D726C
(125,114,108)
#6E655F
(110,101,95)
#5F5852
(95,88,82)
#504B45
(80,75,69)
#413E38
(65,62,56)
#32312B
(50,49,43)
#23241E
(35,36,30)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #AA9993

#AA9993
(170,153,147)
#B1A29C
(177,162,156)
#B8ABA5
(184,171,165)
#BFB4AE
(191,180,174)
#C6BDB7
(198,189,183)
#CDC6C0
(205,198,192)
#D4CFC9
(212,207,201)
#DBD8D2
(219,216,210)
#E2E1DB
(226,225,219)
#E9EAE4
(233,234,228)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9993; }

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

This text font color is #AA9993.

Background Color

.myBgColor { background-color: #AA9993; }

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

This div background color is #AA9993.

Border color

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

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

This div border color is #AA9993.

Opacity

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

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

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

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

This text has shadow with #AA9993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9993.

Preview

Color preview on black background

This text has color #AA9993 on black background.


Color preview on white background

This text has color #AA9993 on white background.


Black color preview on #AA9993 background

This text has black color on #AA9993 background.


White color preview on #AA9993 background

This text has white color on #AA9993 background.


Related colors

Complementary color

Complementary color for #hex is #55666C.


I love getcolorcode.com

Triadic colors

1 #93AA99 and #9993AA with #AA9993 are triadic colors.

2 #9399AA and #99AA93 with #AA9993 are triadic colors.