Color Hex Logo

#ac816a Color Hex

#AC816A
(172,129,106)
0 Favorites   0 Comments

Color spaces of #ac816a

RGB 172129106
HSL0.060.280.55
HSV21°38°67°
CMYK 0.000.250.38   0.33
XYZ27.465025.511817.1124
Yxy25.51180.39190.3640
Hunter Lab50.50928.670415.2691
CIE-Lab57.570713.444918.9149

#ac816a color RGB value is (172,129,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000001 01101010
Octal 254 201 152
Decimal 172 129 106
Hex AC 81 6A

RGB Percentages of Color #ac816a

%42.26
%31.70
%26.04

CMYK Percentages of Color #ac816a

%0
%25
%38
%33

Triadic Colors of #ac816a

#ac816a #6aac81 #816aac

Analogous Colors of #ac816a

#ac816a #aca26a #ac6a74

Monochromatic Colors of #ac816a

#ac816a

Complementary Color

#ac816a #6a95ac

#ac816a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac816a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac816a Color CSS Codes

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

#ac816a Text Font Color

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

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


#ac816a Background Color

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

This div background color is #ac816a


#ac816a Border Color

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

This div border color is #ac816a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac816a


Comments

No comments written yet.

Please login to write comment.