Color Hex Logo

#ac655d Color Hex

#AC655D
(172,101,93)
0 Favorites   0 Comments

Color spaces of #ac655d

RGB 17210193
HSL0.020.320.52
HSV46°67°
CMYK 0.000.410.46   0.33
XYZ23.642718.868312.7518
Yxy18.86830.42780.3414
Hunter Lab43.437721.139913.0009
CIE-Lab50.532827.674216.8602

#ac655d color RGB value is (172,101,93).

#ac655d hex color red value is 172, green value is 101 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ac655d hue: 0.02 , saturation: 0.32 and the lightness value of ac655d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 01011101
Octal 254 145 135
Decimal 172 101 93
Hex AC 65 5D

RGB Percentages of Color #ac655d

%46.99
%27.60
%25.41

CMYK Percentages of Color #ac655d

%0
%41
%46
%33

Triadic Colors of #ac655d

#ac655d #5dac65 #655dac

Analogous Colors of #ac655d

#ac655d #ac8d5d #ac5d7d

Monochromatic Colors of #ac655d

#ac655d

Complementary Color

#ac655d #5da4ac

#ac655d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac655d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac655d Color CSS Codes

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

#ac655d Text Font Color

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

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


#ac655d Background Color

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

This div background color is #ac655d


#ac655d Border Color

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

This div border color is #ac655d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac655d


Comments

No comments written yet.

Please login to write comment.