Color Hex Logo

#ac816d Color Hex

#AC816D
(172,129,109)
0 Favorites   0 Comments

Color spaces of #ac816d

RGB 172129109
HSL0.050.280.55
HSV19°37°67°
CMYK 0.000.250.37   0.33
XYZ27.623825.575317.9486
Yxy25.57530.38830.3595
Hunter Lab50.57209.000414.3577
CIE-Lab57.631713.817917.2899

#ac816d color RGB value is (172,129,109).

#ac816d hex color red value is 172, green value is 129 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ac816d hue: 0.05 , saturation: 0.28 and the lightness value of ac816d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000001 01101101
Octal 254 201 155
Decimal 172 129 109
Hex AC 81 6D

RGB Percentages of Color #ac816d

%41.95
%31.46
%26.59

CMYK Percentages of Color #ac816d

%0
%25
%37
%33

Triadic Colors of #ac816d

#ac816d #6dac81 #816dac

Analogous Colors of #ac816d

#ac816d #aca16d #ac6d79

Monochromatic Colors of #ac816d

#ac816d

Complementary Color

#ac816d #6d98ac

#ac816d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac816d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac816d Color CSS Codes

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

#ac816d Text Font Color

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

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


#ac816d Background Color

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

This div background color is #ac816d


#ac816d Border Color

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

This div border color is #ac816d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac816d


Comments

No comments written yet.

Please login to write comment.