COLOR #A58550

HEX: #A58550
RGB: (165,133,80)

Renk bilgisi

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

RGB renk modeli

#A58550 color RGB value is (165,133,80).

  • kırmız ton 165;
  • yeşil ton 133;
  • mavi ton 80.
RGB:
(165,133,80)
(65%,52%,31%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 133 of 255 = 52%
B 80 of 255 = 31%

165
133
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 133 + 80 = 378 (100%)
R 165 of 378 ~ 43.65%
G 133 of 378 ~ 35.19%
B 80 of 378 ~ 21.16%

%43.65
%35.19
%21.16

CMYK RENK MODELİ

#A58550 rengi CMYK tonu (0,19,52,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.39%
  • sarı tonu 51.52%
  • ana renk tonu 35.29%
CMYK:
(0,19,52,35)
C0M19Y52K35 
(0%,19%,52%,35%)
(0.00/0.19/0.52/0.35)	

CMYK yüzdeleri

%0
%19.39
%51.52
%35.29

Codes

Color #A58550 in popluar color models

A58550
RGB16513380
HSL37°34.69%48.04%
HSB/HSV37°51.52%64.71%
CMYK0.00%19.39%51.52%
35.29%

Color #A58550 in popluar number systems.

HEXA58550
Decimal16513380
Binary10100101100001011010000
Octal245205120

Shades and tints

Shades of #A58550

#A58550
(165,133,80)
#967949
(150,121,73)
#876D42
(135,109,66)
#78613B
(120,97,59)
#695534
(105,85,52)
#5A492D
(90,73,45)
#4B3D26
(75,61,38)
#3C311F
(60,49,31)
#2D2518
(45,37,24)
#1E1911
(30,25,17)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #A58550

#A58550
(165,133,80)
#AD905F
(173,144,95)
#B59B6E
(181,155,110)
#BDA67D
(189,166,125)
#C5B18C
(197,177,140)
#CDBC9B
(205,188,155)
#D5C7AA
(213,199,170)
#DDD2B9
(221,210,185)
#E5DDC8
(229,221,200)
#EDE8D7
(237,232,215)
#F5F3E6
(245,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58550 color. Also use rgb(165,133,80) instead hex code.

Text Font Color

.myTextColor { color: #A58550; }

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

This text font color is #A58550.


Background Color

.myBgColor { background-color: #A58550; }

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

This div background color is #A58550.


Border color

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

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

This div border color is #A58550.


Opacity

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

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

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

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

This text has shadow with #A58550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58550 on black background.


Color preview on white background

This text has color #A58550 on white background.



Black color preview on #A58550 background

This text has black color on #A58550 background.


White color preview on #A58550 background

This text has white color on #A58550 background.