Color Hex Logo

#ac656d Color Hex

#AC656D
(172,101,109)
0 Favorites   0 Comments

Color spaces of #ac656d

RGB 172101109
HSL0.980.300.54
HSV353°41°67°
CMYK 0.000.410.37   0.33
XYZ24.427319.182116.8831
Yxy19.18210.40380.3171
Hunter Lab43.797422.91027.8029
CIE-Lab50.899629.53387.8972

#ac656d color RGB value is (172,101,109).

#ac656d hex color red value is 172, green value is 101 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ac656d hue: 0.98 , saturation: 0.30 and the lightness value of ac656d is 0.54.

The process color (four color CMYK) of #ac656d color hex is 0.00, 0.41, 0.37, 0.33. Web safe color of #ac656d is #996666. Color #ac656d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 01101101
Octal 254 145 155
Decimal 172 101 109
Hex AC 65 6D

RGB Percentages of Color #ac656d

%45.03
%26.44
%28.53

CMYK Percentages of Color #ac656d

%0
%41
%37
%33

Triadic Colors of #ac656d

#ac656d #6dac65 #656dac

Analogous Colors of #ac656d

#ac656d #ac8165 #ac6591

Monochromatic Colors of #ac656d

#ac656d

Complementary Color

#ac656d #65aca4

#ac656d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac656d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac656d Color CSS Codes

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

#ac656d Text Font Color

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

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


#ac656d Background Color

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

This div background color is #ac656d


#ac656d Border Color

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

This div border color is #ac656d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac656d


Comments

No comments written yet.

Please login to write comment.