COLOR #AA699B

HEX: #AA699B
RGB: (170,105,155)

Renk bilgisi

#AA699B contains mainly red and blue colors. #AA699B ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AA699B color RGB value is (170,105,155).

  • kırmız ton 170;
  • yeşil ton 105;
  • mavi ton 155.
RGB:
(170,105,155)
(67%,41%,61%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 105 of 255 = 41%
B 155 of 255 = 61%

170
105
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 105 + 155 = 430 (100%)
R 170 of 430 ~ 39.53%
G 105 of 430 ~ 24.42%
B 155 of 430 ~ 36.05%

%39.53
%24.42
%36.05

CMYK RENK MODELİ

#AA699B rengi CMYK tonu (0,38,9,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.24%
  • sarı tonu 8.82%
  • ana renk tonu 33.33%
CMYK:
(0,38,9,33)
C0M38Y9K33 
(0%,38%,9%,33%)
(0.00/0.38/0.09/0.33)	

CMYK yüzdeleri

%0
%38.24
%8.82
%33.33

Codes

Color #AA699B in popluar color models

AA699B
RGB170105155
HSL314°27.66%53.92%
HSB/HSV314°38.24%66.67%
CMYK0.00%38.24%8.82%
33.33%

Color #AA699B in popluar number systems.

HEXAA699B
Decimal170105155
Binary10101010110100110011011
Octal252151233

Shades and tints

Shades of #AA699B

#AA699B
(170,105,155)
#9B608D
(155,96,141)
#8C577F
(140,87,127)
#7D4E71
(125,78,113)
#6E4563
(110,69,99)
#5F3C55
(95,60,85)
#503347
(80,51,71)
#412A39
(65,42,57)
#32212B
(50,33,43)
#23181D
(35,24,29)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #AA699B

#AA699B
(170,105,155)
#B176A4
(177,118,164)
#B883AD
(184,131,173)
#BF90B6
(191,144,182)
#C69DBF
(198,157,191)
#CDAAC8
(205,170,200)
#D4B7D1
(212,183,209)
#DBC4DA
(219,196,218)
#E2D1E3
(226,209,227)
#E9DEEC
(233,222,236)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA699B color. Also use rgb(170,105,155) instead hex code.

Text Font Color

.myTextColor { color: #AA699B; }

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

This text font color is #AA699B.


Background Color

.myBgColor { background-color: #AA699B; }

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

This div background color is #AA699B.


Border color

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

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

This div border color is #AA699B.


Opacity

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

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

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

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

This text has shadow with #AA699B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA699B on black background.


Color preview on white background

This text has color #AA699B on white background.



Black color preview on #AA699B background

This text has black color on #AA699B background.


White color preview on #AA699B background

This text has white color on #AA699B background.