Color Hex Logo

#ac958b Color Hex

#AC958B
(172,149,139)
0 Favorites   0 Comments

Color spaces of #ac958b

RGB 172149139
HSL0.050.170.61
HSV18°19°67°
CMYK 0.000.130.19   0.33
XYZ32.420932.129628.9190
Yxy32.12960.34690.3437
Hunter Lab56.68302.90129.4290
CIE-Lab63.44996.89768.4229

#ac958b color RGB value is (172,149,139).

#ac958b hex color red value is 172, green value is 149 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ac958b hue: 0.05 , saturation: 0.17 and the lightness value of ac958b is 0.61.

The process color (four color CMYK) of #ac958b color hex is 0.00, 0.13, 0.19, 0.33. Web safe color of #ac958b is #999999. Color #ac958b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 10001011
Octal 254 225 213
Decimal 172 149 139
Hex AC 95 8B

RGB Percentages of Color #ac958b

%37.39
%32.39
%30.22

CMYK Percentages of Color #ac958b

%0
%13
%19
%33

Triadic Colors of #ac958b

#ac958b #8bac95 #958bac

Analogous Colors of #ac958b

#ac958b #aca68b #ac8b92

Monochromatic Colors of #ac958b

#ac958b

Complementary Color

#ac958b #8ba2ac

#ac958b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac958b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac958b Color CSS Codes

.mybgcolor {background-color:#ac958b; } 
.myforecolor {color:#ac958b; }
.mybordercolor {border:3px solid #ac958b; }

#ac958b Text Font Color

<p style="color:#ac958b">Text here</p>

This sample text font color is #ac958b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ac958b Background Color

<div style="background-color:#ac958b">
Div content here</div>

This div background color is #ac958b


#ac958b Border Color

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

This div border color is #ac958b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,149,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ac958b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ac958b;
  -webkit-box-shadow: 1px 1px 3px 2px #ac958b;
  box-shadow:         1px 1px 3px 2px #ac958b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,149,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ac958b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ac958b;
  -webkit-box-shadow: 1px 1px 3px 2px #ac958b;
  box-shadow:         1px 1px 3px 2px #ac958b;">
Div content here</div>

This div box has shadow with color #ac958b


Comments

No comments written yet.

Please login to write comment.