Color Hex Logo

#ac935d Color Hex

#AC935D
(172,147,93)
0 Favorites   0 Comments

Color spaces of #ac935d

RGB 17214793
HSL0.110.320.52
HSV41°46°67°
CMYK 0.000.150.46   0.33
XYZ29.422830.428414.6784
Yxy30.42840.39480.4083
Hunter Lab55.1619-1.323422.8365
CIE-Lab62.02211.932831.9708

#ac935d color RGB value is (172,147,93).

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

The process color (four color CMYK) of #ac935d color hex is 0.00, 0.15, 0.46, 0.33. Web safe color of #ac935d is #999966. Color #ac935d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010011 01011101
Octal 254 223 135
Decimal 172 147 93
Hex AC 93 5D

RGB Percentages of Color #ac935d

%41.75
%35.68
%22.57

CMYK Percentages of Color #ac935d

%0
%15
%46
%33

Triadic Colors of #ac935d

#ac935d #5dac93 #935dac

Analogous Colors of #ac935d

#ac935d #9eac5d #ac6c5d

Monochromatic Colors of #ac935d

#ac935d

Complementary Color

#ac935d #5d76ac

#ac935d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac935d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac935d Color CSS Codes

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

#ac935d Text Font Color

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

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


#ac935d Background Color

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

This div background color is #ac935d


#ac935d Border Color

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

This div border color is #ac935d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,147,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 #ac935d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac935d


Comments

No comments written yet.

Please login to write comment.