Color Hex Logo

#ac9851 Color Hex

#AC9851
(172,152,81)
0 Favorites   0 Comments

Color spaces of #ac9851

RGB 17215281
HSL0.130.360.50
HSV47°53°67°
CMYK 0.000.120.53   0.33
XYZ29.726731.821212.3599
Yxy31.82120.40220.4306
Hunter Lab56.4103-4.653326.4963
CIE-Lab63.1948-1.961539.7043

#ac9851 color RGB value is (172,152,81).

#ac9851 hex color red value is 172, green value is 152 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #ac9851 hue: 0.13 , saturation: 0.36 and the lightness value of ac9851 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011000 01010001
Octal 254 230 121
Decimal 172 152 81
Hex AC 98 51

RGB Percentages of Color #ac9851

%42.47
%37.53
%20.00

CMYK Percentages of Color #ac9851

%0
%12
%53
%33

Triadic Colors of #ac9851

#ac9851 #51ac98 #9851ac

Analogous Colors of #ac9851

#ac9851 #93ac51 #ac6b51

Monochromatic Colors of #ac9851

#ac9851

Complementary Color

#ac9851 #5165ac

#ac9851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9851 Color CSS Codes

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

#ac9851 Text Font Color

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

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


#ac9851 Background Color

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

This div background color is #ac9851


#ac9851 Border Color

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

This div border color is #ac9851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9851


Comments

No comments written yet.

Please login to write comment.