COLOR #A4A371

HEX: #A4A371
RGB: (164,163,113)

Renk bilgisi

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

RGB renk modeli

#A4A371 color RGB value is (164,163,113).

  • kırmız ton 164;
  • yeşil ton 163;
  • mavi ton 113.
RGB:
(164,163,113)
(64%,64%,44%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 163 of 255 = 64%
B 113 of 255 = 44%

164
163
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 163 + 113 = 440 (100%)
R 164 of 440 ~ 37.27%
G 163 of 440 ~ 37.05%
B 113 of 440 ~ 25.68%

%37.27
%37.05
%25.68

CMYK RENK MODELİ

#A4A371 rengi CMYK tonu (0,1,31,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.61%
  • sarı tonu 31.10%
  • ana renk tonu 35.69%
CMYK:
(0,1,31,36)
C0M1Y31K36 
(0%,1%,31%,36%)
(0.00/0.01/0.31/0.36)	

CMYK yüzdeleri

%0
%0.61
%31.1
%35.69

Codes

Color #A4A371 in popluar color models

A4A371
RGB164163113
HSL59°21.89%54.31%
HSB/HSV59°31.10%64.31%
CMYK0.00%0.61%31.10%
35.69%

Color #A4A371 in popluar number systems.

HEXA4A371
Decimal164163113
Binary10100100101000111110001
Octal244243161

Shades and tints

Shades of #A4A371

#A4A371
(164,163,113)
#969567
(150,149,103)
#88875D
(136,135,93)
#7A7953
(122,121,83)
#6C6B49
(108,107,73)
#5E5D3F
(94,93,63)
#504F35
(80,79,53)
#42412B
(66,65,43)
#343321
(52,51,33)
#262517
(38,37,23)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #A4A371

#A4A371
(164,163,113)
#ACAB7D
(172,171,125)
#B4B389
(180,179,137)
#BCBB95
(188,187,149)
#C4C3A1
(196,195,161)
#CCCBAD
(204,203,173)
#D4D3B9
(212,211,185)
#DCDBC5
(220,219,197)
#E4E3D1
(228,227,209)
#ECEBDD
(236,235,221)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A371 color. Also use rgb(164,163,113) instead hex code.

Text Font Color

.myTextColor { color: #A4A371; }

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

This text font color is #A4A371.


Background Color

.myBgColor { background-color: #A4A371; }

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

This div background color is #A4A371.


Border color

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

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

This div border color is #A4A371.


Opacity

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

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

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

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

This text has shadow with #A4A371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A371 on black background.


Color preview on white background

This text has color #A4A371 on white background.



Black color preview on #A4A371 background

This text has black color on #A4A371 background.


White color preview on #A4A371 background

This text has white color on #A4A371 background.