COLOR #A75A4B

HEX: #A75A4B RGB: (167,90,75)

Color info

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

RGB color model

#A75A4B color RGB value is (167,90,75).

RGB: (167,90,75) (65%, 35%, 29%)

RGB channels and saturation

R 167 of 255 = 65%
G 90 of 255 = 35%
B 75 of 255 = 29%

167
90
75

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

Portions of RGB colors in percentages

R + G + B = 167 + 90 + 75 = 332 (100%)
R 167 of 332 ~ 50.3%
G 90 of 332 ~ 27.11%
B 75 of 332 ~ 22.59'%

%50.3
%27.11
%22.59

CMYK color model

#A75A4B color CMYK value is (0,46,55,35).

  • cyan value is 0.00%
  • magenta value is 46.11%
  • yellow value is 55.09%
  • key color value is 34.51%

CMYK: (0,46,55,35)
C0M46Y55K35 (0%, 46%, 55%, 35%)
(0.00 / 0.46 / 0.55 / 0.35)

CMYK percentages

%0
%46.11
%55.09
%34.51

Codes

Color #A75A4B in popluar color models

A7 5A 4B
RGB 167 90 75
HSL 10° 38.02% 47.45%
HSB/HSV 10° 55.09% 65.49%
CMYK 0.00% 46.11% 55.09%
34.51%

Color #A75A4B in popluar number systems.

HEX A7 5A 4B
Decimal 167 90 75
Binary 10100111 1011010 1001011
Octal 247 132 113

Shades and tints

Shades of #A75A4B

#A75A4B
(167,90,75)
#985245
(152,82,69)
#894A3F
(137,74,63)
#7A4239
(122,66,57)
#6B3A33
(107,58,51)
#5C322D
(92,50,45)
#4D2A27
(77,42,39)
#3E2221
(62,34,33)
#2F1A1B
(47,26,27)
#201215
(32,18,21)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #A75A4B

#A75A4B
(167,90,75)
#AF695B
(175,105,91)
#B7786B
(183,120,107)
#BF877B
(191,135,123)
#C7968B
(199,150,139)
#CFA59B
(207,165,155)
#D7B4AB
(215,180,171)
#DFC3BB
(223,195,187)
#E7D2CB
(231,210,203)
#EFE1DB
(239,225,219)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75A4B color. Also use rgb(167,90,75) instead hex code.

Text Font Color

.myTextColor { color: #A75A4B; }

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

This text font color is #A75A4B.

Background Color

.myBgColor { background-color: #A75A4B; }

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

This div background color is #A75A4B.

Border color

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

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

This div border color is #A75A4B.

Opacity

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

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

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

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

This text has shadow with #A75A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A75A4B.

Preview

Color preview on black background

This text has color #A75A4B on black background.


Color preview on white background

This text has color #A75A4B on white background.


Black color preview on #A75A4B background

This text has black color on #A75A4B background.


White color preview on #A75A4B background

This text has white color on #A75A4B background.


Related colors

Complementary color

Complementary color for #hex is #58A5B4.


I love getcolorcode.com

Triadic colors

1 #4BA75A and #5A4BA7 with #A75A4B are triadic colors.

2 #4B5AA7 and #5AA74B with #A75A4B are triadic colors.