COLOR #A7A37D

HEX: #A7A37D
RGB: (167,163,125)

Renk bilgisi

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

RGB renk modeli

#A7A37D color RGB value is (167,163,125).

  • kırmız ton 167;
  • yeşil ton 163;
  • mavi ton 125.
RGB: (167,163,125) (65%,64%,49%)

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 163 of 255 = 64%
B 125 of 255 = 49%

167
163
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 163 + 125 = 455 (100%)
R 167 of 455 ~ 36.7%
G 163 of 455 ~ 35.82%
B 125 of 455 ~ 27.47%

%36.7
%35.82
%27.47

CMYK RENK MODELİ

#A7A37D rengi CMYK tonu (0,2,25,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.40%
  • sarı tonu 25.15%
  • ana renk tonu 34.51%
CMYK: (0,2,25,35) C0M2Y25K35 (0%,2%,25%,35%) (0.00/0.02/0.25/0.35)

CMYK yüzdeleri

%0
%2.4
%25.15
%34.51

Codes

Color #A7A37D in popluar color models

A7A37D
RGB167163125
HSL54°19.27%57.25%
HSB/HSV54°25.15%65.49%
CMYK0.00%2.40%25.15%
34.51%

Color #A7A37D in popluar number systems.

HEXA7A37D
Decimal167163125
Binary10100111101000111111101
Octal247243175

Shades and tints

Shades of #A7A37D

#A7A37D
(167,163,125)
#989572
(152,149,114)
#898767
(137,135,103)
#7A795C
(122,121,92)
#6B6B51
(107,107,81)
#5C5D46
(92,93,70)
#4D4F3B
(77,79,59)
#3E4130
(62,65,48)
#2F3325
(47,51,37)
#20251A
(32,37,26)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #A7A37D

#A7A37D
(167,163,125)
#AFAB88
(175,171,136)
#B7B393
(183,179,147)
#BFBB9E
(191,187,158)
#C7C3A9
(199,195,169)
#CFCBB4
(207,203,180)
#D7D3BF
(215,211,191)
#DFDBCA
(223,219,202)
#E7E3D5
(231,227,213)
#EFEBE0
(239,235,224)
#F7F3EB
(247,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A37D color. Also use rgb(167,163,125) instead hex code.

Text Font Color

.myTextColor { color: #A7A37D; }

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

This text font color is #A7A37D.


Background Color

.myBgColor { background-color: #A7A37D; }

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

This div background color is #A7A37D.


Border color

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

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

This div border color is #A7A37D.


Opacity

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

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

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

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

This text has shadow with #A7A37D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A7A37D on black background.


Color preview on white background

This text has color #A7A37D on white background.



Black color preview on #A7A37D background

This text has black color on #A7A37D background.


White color preview on #A7A37D background

This text has white color on #A7A37D background.