COLOR #A5888F

HEX: #A5888F
RGB: (165,136,143)

Renk bilgisi

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

RGB renk modeli

#A5888F color RGB value is (165,136,143).

  • kırmız ton 165;
  • yeşil ton 136;
  • mavi ton 143.
RGB:
(165,136,143)
(65%,53%,56%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 136 of 255 = 53%
B 143 of 255 = 56%

165
136
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 136 + 143 = 444 (100%)
R 165 of 444 ~ 37.16%
G 136 of 444 ~ 30.63%
B 143 of 444 ~ 32.21%

%37.16
%30.63
%32.21

CMYK RENK MODELİ

#A5888F rengi CMYK tonu (0,18,13,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.58%
  • sarı tonu 13.33%
  • ana renk tonu 35.29%
CMYK:
(0,18,13,35)
C0M18Y13K35 
(0%,18%,13%,35%)
(0.00/0.18/0.13/0.35)	

CMYK yüzdeleri

%0
%17.58
%13.33
%35.29

Codes

Color #A5888F in popluar color models

A5888F
RGB165136143
HSL346°13.88%59.02%
HSB/HSV346°17.58%64.71%
CMYK0.00%17.58%13.33%
35.29%

Color #A5888F in popluar number systems.

HEXA5888F
Decimal165136143
Binary101001011000100010001111
Octal245210217

Shades and tints

Shades of #A5888F

#A5888F
(165,136,143)
#967C82
(150,124,130)
#877075
(135,112,117)
#786468
(120,100,104)
#69585B
(105,88,91)
#5A4C4E
(90,76,78)
#4B4041
(75,64,65)
#3C3434
(60,52,52)
#2D2827
(45,40,39)
#1E1C1A
(30,28,26)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #A5888F

#A5888F
(165,136,143)
#AD9299
(173,146,153)
#B59CA3
(181,156,163)
#BDA6AD
(189,166,173)
#C5B0B7
(197,176,183)
#CDBAC1
(205,186,193)
#D5C4CB
(213,196,203)
#DDCED5
(221,206,213)
#E5D8DF
(229,216,223)
#EDE2E9
(237,226,233)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5888F color. Also use rgb(165,136,143) instead hex code.

Text Font Color

.myTextColor { color: #A5888F; }

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

This text font color is #A5888F.


Background Color

.myBgColor { background-color: #A5888F; }

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

This div background color is #A5888F.


Border color

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

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

This div border color is #A5888F.


Opacity

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

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

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

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

This text has shadow with #A5888F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5888F on black background.


Color preview on white background

This text has color #A5888F on white background.



Black color preview on #A5888F background

This text has black color on #A5888F background.


White color preview on #A5888F background

This text has white color on #A5888F background.