Color Hex Logo

#ac989b Color Hex

#AC989B
(172,152,155)
0 Favorites   0 Comments

Color spaces of #ac989b

RGB 172152155
HSL0.980.110.64
HSV351°12°67°
CMYK 0.000.120.10   0.33
XYZ34.157933.593735.6943
Yxy33.59370.33020.3247
Hunter Lab57.96013.76624.0587
CIE-Lab64.63887.90381.1286

#ac989b color RGB value is (172,152,155).

#ac989b hex color red value is 172, green value is 152 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ac989b hue: 0.98 , saturation: 0.11 and the lightness value of ac989b is 0.64.

The process color (four color CMYK) of #ac989b color hex is 0.00, 0.12, 0.10, 0.33. Web safe color of #ac989b is #999999. Color #ac989b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011000 10011011
Octal 254 230 233
Decimal 172 152 155
Hex AC 98 9B

RGB Percentages of Color #ac989b

%35.91
%31.73
%32.36

CMYK Percentages of Color #ac989b

%0
%12
%10
%33

Triadic Colors of #ac989b

#ac989b #9bac98 #989bac

Analogous Colors of #ac989b

#ac989b #ac9f98 #ac98a5

Monochromatic Colors of #ac989b

#ac989b

Complementary Color

#ac989b #98aca9

#ac989b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac989b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac989b Color CSS Codes

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

#ac989b Text Font Color

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

This sample text font color is #ac989b
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.


#ac989b Background Color

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

This div background color is #ac989b


#ac989b Border Color

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

This div border color is #ac989b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac989b


Comments

No comments written yet.

Please login to write comment.