COLOR #A5B288

HEX: #A5B288
RGB: (165,178,136)

Renk bilgisi

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

RGB renk modeli

#A5B288 color RGB value is (165,178,136).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 178 of 255 = 70%
B 136 of 255 = 53%

165
178
136

R + G + B ~ 63%. #A5B288 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 178 + 136 = 479 (100%)
R 165 of 479 ~ 34.45%
G 178 of 479 ~ 37.16%
B 136 of 479 ~ 28.39%

%34.45
%37.16
%28.39

CMYK RENK MODELİ

#A5B288 rengi CMYK tonu (7,0,24,30).

  • camgöbeği tonu 7.30%
  • eflatun tonu 0.00%
  • sarı tonu 23.60%
  • ana renk tonu 30.20%
CMYK:
(7,0,24,30)
C7M0Y24K30 
(7%,0%,24%,30%)
(0.07/0.00/0.24/0.30)	

CMYK yüzdeleri

%7.3
%0
%23.6
%30.2

Codes

Color #A5B288 in popluar color models

A5B288
RGB165178136
HSL79°21.43%61.57%
HSB/HSV79°23.60%69.80%
CMYK7.30%0.00%23.60%
30.20%

Color #A5B288 in popluar number systems.

HEXA5B288
Decimal165178136
Binary101001011011001010001000
Octal245262210

Shades and tints

Shades of #A5B288

#A5B288
(165,178,136)
#96A27C
(150,162,124)
#879270
(135,146,112)
#788264
(120,130,100)
#697258
(105,114,88)
#5A624C
(90,98,76)
#4B5240
(75,82,64)
#3C4234
(60,66,52)
#2D3228
(45,50,40)
#1E221C
(30,34,28)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #A5B288

#A5B288
(165,178,136)
#ADB992
(173,185,146)
#B5C09C
(181,192,156)
#BDC7A6
(189,199,166)
#C5CEB0
(197,206,176)
#CDD5BA
(205,213,186)
#D5DCC4
(213,220,196)
#DDE3CE
(221,227,206)
#E5EAD8
(229,234,216)
#EDF1E2
(237,241,226)
#F5F8EC
(245,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B288; }

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

This text font color is #A5B288.


Background Color

.myBgColor { background-color: #A5B288; }

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

This div background color is #A5B288.


Border color

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

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

This div border color is #A5B288.


Opacity

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

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

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

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

This text has shadow with #A5B288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B288 on black background.


Color preview on white background

This text has color #A5B288 on white background.



Black color preview on #A5B288 background

This text has black color on #A5B288 background.


White color preview on #A5B288 background

This text has white color on #A5B288 background.