Color Hex Logo

#ac785a Color Hex

#AC785A
(172,120,90)
0 Favorites   0 Comments

Color spaces of #ac785a

RGB 17212090
HSL0.060.330.51
HSV22°48°67°
CMYK 0.000.300.48   0.33
XYZ25.575222.941812.7531
Yxy22.94180.41740.3744
Hunter Lab47.897611.490317.7419
CIE-Lab55.012316.709924.5803

#ac785a color RGB value is (172,120,90).

#ac785a hex color red value is 172, green value is 120 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ac785a hue: 0.06 , saturation: 0.33 and the lightness value of ac785a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111000 01011010
Octal 254 170 132
Decimal 172 120 90
Hex AC 78 5A

RGB Percentages of Color #ac785a

%45.03
%31.41
%23.56

CMYK Percentages of Color #ac785a

%0
%30
%48
%33

Triadic Colors of #ac785a

#ac785a #5aac78 #785aac

Analogous Colors of #ac785a

#ac785a #aca15a #ac5a65

Monochromatic Colors of #ac785a

#ac785a

Complementary Color

#ac785a #5a8eac

#ac785a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac785a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac785a Color CSS Codes

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

#ac785a Text Font Color

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

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


#ac785a Background Color

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

This div background color is #ac785a


#ac785a Border Color

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

This div border color is #ac785a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac785a


Comments

No comments written yet.

Please login to write comment.