Color Hex Logo

#ac8288 Color Hex

#AC8288
(172,130,136)
0 Favorites   0 Comments

Color spaces of #ac8288

RGB 172130136
HSL0.980.200.59
HSV351°24°67°
CMYK 0.000.240.21   0.33
XYZ29.439826.513526.8585
Yxy26.51350.35550.3202
Hunter Lab51.491311.94655.1175
CIE-Lab58.521317.08773.0543

#ac8288 color RGB value is (172,130,136).

#ac8288 hex color red value is 172, green value is 130 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ac8288 hue: 0.98 , saturation: 0.20 and the lightness value of ac8288 is 0.59.

The process color (four color CMYK) of #ac8288 color hex is 0.00, 0.24, 0.21, 0.33. Web safe color of #ac8288 is #999999. Color #ac8288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000010 10001000
Octal 254 202 210
Decimal 172 130 136
Hex AC 82 88

RGB Percentages of Color #ac8288

%39.27
%29.68
%31.05

CMYK Percentages of Color #ac8288

%0
%24
%21
%33

Triadic Colors of #ac8288

#ac8288 #88ac82 #8288ac

Analogous Colors of #ac8288

#ac8288 #ac9182 #ac829d

Monochromatic Colors of #ac8288

#ac8288

Complementary Color

#ac8288 #82aca6

#ac8288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8288 Color CSS Codes

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

#ac8288 Text Font Color

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

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


#ac8288 Background Color

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

This div background color is #ac8288


#ac8288 Border Color

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

This div border color is #ac8288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8288


Comments

No comments written yet.

Please login to write comment.