Color Hex Logo

#ac808a Color Hex

#AC808A
(172,128,138)
0 Favorites   0 Comments

Color spaces of #ac808a

RGB 172128138
HSL0.960.210.59
HSV346°26°67°
CMYK 0.000.260.20   0.33
XYZ29.319926.044027.5264
Yxy26.04400.35370.3142
Hunter Lab51.033313.24433.7434
CIE-Lab58.078818.53511.2601

#ac808a color RGB value is (172,128,138).

#ac808a hex color red value is 172, green value is 128 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ac808a hue: 0.96 , saturation: 0.21 and the lightness value of ac808a is 0.59.

The process color (four color CMYK) of #ac808a color hex is 0.00, 0.26, 0.20, 0.33. Web safe color of #ac808a is #999999. Color #ac808a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000000 10001010
Octal 254 200 212
Decimal 172 128 138
Hex AC 80 8A

RGB Percentages of Color #ac808a

%39.27
%29.22
%31.51

CMYK Percentages of Color #ac808a

%0
%26
%20
%33

Triadic Colors of #ac808a

#ac808a #8aac80 #808aac

Analogous Colors of #ac808a

#ac808a #ac8c80 #ac80a0

Monochromatic Colors of #ac808a

#ac808a

Complementary Color

#ac808a #80aca2

#ac808a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac808a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac808a Color CSS Codes

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

#ac808a Text Font Color

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

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


#ac808a Background Color

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

This div background color is #ac808a


#ac808a Border Color

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

This div border color is #ac808a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac808a


Comments

No comments written yet.

Please login to write comment.