Color Hex Logo

#ac735c Color Hex

#AC735C
(172,115,92)
0 Favorites   0 Comments

Color spaces of #ac735c

RGB 17211592
HSL0.050.330.52
HSV17°47°67°
CMYK 0.000.330.47   0.33
XYZ25.075821.804813.0123
Yxy21.80480.41870.3641
Hunter Lab46.695614.138216.1650
CIE-Lab53.819319.737521.8648

#ac735c color RGB value is (172,115,92).

#ac735c hex color red value is 172, green value is 115 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ac735c hue: 0.05 , saturation: 0.33 and the lightness value of ac735c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110011 01011100
Octal 254 163 134
Decimal 172 115 92
Hex AC 73 5C

RGB Percentages of Color #ac735c

%45.38
%30.34
%24.27

CMYK Percentages of Color #ac735c

%0
%33
%47
%33

Triadic Colors of #ac735c

#ac735c #5cac73 #735cac

Analogous Colors of #ac735c

#ac735c #ac9b5c #ac5c6d

Monochromatic Colors of #ac735c

#ac735c

Complementary Color

#ac735c #5c95ac

#ac735c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac735c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac735c Color CSS Codes

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

#ac735c Text Font Color

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

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


#ac735c Background Color

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

This div background color is #ac735c


#ac735c Border Color

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

This div border color is #ac735c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac735c


Comments

No comments written yet.

Please login to write comment.