COLOR #A56275

HEX: #A56275 RGB: (165,98,117)

Color info

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

RGB color model

#A56275 color RGB value is (165,98,117).

RGB: (165,98,117) (65%, 38%, 46%)

RGB channels and saturation

R 165 of 255 = 65%
G 98 of 255 = 38%
B 117 of 255 = 46%

165
98
117

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

Portions of RGB colors in percentages

R + G + B = 165 + 98 + 117 = 380 (100%)
R 165 of 380 ~ 43.42%
G 98 of 380 ~ 25.79%
B 117 of 380 ~ 30.79'%

%43.42
%25.79
%30.79

CMYK color model

#A56275 color CMYK value is (0,41,29,35).

  • cyan value is 0.00%
  • magenta value is 40.61%
  • yellow value is 29.09%
  • key color value is 35.29%
CMYK: (0,41,29,35) C0M41Y29K35 (0%,41%,29%,35%) (0.00/0.41/0.29/0.35) 

CMYK percentages

%0
%40.61
%29.09
%35.29

Codes

Color #A56275 in popluar color models

A5 62 75
RGB 165 98 117
HSL 343° 27.13% 51.57%
HSB/HSV 343° 40.61% 64.71%
CMYK 0.00% 40.61% 29.09%
35.29%

Color #A56275 in popluar number systems.

HEX A5 62 75
Decimal 165 98 117
Binary 10100101 1100010 1110101
Octal 245 142 165

Shades and tints

Shades of #A56275

#A56275
(165,98,117)
#965A6B
(150,90,107)
#875261
(135,82,97)
#784A57
(120,74,87)
#69424D
(105,66,77)
#5A3A43
(90,58,67)
#4B3239
(75,50,57)
#3C2A2F
(60,42,47)
#2D2225
(45,34,37)
#1E1A1B
(30,26,27)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #A56275

#A56275
(165,98,117)
#AD7081
(173,112,129)
#B57E8D
(181,126,141)
#BD8C99
(189,140,153)
#C59AA5
(197,154,165)
#CDA8B1
(205,168,177)
#D5B6BD
(213,182,189)
#DDC4C9
(221,196,201)
#E5D2D5
(229,210,213)
#EDE0E1
(237,224,225)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56275 color. Also use rgb(165,98,117) instead hex code.

Text Font Color

.myTextColor { color: #A56275; }

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

This text font color is #A56275.

Background Color

.myBgColor { background-color: #A56275; }

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

This div background color is #A56275.

Border color

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

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

This div border color is #A56275.

Opacity

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

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

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

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

This text has shadow with #A56275 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56275.

Preview

Color preview on black background

This text has color #A56275 on black background.


Color preview on white background

This text has color #A56275 on white background.


Black color preview on #A56275 background

This text has black color on #A56275 background.


White color preview on #A56275 background

This text has white color on #A56275 background.


Related colors

Complementary color

Complementary color for #hex is #5A9D8A.


I love getcolorcode.com

Triadic colors

1 #75A562 and #6275A5 with #A56275 are triadic colors.

2 #7562A5 and #62A575 with #A56275 are triadic colors.