COLOR #A5955A

HEX: #A5955A
RGB: (165,149,90)

Renk bilgisi

#A5955A contains mainly red and green colors. #A5955A ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#A5955A color RGB value is (165,149,90).

  • kırmız ton 165;
  • yeşil ton 149;
  • mavi ton 90.
RGB:
(165,149,90)
(65%,58%,35%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 149 of 255 = 58%
B 90 of 255 = 35%

165
149
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 149 + 90 = 404 (100%)
R 165 of 404 ~ 40.84%
G 149 of 404 ~ 36.88%
B 90 of 404 ~ 22.28%

%40.84
%36.88
%22.28

CMYK RENK MODELİ

#A5955A rengi CMYK tonu (0,10,45,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.70%
  • sarı tonu 45.45%
  • ana renk tonu 35.29%
CMYK:
(0,10,45,35)
C0M10Y45K35 
(0%,10%,45%,35%)
(0.00/0.10/0.45/0.35)	

CMYK yüzdeleri

%0
%9.7
%45.45
%35.29

Codes

Color #A5955A in popluar color models

A5955A
RGB16514990
HSL47°29.41%50.00%
HSB/HSV47°45.45%64.71%
CMYK0.00%9.70%45.45%
35.29%

Color #A5955A in popluar number systems.

HEXA5955A
Decimal16514990
Binary10100101100101011011010
Octal245225132

Shades and tints

Shades of #A5955A

#A5955A
(165,149,90)
#968852
(150,136,82)
#877B4A
(135,123,74)
#786E42
(120,110,66)
#69613A
(105,97,58)
#5A5432
(90,84,50)
#4B472A
(75,71,42)
#3C3A22
(60,58,34)
#2D2D1A
(45,45,26)
#1E2012
(30,32,18)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #A5955A

#A5955A
(165,149,90)
#AD9E69
(173,158,105)
#B5A778
(181,167,120)
#BDB087
(189,176,135)
#C5B996
(197,185,150)
#CDC2A5
(205,194,165)
#D5CBB4
(213,203,180)
#DDD4C3
(221,212,195)
#E5DDD2
(229,221,210)
#EDE6E1
(237,230,225)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5955A color. Also use rgb(165,149,90) instead hex code.

Text Font Color

.myTextColor { color: #A5955A; }

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

This text font color is #A5955A.


Background Color

.myBgColor { background-color: #A5955A; }

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

This div background color is #A5955A.


Border color

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

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

This div border color is #A5955A.


Opacity

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

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

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

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

This text has shadow with #A5955A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5955A on black background.


Color preview on white background

This text has color #A5955A on white background.



Black color preview on #A5955A background

This text has black color on #A5955A background.


White color preview on #A5955A background

This text has white color on #A5955A background.