COLOR #ACB575

HEX: #ACB575 RGB: (172,181,117)

Color info

#ACB575 contains mainly red and green colors. Web safe color of #ACB575 is #99CC66 (or #9C6).

RGB color model

#ACB575 color RGB value is (172,181,117).

RGB: (172,181,117) (67%, 71%, 46%)

RGB channels and saturation

R 172 of 255 = 67%
G 181 of 255 = 71%
B 117 of 255 = 46%

172
181
117

R + G + B ~ 61%. #ACB575 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 181 + 117 = 470 (100%)
R 172 of 470 ~ 36.6%
G 181 of 470 ~ 38.51%
B 117 of 470 ~ 24.89'%

%36.6
%38.51
%24.89

CMYK color model

#ACB575 color CMYK value is (5,0,35,29).

  • cyan value is 4.97%
  • magenta value is 0.00%
  • yellow value is 35.36%
  • key color value is 29.02%

CMYK: (5,0,35,29)
C5M0Y35K29 (5%, 0%, 35%, 29%)
(0.05 / 0.00 / 0.35 / 0.29)

CMYK percentages

%4.97
%0
%35.36
%29.02

Codes

Color #ACB575 in popluar color models

AC B5 75
RGB 172 181 117
HSL 68° 30.19% 58.43%
HSB/HSV 68° 35.36% 70.98%
CMYK 4.97% 0.00% 35.36%
29.02%

Color #ACB575 in popluar number systems.

HEX AC B5 75
Decimal 172 181 117
Binary 10101100 10110101 1110101
Octal 254 265 165

Shades and tints

Shades of #ACB575

#ACB575
(172,181,117)
#9DA56B
(157,165,107)
#8E9561
(142,149,97)
#7F8557
(127,133,87)
#70754D
(112,117,77)
#616543
(97,101,67)
#525539
(82,85,57)
#43452F
(67,69,47)
#343525
(52,53,37)
#25251B
(37,37,27)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #ACB575

#ACB575
(172,181,117)
#B3BB81
(179,187,129)
#BAC18D
(186,193,141)
#C1C799
(193,199,153)
#C8CDA5
(200,205,165)
#CFD3B1
(207,211,177)
#D6D9BD
(214,217,189)
#DDDFC9
(221,223,201)
#E4E5D5
(228,229,213)
#EBEBE1
(235,235,225)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB575 color. Also use rgb(172,181,117) instead hex code.

Text Font Color

.myTextColor { color: #ACB575; }

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

This text font color is #ACB575.

Background Color

.myBgColor { background-color: #ACB575; }

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

This div background color is #ACB575.

Border color

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

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

This div border color is #ACB575.

Opacity

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

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

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

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

This text has shadow with #ACB575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB575.

Preview

Color preview on black background

This text has color #ACB575 on black background.


Color preview on white background

This text has color #ACB575 on white background.


Black color preview on #ACB575 background

This text has black color on #ACB575 background.


White color preview on #ACB575 background

This text has white color on #ACB575 background.


Related colors

Complementary color

Complementary color for #hex is #534A8A.


I love getcolorcode.com

Triadic colors

1 #75ACB5 and #B575AC with #ACB575 are triadic colors.

2 #75B5AC and #B5AC75 with #ACB575 are triadic colors.