Color Hex Logo

#ac9583 Color Hex

#AC9583
(172,149,131)
0 Favorites   0 Comments

Color spaces of #ac9583

RGB 172149131
HSL0.070.200.59
HSV26°24°67°
CMYK 0.000.130.24   0.33
XYZ31.857431.904225.9518
Yxy31.90420.35510.3556
Hunter Lab56.48381.829012.2975
CIE-Lab63.26365.664412.6583

#ac9583 color RGB value is (172,149,131).

#ac9583 hex color red value is 172, green value is 149 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ac9583 hue: 0.07 , saturation: 0.20 and the lightness value of ac9583 is 0.59.

The process color (four color CMYK) of #ac9583 color hex is 0.00, 0.13, 0.24, 0.33. Web safe color of #ac9583 is #999999. Color #ac9583 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 10000011
Octal 254 225 203
Decimal 172 149 131
Hex AC 95 83

RGB Percentages of Color #ac9583

%38.05
%32.96
%28.98

CMYK Percentages of Color #ac9583

%0
%13
%24
%33

Triadic Colors of #ac9583

#ac9583 #83ac95 #9583ac

Analogous Colors of #ac9583

#ac9583 #acaa83 #ac8386

Monochromatic Colors of #ac9583

#ac9583

Complementary Color

#ac9583 #839aac

#ac9583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9583 Color CSS Codes

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

#ac9583 Text Font Color

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

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


#ac9583 Background Color

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

This div background color is #ac9583


#ac9583 Border Color

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

This div border color is #ac9583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9583


Comments

No comments written yet.

Please login to write comment.