Color Hex Logo

#ac815d Color Hex

#AC815D
(172,129,93)
0 Favorites   0 Comments

Color spaces of #ac815d

RGB 17212993
HSL0.080.320.52
HSV27°46°67°
CMYK 0.000.250.46   0.33
XYZ26.839325.261513.8173
Yxy25.26150.40720.3832
Hunter Lab50.26087.362618.8830
CIE-Lab57.329311.955825.9256

#ac815d color RGB value is (172,129,93).

#ac815d hex color red value is 172, green value is 129 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ac815d hue: 0.08 , saturation: 0.32 and the lightness value of ac815d is 0.52.

The process color (four color CMYK) of #ac815d color hex is 0.00, 0.25, 0.46, 0.33. Web safe color of #ac815d is #999966. Color #ac815d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000001 01011101
Octal 254 201 135
Decimal 172 129 93
Hex AC 81 5D

RGB Percentages of Color #ac815d

%43.65
%32.74
%23.60

CMYK Percentages of Color #ac815d

%0
%25
%46
%33

Triadic Colors of #ac815d

#ac815d #5dac81 #815dac

Analogous Colors of #ac815d

#ac815d #aca95d #ac5d60

Monochromatic Colors of #ac815d

#ac815d

Complementary Color

#ac815d #5d88ac

#ac815d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac815d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac815d Color CSS Codes

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

#ac815d Text Font Color

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

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


#ac815d Background Color

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

This div background color is #ac815d


#ac815d Border Color

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

This div border color is #ac815d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac815d


Comments

No comments written yet.

Please login to write comment.