COLOR #A37558

HEX: #A37558
RGB: (163,117,88)

Color info

#A37558 contains mainly red and green colors. Web safe color of #A37558 is #996666 (or #966).

RGB color model

#A37558 color RGB value is (163,117,88).

  • red value is 163;
  • green value is 117;
  • blue value is 88.
RGB:
(163,117,88)
(64%,46%,35%)

RGB channels and saturation

R 163 of 255 = 64%
G 117 of 255 = 46%
B 88 of 255 = 35%

163
117
88

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

Portions of RGB colors in percentages

R + G + B =
163 + 117 + 88 = 368 (100%)
R 163 of 368 ~ 44.29%
G 117 of 368 ~ 31.79%
B 88 of 368 ~ 23.91%

%44.29
%31.79
%23.91

CMYK color model

#A37558 color CMYK value is (0,28,46,36).

  • cyan value is 0.00%
  • magenta value is 28.22%
  • yellow value is 46.01%
  • key color value is 36.08%
CMYK:
(0,28,46,36)
C0M28Y46K36 
(0%,28%,46%,36%)
(0.00/0.28/0.46/0.36)	

CMYK percentages

%0
%28.22
%46.01
%36.08

Codes

Color #A37558 in popluar color models

A37558
RGB16311788
HSL23°29.88%49.22%
HSB/HSV23°46.01%63.92%
CMYK0.00%28.22%46.01%
36.08%

Color #A37558 in popluar number systems.

HEXA37558
Decimal16311788
Binary1010001111101011011000
Octal243165130

Shades and tints

Shades of #A37558

#A37558
(163,117,88)
#956B50
(149,107,80)
#876148
(135,97,72)
#795740
(121,87,64)
#6B4D38
(107,77,56)
#5D4330
(93,67,48)
#4F3928
(79,57,40)
#412F20
(65,47,32)
#332518
(51,37,24)
#251B10
(37,27,16)
#171108
(23,17,8)
#000000
(0,0,0)

Tints of #A37558

#A37558
(163,117,88)
#AB8167
(171,129,103)
#B38D76
(179,141,118)
#BB9985
(187,153,133)
#C3A594
(195,165,148)
#CBB1A3
(203,177,163)
#D3BDB2
(211,189,178)
#DBC9C1
(219,201,193)
#E3D5D0
(227,213,208)
#EBE1DF
(235,225,223)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37558 color. Also use rgb(163,117,88) instead hex code.

Text Font Color

.myTextColor { color: #A37558; }

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

This text font color is #A37558.


Background Color

.myBgColor { background-color: #A37558; }

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

This div background color is #A37558.


Border color

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

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

This div border color is #A37558.


Opacity

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

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

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

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

This text has shadow with #A37558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37558 on black background.


Color preview on white background

This text has color #A37558 on white background.



Black color preview on #A37558 background

This text has black color on #A37558 background.


White color preview on #A37558 background

This text has white color on #A37558 background.