COLOR #A59888

HEX: #A59888
RGB: (165,152,136)

Renk bilgisi

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

RGB renk modeli

#A59888 color RGB value is (165,152,136).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 152 of 255 = 60%
B 136 of 255 = 53%

165
152
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 152 + 136 = 453 (100%)
R 165 of 453 ~ 36.42%
G 152 of 453 ~ 33.55%
B 136 of 453 ~ 30.02%

%36.42
%33.55
%30.02

CMYK RENK MODELİ

#A59888 rengi CMYK tonu (0,8,18,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.88%
  • sarı tonu 17.58%
  • ana renk tonu 35.29%
CMYK:
(0,8,18,35)
C0M8Y18K35 
(0%,8%,18%,35%)
(0.00/0.08/0.18/0.35)	

CMYK yüzdeleri

%0
%7.88
%17.58
%35.29

Codes

Color #A59888 in popluar color models

A59888
RGB165152136
HSL33°13.88%59.02%
HSB/HSV33°17.58%64.71%
CMYK0.00%7.88%17.58%
35.29%

Color #A59888 in popluar number systems.

HEXA59888
Decimal165152136
Binary101001011001100010001000
Octal245230210

Shades and tints

Shades of #A59888

#A59888
(165,152,136)
#968B7C
(150,139,124)
#877E70
(135,126,112)
#787164
(120,113,100)
#696458
(105,100,88)
#5A574C
(90,87,76)
#4B4A40
(75,74,64)
#3C3D34
(60,61,52)
#2D3028
(45,48,40)
#1E231C
(30,35,28)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #A59888

#A59888
(165,152,136)
#ADA192
(173,161,146)
#B5AA9C
(181,170,156)
#BDB3A6
(189,179,166)
#C5BCB0
(197,188,176)
#CDC5BA
(205,197,186)
#D5CEC4
(213,206,196)
#DDD7CE
(221,215,206)
#E5E0D8
(229,224,216)
#EDE9E2
(237,233,226)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59888; }

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

This text font color is #A59888.


Background Color

.myBgColor { background-color: #A59888; }

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

This div background color is #A59888.


Border color

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

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

This div border color is #A59888.


Opacity

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

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

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

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

This text has shadow with #A59888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59888 on black background.


Color preview on white background

This text has color #A59888 on white background.



Black color preview on #A59888 background

This text has black color on #A59888 background.


White color preview on #A59888 background

This text has white color on #A59888 background.