COLOR #A04B6C

HEX: #A04B6C
RGB: (160,75,108)

Color info

#A04B6C contains mainly red and blue colors. Web safe color of #A04B6C is #993366 (or #936).

RGB color model

#A04B6C color RGB value is (160,75,108).

  • red value is 160;
  • green value is 75;
  • blue value is 108.
RGB:
(160,75,108)
(63%,29%,42%)

RGB channels and saturation

R 160 of 255 = 63%
G 75 of 255 = 29%
B 108 of 255 = 42%

160
75
108

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

Portions of RGB colors in percentages

R + G + B =
160 + 75 + 108 = 343 (100%)
R 160 of 343 ~ 46.65%
G 75 of 343 ~ 21.87%
B 108 of 343 ~ 31.49%

%46.65
%21.87
%31.49

CMYK color model

#A04B6C color CMYK value is (0,53,33,37).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 32.50%
  • key color value is 37.25%
CMYK:
(0,53,33,37)
C0M53Y33K37 
(0%,53%,33%,37%)
(0.00/0.53/0.33/0.37)	

CMYK percentages

%0
%53.13
%32.5
%37.25

Codes

Color #A04B6C in popluar color models

A04B6C
RGB16075108
HSL337°36.17%46.08%
HSB/HSV337°53.13%62.75%
CMYK0.00%53.13%32.50%
37.25%

Color #A04B6C in popluar number systems.

HEXA04B6C
Decimal16075108
Binary1010000010010111101100
Octal240113154

Shades and tints

Shades of #A04B6C

#A04B6C
(160,75,108)
#924563
(146,69,99)
#843F5A
(132,63,90)
#763951
(118,57,81)
#683348
(104,51,72)
#5A2D3F
(90,45,63)
#4C2736
(76,39,54)
#3E212D
(62,33,45)
#301B24
(48,27,36)
#22151B
(34,21,27)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #A04B6C

#A04B6C
(160,75,108)
#A85B79
(168,91,121)
#B06B86
(176,107,134)
#B87B93
(184,123,147)
#C08BA0
(192,139,160)
#C89BAD
(200,155,173)
#D0ABBA
(208,171,186)
#D8BBC7
(216,187,199)
#E0CBD4
(224,203,212)
#E8DBE1
(232,219,225)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04B6C color. Also use rgb(160,75,108) instead hex code.

Text Font Color

.myTextColor { color: #A04B6C; }

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

This text font color is #A04B6C.


Background Color

.myBgColor { background-color: #A04B6C; }

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

This div background color is #A04B6C.


Border color

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

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

This div border color is #A04B6C.


Opacity

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

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

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

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

This text has shadow with #A04B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04B6C on black background.


Color preview on white background

This text has color #A04B6C on white background.



Black color preview on #A04B6C background

This text has black color on #A04B6C background.


White color preview on #A04B6C background

This text has white color on #A04B6C background.