Color Hex Logo

#ac8358 Color Hex

#AC8358
(172,131,88)
0 Favorites   0 Comments

Color spaces of #ac8358

RGB 17213188
HSL0.090.340.51
HSV31°49°67°
CMYK 0.000.240.49   0.33
XYZ26.891025.707812.7773
Yxy25.70780.41130.3932
Hunter Lab50.70295.940120.5507
CIE-Lab57.758710.315829.2535

#ac8358 color RGB value is (172,131,88).

#ac8358 hex color red value is 172, green value is 131 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ac8358 hue: 0.09 , saturation: 0.34 and the lightness value of ac8358 is 0.51.

The process color (four color CMYK) of #ac8358 color hex is 0.00, 0.24, 0.49, 0.33. Web safe color of #ac8358 is #999966. Color #ac8358 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 01011000
Octal 254 203 130
Decimal 172 131 88
Hex AC 83 58

RGB Percentages of Color #ac8358

%43.99
%33.50
%22.51

CMYK Percentages of Color #ac8358

%0
%24
%49
%33

Triadic Colors of #ac8358

#ac8358 #58ac83 #8358ac

Analogous Colors of #ac8358

#ac8358 #abac58 #ac5958

Monochromatic Colors of #ac8358

#ac8358

Complementary Color

#ac8358 #5881ac

#ac8358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8358 Color CSS Codes

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

#ac8358 Text Font Color

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

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


#ac8358 Background Color

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

This div background color is #ac8358


#ac8358 Border Color

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

This div border color is #ac8358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8358


Comments

No comments written yet.

Please login to write comment.