COLOR #A5B27D

HEX: #A5B27D
RGB: (165,178,125)

Renk bilgisi

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

RGB renk modeli

#A5B27D color RGB value is (165,178,125).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 178 of 255 = 70%
B 125 of 255 = 49%

165
178
125

R + G + B ~ 61%. #A5B27D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 178 + 125 = 468 (100%)
R 165 of 468 ~ 35.26%
G 178 of 468 ~ 38.03%
B 125 of 468 ~ 26.71%

%35.26
%38.03
%26.71

CMYK RENK MODELİ

#A5B27D rengi CMYK tonu (7,0,30,30).

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

CMYK yüzdeleri

%7.3
%0
%29.78
%30.2

Codes

Color #A5B27D in popluar color models

A5B27D
RGB165178125
HSL75°25.60%59.41%
HSB/HSV75°29.78%69.80%
CMYK7.30%0.00%29.78%
30.20%

Color #A5B27D in popluar number systems.

HEXA5B27D
Decimal165178125
Binary10100101101100101111101
Octal245262175

Shades and tints

Shades of #A5B27D

#A5B27D
(165,178,125)
#96A272
(150,162,114)
#879267
(135,146,103)
#78825C
(120,130,92)
#697251
(105,114,81)
#5A6246
(90,98,70)
#4B523B
(75,82,59)
#3C4230
(60,66,48)
#2D3225
(45,50,37)
#1E221A
(30,34,26)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #A5B27D

#A5B27D
(165,178,125)
#ADB988
(173,185,136)
#B5C093
(181,192,147)
#BDC79E
(189,199,158)
#C5CEA9
(197,206,169)
#CDD5B4
(205,213,180)
#D5DCBF
(213,220,191)
#DDE3CA
(221,227,202)
#E5EAD5
(229,234,213)
#EDF1E0
(237,241,224)
#F5F8EB
(245,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B27D; }

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

This text font color is #A5B27D.


Background Color

.myBgColor { background-color: #A5B27D; }

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

This div background color is #A5B27D.


Border color

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

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

This div border color is #A5B27D.


Opacity

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

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

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

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

This text has shadow with #A5B27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B27D on black background.


Color preview on white background

This text has color #A5B27D on white background.



Black color preview on #A5B27D background

This text has black color on #A5B27D background.


White color preview on #A5B27D background

This text has white color on #A5B27D background.