COLOR #A5AD92

HEX: #A5AD92
RGB: (165,173,146)

Renk bilgisi

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

RGB renk modeli

#A5AD92 color RGB value is (165,173,146).

  • kırmız ton 165;
  • yeşil ton 173;
  • mavi ton 146.
RGB:
(165,173,146)
(65%,68%,57%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 173 of 255 = 68%
B 146 of 255 = 57%

165
173
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 173 + 146 = 484 (100%)
R 165 of 484 ~ 34.09%
G 173 of 484 ~ 35.74%
B 146 of 484 ~ 30.17%

%34.09
%35.74
%30.17

CMYK RENK MODELİ

#A5AD92 rengi CMYK tonu (5,0,16,32).

  • camgöbeği tonu 4.62%
  • eflatun tonu 0.00%
  • sarı tonu 15.61%
  • ana renk tonu 32.16%
CMYK:
(5,0,16,32)
C5M0Y16K32 
(5%,0%,16%,32%)
(0.05/0.00/0.16/0.32)	

CMYK yüzdeleri

%4.62
%0
%15.61
%32.16

Codes

Color #A5AD92 in popluar color models

A5AD92
RGB165173146
HSL78°14.14%62.55%
HSB/HSV78°15.61%67.84%
CMYK4.62%0.00%15.61%
32.16%

Color #A5AD92 in popluar number systems.

HEXA5AD92
Decimal165173146
Binary101001011010110110010010
Octal245255222

Shades and tints

Shades of #A5AD92

#A5AD92
(165,173,146)
#969E85
(150,158,133)
#878F78
(135,143,120)
#78806B
(120,128,107)
#69715E
(105,113,94)
#5A6251
(90,98,81)
#4B5344
(75,83,68)
#3C4437
(60,68,55)
#2D352A
(45,53,42)
#1E261D
(30,38,29)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #A5AD92

#A5AD92
(165,173,146)
#ADB49B
(173,180,155)
#B5BBA4
(181,187,164)
#BDC2AD
(189,194,173)
#C5C9B6
(197,201,182)
#CDD0BF
(205,208,191)
#D5D7C8
(213,215,200)
#DDDED1
(221,222,209)
#E5E5DA
(229,229,218)
#EDECE3
(237,236,227)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AD92 color. Also use rgb(165,173,146) instead hex code.

Text Font Color

.myTextColor { color: #A5AD92; }

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

This text font color is #A5AD92.


Background Color

.myBgColor { background-color: #A5AD92; }

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

This div background color is #A5AD92.


Border color

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

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

This div border color is #A5AD92.


Opacity

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

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

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

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

This text has shadow with #A5AD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AD92 on black background.


Color preview on white background

This text has color #A5AD92 on white background.



Black color preview on #A5AD92 background

This text has black color on #A5AD92 background.


White color preview on #A5AD92 background

This text has white color on #A5AD92 background.