COLOR #A5677D

HEX: #A5677D
RGB: (165,103,125)

Renk bilgisi

#A5677D contains mainly red and blue colors. #A5677D ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#A5677D color RGB value is (165,103,125).

  • kırmız ton 165;
  • yeşil ton 103;
  • mavi ton 125.
RGB:
(165,103,125)
(65%,40%,49%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 103 of 255 = 40%
B 125 of 255 = 49%

165
103
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 103 + 125 = 393 (100%)
R 165 of 393 ~ 41.98%
G 103 of 393 ~ 26.21%
B 125 of 393 ~ 31.81%

%41.98
%26.21
%31.81

CMYK RENK MODELİ

#A5677D rengi CMYK tonu (0,38,24,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.58%
  • sarı tonu 24.24%
  • ana renk tonu 35.29%
CMYK:
(0,38,24,35)
C0M38Y24K35 
(0%,38%,24%,35%)
(0.00/0.38/0.24/0.35)	

CMYK yüzdeleri

%0
%37.58
%24.24
%35.29

Codes

Color #A5677D in popluar color models

A5677D
RGB165103125
HSL339°25.62%52.55%
HSB/HSV339°37.58%64.71%
CMYK0.00%37.58%24.24%
35.29%

Color #A5677D in popluar number systems.

HEXA5677D
Decimal165103125
Binary1010010111001111111101
Octal245147175

Shades and tints

Shades of #A5677D

#A5677D
(165,103,125)
#965E72
(150,94,114)
#875567
(135,85,103)
#784C5C
(120,76,92)
#694351
(105,67,81)
#5A3A46
(90,58,70)
#4B313B
(75,49,59)
#3C2830
(60,40,48)
#2D1F25
(45,31,37)
#1E161A
(30,22,26)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #A5677D

#A5677D
(165,103,125)
#AD7488
(173,116,136)
#B58193
(181,129,147)
#BD8E9E
(189,142,158)
#C59BA9
(197,155,169)
#CDA8B4
(205,168,180)
#D5B5BF
(213,181,191)
#DDC2CA
(221,194,202)
#E5CFD5
(229,207,213)
#EDDCE0
(237,220,224)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5677D color. Also use rgb(165,103,125) instead hex code.

Text Font Color

.myTextColor { color: #A5677D; }

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

This text font color is #A5677D.


Background Color

.myBgColor { background-color: #A5677D; }

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

This div background color is #A5677D.


Border color

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

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

This div border color is #A5677D.


Opacity

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

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

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

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

This text has shadow with #A5677D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5677D on black background.


Color preview on white background

This text has color #A5677D on white background.



Black color preview on #A5677D background

This text has black color on #A5677D background.


White color preview on #A5677D background

This text has white color on #A5677D background.