COLOR #A05848

HEX: #A05848 RGB: (160,88,72)

Color info

#A05848 contains mainly red color. Web safe color of #A05848 is #996633 (or #963).

RGB color model

#A05848 color RGB value is (160,88,72).

RGB: (160,88,72) (63%, 35%, 28%)

RGB channels and saturation

R 160 of 255 = 63%
G 88 of 255 = 35%
B 72 of 255 = 28%

160
88
72

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

Portions of RGB colors in percentages

R + G + B = 160 + 88 + 72 = 320 (100%)
R 160 of 320 ~ 50%
G 88 of 320 ~ 27.5%
B 72 of 320 ~ 22.5'%

%50
%27.5
%22.5

CMYK color model

#A05848 color CMYK value is (0,45,55,37).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 55.00%
  • key color value is 37.25%

CMYK: (0,45,55,37)
C0M45Y55K37 (0%, 45%, 55%, 37%)
(0.00 / 0.45 / 0.55 / 0.37)

CMYK percentages

%0
%45
%55
%37.25

Codes

Color #A05848 in popluar color models

A0 58 48
RGB 160 88 72
HSL 11° 37.93% 45.49%
HSB/HSV 11° 55.00% 62.75%
CMYK 0.00% 45.00% 55.00%
37.25%

Color #A05848 in popluar number systems.

HEX A0 58 48
Decimal 160 88 72
Binary 10100000 1011000 1001000
Octal 240 130 110

Shades and tints

Shades of #A05848

#A05848
(160,88,72)
#925042
(146,80,66)
#84483C
(132,72,60)
#764036
(118,64,54)
#683830
(104,56,48)
#5A302A
(90,48,42)
#4C2824
(76,40,36)
#3E201E
(62,32,30)
#301818
(48,24,24)
#221012
(34,16,18)
#14080C
(20,8,12)
#000000
(0,0,0)

Tints of #A05848

#A05848
(160,88,72)
#A86758
(168,103,88)
#B07668
(176,118,104)
#B88578
(184,133,120)
#C09488
(192,148,136)
#C8A398
(200,163,152)
#D0B2A8
(208,178,168)
#D8C1B8
(216,193,184)
#E0D0C8
(224,208,200)
#E8DFD8
(232,223,216)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05848 color. Also use rgb(160,88,72) instead hex code.

Text Font Color

.myTextColor { color: #A05848; }

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

This text font color is #A05848.

Background Color

.myBgColor { background-color: #A05848; }

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

This div background color is #A05848.

Border color

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

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

This div border color is #A05848.

Opacity

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

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

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

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

This text has shadow with #A05848 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A05848.

Preview

Color preview on black background

This text has color #A05848 on black background.


Color preview on white background

This text has color #A05848 on white background.


Black color preview on #A05848 background

This text has black color on #A05848 background.


White color preview on #A05848 background

This text has white color on #A05848 background.


Related colors

Complementary color

Complementary color for #hex is #5FA7B7.


I love getcolorcode.com

Triadic colors

1 #48A058 and #5848A0 with #A05848 are triadic colors.

2 #4858A0 and #58A048 with #A05848 are triadic colors.