Color Hex Logo

#ac9550 Color Hex

#AC9550
(172,149,80)
0 Favorites   0 Comments

Color spaces of #ac9550

RGB 17214980
HSL0.130.370.49
HSV45°53°67°
CMYK 0.000.130.53   0.33
XYZ29.208730.844712.0036
Yxy30.84470.40540.4281
Hunter Lab55.5380-3.314326.0621
CIE-Lab62.3763-0.416439.2326

#ac9550 color RGB value is (172,149,80).

#ac9550 hex color red value is 172, green value is 149 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ac9550 hue: 0.13 , saturation: 0.37 and the lightness value of ac9550 is 0.49.

The process color (four color CMYK) of #ac9550 color hex is 0.00, 0.13, 0.53, 0.33. Web safe color of #ac9550 is #999966. Color #ac9550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 01010000
Octal 254 225 120
Decimal 172 149 80
Hex AC 95 50

RGB Percentages of Color #ac9550

%42.89
%37.16
%19.95

CMYK Percentages of Color #ac9550

%0
%13
%53
%33

Triadic Colors of #ac9550

#ac9550 #50ac95 #9550ac

Analogous Colors of #ac9550

#ac9550 #95ac50 #ac6750

Monochromatic Colors of #ac9550

#ac9550

Complementary Color

#ac9550 #5067ac

#ac9550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9550 Color CSS Codes

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

#ac9550 Text Font Color

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

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


#ac9550 Background Color

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

This div background color is #ac9550


#ac9550 Border Color

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

This div border color is #ac9550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9550


Comments

No comments written yet.

Please login to write comment.