COLOR #A76D99

HEX: #A76D99
RGB: (167,109,153)

Renk bilgisi

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

RGB renk modeli

#A76D99 color RGB value is (167,109,153).

  • kırmız ton 167;
  • yeşil ton 109;
  • mavi ton 153.
RGB:
(167,109,153)
(65%,43%,60%)

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 109 of 255 = 43%
B 153 of 255 = 60%

167
109
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 109 + 153 = 429 (100%)
R 167 of 429 ~ 38.93%
G 109 of 429 ~ 25.41%
B 153 of 429 ~ 35.66%

%38.93
%25.41
%35.66

CMYK RENK MODELİ

#A76D99 rengi CMYK tonu (0,35,8,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.73%
  • sarı tonu 8.38%
  • ana renk tonu 34.51%
CMYK:
(0,35,8,35)
C0M35Y8K35 
(0%,35%,8%,35%)
(0.00/0.35/0.08/0.35)	

CMYK yüzdeleri

%0
%34.73
%8.38
%34.51

Codes

Color #A76D99 in popluar color models

A76D99
RGB167109153
HSL314°24.79%54.12%
HSB/HSV314°34.73%65.49%
CMYK0.00%34.73%8.38%
34.51%

Color #A76D99 in popluar number systems.

HEXA76D99
Decimal167109153
Binary10100111110110110011001
Octal247155231

Shades and tints

Shades of #A76D99

#A76D99
(167,109,153)
#98648C
(152,100,140)
#895B7F
(137,91,127)
#7A5272
(122,82,114)
#6B4965
(107,73,101)
#5C4058
(92,64,88)
#4D374B
(77,55,75)
#3E2E3E
(62,46,62)
#2F2531
(47,37,49)
#201C24
(32,28,36)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #A76D99

#A76D99
(167,109,153)
#AF7AA2
(175,122,162)
#B787AB
(183,135,171)
#BF94B4
(191,148,180)
#C7A1BD
(199,161,189)
#CFAEC6
(207,174,198)
#D7BBCF
(215,187,207)
#DFC8D8
(223,200,216)
#E7D5E1
(231,213,225)
#EFE2EA
(239,226,234)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76D99 color. Also use rgb(167,109,153) instead hex code.

Text Font Color

.myTextColor { color: #A76D99; }

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

This text font color is #A76D99.


Background Color

.myBgColor { background-color: #A76D99; }

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

This div background color is #A76D99.


Border color

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

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

This div border color is #A76D99.


Opacity

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

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

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

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

This text has shadow with #A76D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76D99 on black background.


Color preview on white background

This text has color #A76D99 on white background.



Black color preview on #A76D99 background

This text has black color on #A76D99 background.


White color preview on #A76D99 background

This text has white color on #A76D99 background.