COLOR #A5787D

HEX: #A5787D
RGB: (165,120,125)

Renk bilgisi

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

RGB renk modeli

#A5787D color RGB value is (165,120,125).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 120 of 255 = 47%
B 125 of 255 = 49%

165
120
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 120 + 125 = 410 (100%)
R 165 of 410 ~ 40.24%
G 120 of 410 ~ 29.27%
B 125 of 410 ~ 30.49%

%40.24
%29.27
%30.49

CMYK RENK MODELİ

#A5787D rengi CMYK tonu (0,27,24,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.27%
  • sarı tonu 24.24%
  • ana renk tonu 35.29%
CMYK:
(0,27,24,35)
C0M27Y24K35 
(0%,27%,24%,35%)
(0.00/0.27/0.24/0.35)	

CMYK yüzdeleri

%0
%27.27
%24.24
%35.29

Codes

Color #A5787D in popluar color models

A5787D
RGB165120125
HSL353°20.00%55.88%
HSB/HSV353°27.27%64.71%
CMYK0.00%27.27%24.24%
35.29%

Color #A5787D in popluar number systems.

HEXA5787D
Decimal165120125
Binary1010010111110001111101
Octal245170175

Shades and tints

Shades of #A5787D

#A5787D
(165,120,125)
#966E72
(150,110,114)
#876467
(135,100,103)
#785A5C
(120,90,92)
#695051
(105,80,81)
#5A4646
(90,70,70)
#4B3C3B
(75,60,59)
#3C3230
(60,50,48)
#2D2825
(45,40,37)
#1E1E1A
(30,30,26)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #A5787D

#A5787D
(165,120,125)
#AD8488
(173,132,136)
#B59093
(181,144,147)
#BD9C9E
(189,156,158)
#C5A8A9
(197,168,169)
#CDB4B4
(205,180,180)
#D5C0BF
(213,192,191)
#DDCCCA
(221,204,202)
#E5D8D5
(229,216,213)
#EDE4E0
(237,228,224)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5787D; }

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

This text font color is #A5787D.


Background Color

.myBgColor { background-color: #A5787D; }

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

This div background color is #A5787D.


Border color

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

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

This div border color is #A5787D.


Opacity

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

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

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

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

This text has shadow with #A5787D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5787D on black background.


Color preview on white background

This text has color #A5787D on white background.



Black color preview on #A5787D background

This text has black color on #A5787D background.


White color preview on #A5787D background

This text has white color on #A5787D background.