COLOR #A5AF7D

HEX: #A5AF7D
RGB: (165,175,125)

Renk bilgisi

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

RGB renk modeli

#A5AF7D color RGB value is (165,175,125).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 175 of 255 = 69%
B 125 of 255 = 49%

165
175
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 175 + 125 = 465 (100%)
R 165 of 465 ~ 35.48%
G 175 of 465 ~ 37.63%
B 125 of 465 ~ 26.88%

%35.48
%37.63
%26.88

CMYK RENK MODELİ

#A5AF7D rengi CMYK tonu (6,0,29,31).

  • camgöbeği tonu 5.71%
  • eflatun tonu 0.00%
  • sarı tonu 28.57%
  • ana renk tonu 31.37%
CMYK:
(6,0,29,31)
C6M0Y29K31 
(6%,0%,29%,31%)
(0.06/0.00/0.29/0.31)	

CMYK yüzdeleri

%5.71
%0
%28.57
%31.37

Codes

Color #A5AF7D in popluar color models

A5AF7D
RGB165175125
HSL72°23.81%58.82%
HSB/HSV72°28.57%68.63%
CMYK5.71%0.00%28.57%
31.37%

Color #A5AF7D in popluar number systems.

HEXA5AF7D
Decimal165175125
Binary10100101101011111111101
Octal245257175

Shades and tints

Shades of #A5AF7D

#A5AF7D
(165,175,125)
#96A072
(150,160,114)
#879167
(135,145,103)
#78825C
(120,130,92)
#697351
(105,115,81)
#5A6446
(90,100,70)
#4B553B
(75,85,59)
#3C4630
(60,70,48)
#2D3725
(45,55,37)
#1E281A
(30,40,26)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #A5AF7D

#A5AF7D
(165,175,125)
#ADB688
(173,182,136)
#B5BD93
(181,189,147)
#BDC49E
(189,196,158)
#C5CBA9
(197,203,169)
#CDD2B4
(205,210,180)
#D5D9BF
(213,217,191)
#DDE0CA
(221,224,202)
#E5E7D5
(229,231,213)
#EDEEE0
(237,238,224)
#F5F5EB
(245,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AF7D; }

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

This text font color is #A5AF7D.


Background Color

.myBgColor { background-color: #A5AF7D; }

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

This div background color is #A5AF7D.


Border color

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

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

This div border color is #A5AF7D.


Opacity

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

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

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

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

This text has shadow with #A5AF7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AF7D on black background.


Color preview on white background

This text has color #A5AF7D on white background.



Black color preview on #A5AF7D background

This text has black color on #A5AF7D background.


White color preview on #A5AF7D background

This text has white color on #A5AF7D background.